Forum .LRN Q&A: Re: merging .LRN cvs with OpenACS CVS this 17 April 2004

Collapse
Posted by Joel Aufrecht on
The merge is done.  If you have an existing dotlrn CVS checkout that you want to continue using, run these commands to update the CVS directory information:

find . -type f -name 'Root' | xargs perl -pi.bak -e 's/dotlrn-cvsroot/cvsroot/'
find . -type f -name 'Repository' | xargs perl -pi.bak -e 's/dotlrn.openacs.org/openacs.org/'

Please post any problems here.

Collapse
Posted by Jeff Davis on
I think to make the checkout just work you need the Repository file to be something like (for dotlrn/tcl/CVS/Repository):
openacs-4/packages/dotlrn/tcl
so that script won't work.

Also, you need to have a directory entry in the packages/CVS/Repository file for each dotlrn package, which would be a line like:

D/dotlrn////