Fix bug causing cvs2svn to claim "svnadmin load" failed even if it succeeded.
commiteba52d2dca5fb61aca7941204d105f028ee53ba7
authormaxb <maxb@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Thu, 8 Jul 2004 19:39:04 +0000 (8 19:39 +0000)
committermaxb <maxb@be7e6eca-30d4-0310-a8e5-ac0d63af7087>
Thu, 8 Jul 2004 19:39:04 +0000 (8 19:39 +0000)
tree7c3d894691deb5eeb9d7011868ce0b18f3711b42
parentaa0a9c886273a28234919322b3ad6787df6828b3
Fix bug causing cvs2svn to claim "svnadmin load" failed even if it succeeded.
Also, show the exit status of failing commands.

* cvs2svn.py (DumpfileDelegate._add_or_change_path):
    Display exit status of rcs co in error message.
  (RepositoryDelegate.finish):
    Display exit status of svnadmin load in error message.
    Change success test to boolean truth, not identity with None -
    thereby fixing the breakage of r1245.

git-svn-id: http://cvs2svn.tigris.org/svn/cvs2svn/trunk@1248 be7e6eca-30d4-0310-a8e5-ac0d63af7087
cvs2svn.py