[sword-devel] CVS branch

Troy A. Griffitts sword-devel@crosswire.org
Mon, 29 Nov 1999 13:20:37 -0700


Yeah, I need to post somewhere on the site.

$ export CVSROOT=:pserver:anonymous@cvs.crosswire.org:/usr/local/cvsroot
$ cvs login
Password: anonymous
$ cvs checkout sword


Daniel Glassey wrote:
> 
> Are there directions somewhere for cvs like what to set CVSROOT to
> and anonymous username and password?
> 
> Daniel
> 
> On 27 Nov 99, at 19:28, Troy A. Griffitts sent forth the message:
> 
> > 1.4 has been branched in CVS.  From henceforth, to checkout the stable
> > 1.4 branch use the tag: sword-1-4-x
> >
> > I usually keep both branches on my box like so:
> >
> > $ cvs checkout -r sword-1-4-x sword
> > $ mv sword sword-1.4.x
> >
> > $ cvs checkout sword
> > $ mv sword sword-1.5.x
> >
> >
> > An update ('cvs update -d') in the corresponding directory will update
> > from the correct branch.