=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/Attic/cvsup.html,v retrieving revision 1.112 retrieving revision 1.113 diff -u -r1.112 -r1.113 --- www/Attic/cvsup.html 2007/09/25 15:15:13 1.112 +++ www/Attic/cvsup.html 2008/01/29 02:52:42 1.113 @@ -24,7 +24,7 @@ @@ -147,28 +147,25 @@

-Using CVS to Update Your Source Tree +Using CVS to Work With Your Repository

-It is now simple to check out any one of the CVSup'ed repositories: +Now that you have a local copy of the CVS repository, it is now simple +to check out, update, or do any of the other CVS operations you would +normally do against a remote repository, locally. +Fore example:

-        # cd /usr
-        # cvs -d /cvs checkout src
+        cvs -d/cvs checkout src -P
+        cvs -d/cvs up -Pd
+        cvs -d/cvs diff -u file.c
 
+More details on CVS operation can be found in +FAQ5, Fetching appropriate source +code and in the +cvs(1) +man page. -

-The above will check out the most current sources. Many of you will only -want the release sources, especially if you are patching your system. To -checkout release sources you must specify a tag along with your command. -For example: -

-        # cd /usr
-        # cvs -d /cvs checkout -rOPENBSD_3_7 src
-
-

-Or OPENBSD_3_6 for 3.6, etc. -

Running CVSup in Checkout Mode

@@ -819,7 +816,7 @@
OpenBSD www@openbsd.org -
$OpenBSD: cvsup.html,v 1.112 2007/09/25 15:15:13 millert Exp $ +
$OpenBSD: cvsup.html,v 1.113 2008/01/29 02:52:42 nick Exp $