[phplib] CVS account From: Kristian Köhntopp (kris <email protected>)
Date: 03/10/01

The following CVS accounts have been created and their
respective owners been notified of the passwords:

fred, bowker, tomh

To access the CVS (read only) use

$ export CVSROOT=:pserver:cvsread <email protected>:/repository
$ cvs -d $CVSROOT login
Password: cvsread
$ cvs -d $CVSROOT co phplib
$ cvs -d $CVSROOT co phplib-stable

The latter is the 7.2c version, the former is a
half-finished workplace. To use your account, please
use your CVS user name instead of cvsread as the login
name, and give your password.

Working with CVS:

1. create $HOME/.cvsrc

$ cat $HOME/.cvsrc
cvs -q -z9
update -dAP
diff -u
status -v

2. once per day or so do a

$ cvs update

3. To make your changes public, use

$ cvs commit

4. Please subscribe to phplib-dev <email protected> Each
   commit to the repository will show up on this per
mail. You subscribe by sending mail to
phplib-dev-subscribe <email protected>

Kristian

-- 
	http://www.amazon.de/exec/obidos/wishlist/18E5SVQ5HJZXG

--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>