Re: Error during pass 3 CollateSymbolsPass
olli hauer <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.cvs2svn.user |
|---|---|
| Message-ID | <[email protected]> |
On 2012-01-30 20:09, Chris Tooley wrote: > I am finding no documentation on where this could be coming from or > what could be causing it. > > cvs2svn --use-cvs --retain-conflicting-attic-files > --keep-trivial-imports --encoding=utf16 --fallback-encoding=ascii -p > 3:16 --cvs-revnums --keep-cvsignore --fs-type=fsfs -s /data02/svn > /data02/cvs/cvsroot > ----- pass 3 (CollateSymbolsPass) ----- > Traceback (most recent call last): > File "/usr/bin/cvs2svn", line 70, in ? > svn_main(os.path.basename(sys.argv[0]), sys.argv[1:]) > File "/usr/lib/python2.4/site-packages/cvs2svn_lib/main.py", line > 103, in svn_main > main(progname, run_options, pass_manager) > File "/usr/lib/python2.4/site-packages/cvs2svn_lib/main.py", line 86, in main > pass_manager.run(run_options) > File "/usr/lib/python2.4/site-packages/cvs2svn_lib/pass_manager.py", > line 175, in run > stats_keeper = read_stats_keeper( > File "/usr/lib/python2.4/site-packages/cvs2svn_lib/stats_keeper.py", > line 185, in read_stats_keeper > f = open(filename, 'rb') Thats your issue. > IOError: [Errno 2] No such file or directory: 'cvs2svn-tmp/statistics-02.pck' cvs2svn cannot find statistics file for pass 2 run your command with `-p 1:2' then you can fire again the command you posted ------------------------------------------------------ http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1670&dsMessageId=2913076 To unsubscribe from this discussion, e-mail: [[email protected]].