=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/Attic/cvsup.html,v retrieving revision 1.112 retrieving revision 1.113 diff -c -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,30 **** --- 24,30 ---- *************** *** 147,174 ****

! Using CVS to Update Your Source Tree

! It is now simple to check out any one of the CVSup'ed repositories:

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

- 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

--- 147,171 ----

! Using CVS to Work With Your Repository

! 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:

!         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.

Running CVSup in Checkout Mode

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