Forum .LRN Q&A: dotLRN 1.0 branched in CVS

Collapse
Posted by Don Baccus on
Just thought I'd let folks know that I've made a branch for dotLRN 1.0
in CVS, called (naturally enough) "dotlrn-1-0".  Folks working on
fixing bugs etc for the 1.0 release will commit to that branch while
post-1.0 work like Collaboraid's internationalization efforts will go
to HEAD.  We'll merge after we release.

Note that 1.0 incompatible changes may be made to the OpenACS CVS HEAD
too.  Our final dotLRN 1.0 release will run with our final OpenACS 4.6
release, while the two CVS HEADs will also work together, but
mix-and-match may break.

Collapse
Posted by Rafael Calvo on
Don

How do we get the code with CVS?

I tried a few things:

cvs -z3 -d :pserver:mailto:anonymous@openacs.org:/cvsroot checkout -
r oacs-4-6 dotlrn-1-0

vs -z3 -d :pserver:mailto:anonymous@openacs.org:/cvsroot checkout
dotlrn-1-0

but neither worked

Collapse
Posted by Deds Castillo on
It's in the openforce cvs repository. So a cvs -d
:pserver:mailto:anonymous@dotlrn.openforce.net:/dotlrn-cvsroot co
-rdotlrn-1-0 dotlrn-core should work.