Package: cvs2svn Version: 1.2.1-1 I issued the following command: cvs2svn -s /home/svnroot/repos1/ /home/cvsroot/repos1/ then killed it during pass 8. To complete the conversion I then issued: cvs2svn --existing-svnrepos -p 8 -s /home/svnroot/repos1/ /home/cvsroot/repos1/
It completed successfully and printed out the following Timings: ------------------ Timings: ------------------ pass 1: 9 seconds pass 2: 0 seconds pass 3: 0 seconds pass 4: 0 seconds pass 8: 344 seconds total: 344 seconds Clearly 344 + 9 is not 344. I suspect that the total value shown is summing up only the time spent in the passes performed in the second command invocation. This was on Debian 3.1r1 with debian kernel image 2.6.8 -- Manuel Padilha