On Sat, Nov 11, 2000 at 06:07:57PM +0100, Tomas Sanchez wrote:
> And I tried this whit the following result:
> 
> <snippet>
> [EMAIL PROTECTED]:~$ cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/gote

$ cvs -d:<long pserver string> checkout gote

You have to "checkout" the "module". And the -z3 will have the transfer
be somewhat compressed (good for ppp connections).  When you want to
update the repository, just 'cd' into the 'gote' directory and run:

$ export CVSROOT=`cat CVS/Root`
$ cvs -z3 update -dP

There's a couple pretty good manuals about CVS as Debian packages --
cvsbook and cvs-doc.

-- 
#! /bin/sh
# ppp-address: What's my Internet Address for ppp0 ?
/sbin/ifconfig ppp0 2> /dev/null | grep 'inet addr:' | sed \
's=.*inet 
addr\:\([0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\).*=\1='

Reply via email to