Forum OpenACS Q&A: Using CVS

Collapse
Posted by Richard Hamilton on
I want to checkout the most up-to-date code for an installation of dotLRN for testing. When I try :
cvs -z3 -d :pserver:anonymous@openacs.org:/cvsroot export -r HEAD acs-core

I get files in an openacs-4/ directory.
Is this just a naming thing - should I not be worried? If I carry out these instructions as follows:
cvs -z3 -d :pserver:anonymous@openacs.org:/cvsroot export -r HEAD acs-core
mv openacs-4 dotlrn
cd dotlrn/packages
cvs -z3 -d :pserver:anonymous@openacs.org:/cvsroot export -r HEAD dotlrn-prereq
cvs -z3 -d :pserver:anonymous@dotlrn.openacs.org:/dotlrn-cvsroot export -r HEAD dotlrn-core
mv dotlrn/install.xml ..
...will it work OK? If not, what is recommended? Regards Richard