Forum OpenACS Development: CVS for development tree

Collapse
Posted by Gilbert Wong on
Is there a way to just grab the acs-core from the development tree?
I'm currently using this command to get the latest dev code:

cvs mailto:-dyourlogin@openacs.org:/cvsroot checkout -d openacs-4-devel
openacs-4

I tried substituting openacs-4 with acs-core but it barfed and said
things like:

cvs server: existing repository /cvsroot/openacs-4/bin does not
match /cvsroot/openacs-4/packages/acs-service-contract

Collapse
Posted by Don Baccus on
Do you have any tags in your existing files?  You might try "-A" which gets rid of sticky tags.  I'm just guessing because I haven't tried this so anyone who really knows CVS who has a better idea ... speak up!