exist therefore and if this code had ever executed it would have raised
a KeyError.
svn path=/main/trunk/; revision=15222
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"])