I'm trying to set up a local copy of the OACS 4.5 CVS but I keep
failing. Here's what I did:
Created /cvsweb directory and loaded the current cvs code into it using:
cvs -d:pserver:mailto:anonymous@openacs.org /cvsroot -r oacs-4-5 -d arc -P
openacs-4
This command successfully created a complete copy of the CVS in my
/cvsweb/arc directory, which I wish to use as my local repository. I
then did a cvs init in the /cvsweb directory to create the CVSROOT
directory for cvs's use.
cd /web
cvs -d /cvsweb checkout arc
Appears to checkout the /cvsweb/arc code to /web/arc but only creates
empty directories. Obviously, I want the code too! What am I doing
wrong???
Thanks.