I am using cvs2svn to convert a bunch of cvs files from my Repository over to svn. Now for the most part its just very slow but its going there. My main problem are a few files showing up with a error output like this.
ERROR: the command 'cvs -q -R -f -d C:\CVSRepo co -r1.2 -p HEAD/xxx/xx/Afile.java' failed with exit status =1
and the following output:
cvs checkout: cannot find module 'HEAD/xxx/xx/afile' -ignored
Now I can see the file showing up just fine, but i cant get past that subversion. its always on a the same number on step 16. I don't know what to do and any advice or suggestions would be appreciated and welcomed :)
Thank you.