[Wplug-web] CVS Repository

Robert Dale rdale at wplug.org
Sun Mar 18 16:16:45 EST 2001


Thw new CVS repository is up and working.  This repo was made from
"bk export -r1.320".

USAGE
-----

Anonymous
 - First time checkout
   o  Set CVSROOT ":pserver:anonymous at wplug.org:/usr/src/CVSROOT"
   o  cvs login
   o  Hit enter when prompted for password
   o  cvs co wplug-web
 - Subsequently
   o  cvs update -dP .
 
Developers
 - With wplug.org accounts
   o  Set CVSROOT to "<username>@wplug.org:/usr/src/CVSROOT"
   o  Set CVS_RSH to "ssh"
 - Without wplug.org accounts
   o  Set CVSROOT to ":pserver:<username>@wplug.org:/usr/src/CVSROOT"
   o  Unset CVS_RSH, if set
 - First time checkout
   o  cvs co wplug-web
 - Developing
   o Always sync before modifying files
   o cvs update -dP .
   o Edit files
   o Check for conflicts
   o cvs update -dP .
   o Resolve (edit) conflicts, if any
   o Check-in filesw
   o cvs ci <files>

More Info on CVS
 - See the Red Bean CVS Book
   o http://cvsbook.red-bean.com/

-- 
Robert Dale

wplug member since 1998






More information about the Wplug-web mailing list