[bt-devel] Re:

Martin Gruner bt-devel@crosswire.org
Mon, 29 Oct 2001 22:34:21 +0100


Hey Chris,

sword cvs is still @ crosswire, only the website module resides at 
sourceforge.

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

Martin

> Is anyone able to access Sword through CVS?  I have tried using both
> anonymous CVS access, and using my login and can't get the source either
> way. I am not sure of the module name, so I enter the following commands
> (anonymous login):
>
>
> cvs -d:pserver:anonymous@cvs.sword.sourceforge.net:/cvsroot/sword login
>
>  cvs -z3 -d:pserver:anonymous@cvs.sword.sourceforge.net:/cvsroot/sword co
> -c -or-
>  cvs -z3 -d:pserver:anonymous@cvs.sword.sourceforge.net:/cvsroot/sword co
> -s
>
> to cat the modules file, and nothing is returned.  When I try to replace
> the -c/-s with "sword," I receive a "no such module" error.   The same
> thing happens when I use my Sourceforge login.
>
> Thanks in advance for any advice...
>
> Chris
>
> On Monday 29 October 2001 04:35, you wrote:
> > Hi,
> >
> > BibleTime does now again depend on sword CVS! This is necessary until
> > sword 1.5.3 will be released.
> >
> > CSwordBackend now inherits from SWEncodingMgr instead of SWMgr meaning
> > the CKeys will always output UTF-8 data.
> >
> > Martin