Hi,
I've had a crack at converting the openacs cvs repository to subversion. However I've been stumped by an error in the conversion process.
The cvs2svn command that I use is:
cvs2svn --force-branch=openacs-5-1-compat --force-branch=fransola --force-branch=rtag --force-branch=vtag --force-branch=dotlrn-2-0 --force-branch=oacs-5-1 -s /var/lib/svn/repos cvsroot
For the above command you need to be in the same directory as cvsroot. It also assumes that your new svn repository will be located at /var/lib/svn/repos.
The error that I get is:
----- pass 8 -----
Creating new repository '/var/lib/svn/repos'
Starting Subversion Repository.
Starting Subversion commit 1 / 24823
Starting Subversion commit 2 / 24823
ERROR: The command 'co -q -x,v -p1.1 -kk 'cvsroot/CVSROOT/commitinfo,v'' failed with exit status: 256
and the following output:
co: cvsroot/CVSROOT/commitinfo,v:87: edit script refers to line past end of file
co aborted
As you can see the error message isn't very helpful, and googling it doesn't provide much help either.
Anybody know how to resolve this?
Cheers,
Nick.