[bt-devel] Problems logging into CVS
Lamar Owen
bt-devel@crosswire.org
Fri, 9 Aug 2002 12:09:09 -0400
On Friday 09 August 2002 11:48 am, spu wrote:
> On Fri, 2002-08-09 at 08:16, Brook Humphrey wrote:
> > On Friday 09 August 2002 03:24 am, spu wrote:
> > > -d:pserver:anonymous@cvs.bibletime.sourceforge.net:/cvsroot/bibletime
> > > login && cvs -z3 -d:pserver:anonymous@cvs.b
> > Included is my bibletime.sh just drop in your cvsroot directory on your
> > local system and execute it. It will ask you for a password. Just hit
> > enter and you are off It will update the whole thing. I hust checked it
> > before I mailed it so I know it works.
> Thank you for your answer to my question. Once I realized that I
> didn't have execute permission on the script you sent me, I fixed that
> and re-ran the script, with the exact same result that I got when I ran
> my own script:
> Logging in to
Maybe this is obvious, but you do know that once you login to an anonymous cvs
server via :pserver: protocol that you don't have to login again, unless and
until you edit or delete ~/.cvspass, right?
I update frequently to several CVS repositories, including sword and
bibletime, using the following script:
-------------
pushd /usr/local/mirror/development
for project in alsa aolserver4 openacs4 postgresql/CURRENT bible ardour \
jackit vnc
do
pushd $project
for dir in *
do
if [ -d $dir ]
then
pushd $dir
cvs update -d -P
popd
fi
done
popd
done
popd
--------------------------
The directory 'bible' includes both sword and bibletime. Once you have a good
checkout, running 'cvs update -d -P' on it keeps it up to date, as long as
you update frequently, where 'frequently' is determined by repository
activity, not time.
--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11