=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/index.html,v retrieving revision 1.43 retrieving revision 1.44 diff -c -r1.43 -r1.44 *** www/index.html 1996/07/11 17:45:39 1.43 --- www/index.html 1996/07/16 23:11:25 1.44 *************** *** 374,379 **** --- 374,396 ----

+ Here is how someone using anoncvs regularily would update his + source tree: +

+ # setenv CVSROOT anoncvs@anoncvs.usa.openbsd.org:/cvs
+ # cd /usr
+ # cvs -q get -PA src
+ 
+ or similarily later on he might try +
+ # cd /usr/src
+ # cvs -q up -PAd
+ 
+ Everytime you ran this it would syncronize your /usr/src tree; it would + also not destroy any of your local changes. +

+ +

The CVS man page (included with the CVS sources) has much more information about how CVS can be used.

*************** *** 430,436 ****
www@openbsd.org !
$OpenBSD: index.html,v 1.43 1996/07/11 17:45:39 deraadt Exp $ --- 447,453 ----
www@openbsd.org !
$OpenBSD: index.html,v 1.44 1996/07/16 23:11:25 deraadt Exp $