summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/repoman8
1 files changed, 2 insertions, 6 deletions
diff --git a/bin/repoman b/bin/repoman
index 442fb83d8..7efd7e7ec 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -1161,12 +1161,8 @@ for x in scanlist:
if vcs == "cvs":
stats["CVS/Entries.IO_error"] += 1
fails["CVS/Entries.IO_error"].append(checkdir+"/CVS/Entries")
- elif vcs == "svn":
- stats["svn.IO_error"] += 1
- fails["svn.IO_error"].append(checkdir)
- elif vcs == "bzr":
- stats["bzr.IO_error"] += 1
- fails["bzr.IO_error"].append(checkdir)
+ else:
+ raise
continue
mf = Manifest(checkdir, repoman_settings["DISTDIR"])