[bt-devel] Sword/Bibletime CVS problems

Brook Humphrey bt-devel@crosswire.org
Fri, 9 Aug 2002 08:49:15 -0700


--------------Boundary-00=_3M2L8EYFBZRQEZBATO8F
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 8bit

On Friday 09 August 2002 08:36 am, spu wrote:
>     export
>     CVSROOT=:pserver:anonymous@cvs.crosswire.org:/usr/local/cvsroot &&
>     cvs login && cvs -z5 checkout sword
>    As you can probably tell by the "&&", I run these commands as a shell
> script.
>    And also, here is the link that was sent to me in message from
> someone on this mailing list.  This is the page that has the commands
> that I have been using to get
> Sword:http://sword.sourceforge.net/cgi-bin/twiki/view/Bibletime/CvsInfo
Here try this script just used it this morning and it works. when it asks for 
a password the server complains but it will work just fine.
-- 
 -~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-
                                      Brook Humphrey           
        Mobile PC Medic, 420 1st, Cheney, WA 99004, 509-235-9107        
http://www.webmedic.net, bah@webmedic.net, bah@linux-mandrake.com   
                                 Holiness unto the Lord
 -~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-~`'~-

--------------Boundary-00=_3M2L8EYFBZRQEZBATO8F
Content-Type: application/x-shellscript;
  name="sword.sh"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="sword.sh"

#!/bin/sh
 export CVSROOT=:pserver:anonymous@cvs.crosswire.org:/usr/local/cvsroot
 cvs login
 cvs checkout sword
 
 rm -rf sword-base-1.5.2
 rm -f sword-base-1.5.2.tar.bz2
 cp -Rf sword sword-base-1.5.2
 tar -cjf sword-base-1.5.2.tar.bz2 sword-base-1.5.2

--------------Boundary-00=_3M2L8EYFBZRQEZBATO8F--