[sword-devel] CVS branch
Daniel Glassey
sword-devel@crosswire.org
Tue, 30 Nov 1999 15:59:30 -0000
thanks, that works now. :)
Actually, there seem to be a lot of files that won't be relevant for
different people (e.g. windows app source). Would it be possible to
divide it into different modules?
e.g.
SWLib - source for the library
SWWinApp - apps/windoze
SWXApp - apps/X11
SWEtc - samples, olb, utilities, tests, scripts
SWEx - examples
SWDoc - documentation (would it be possible to put the current docs
in CVS?)
Sword - all of them
Daniel
On 29 Nov 99, at 13:20, Troy A. Griffitts sent forth the message:
> 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.