=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.153 retrieving revision 1.154 diff -c -r1.153 -r1.154 *** www/anoncvs.html 2001/08/03 15:20:44 1.153 --- www/anoncvs.html 2001/08/08 21:06:32 1.154 *************** *** 49,55 **** techniques is that it works directly against a central source code repository or mirror. This means that you have the full set of CVS commands available to control merging and updating your changes with ! other source changes and for performing diff's, change histories and other queries against the central repository.

--- 49,55 ---- techniques is that it works directly against a central source code repository or mirror. This means that you have the full set of CVS commands available to control merging and updating your changes with ! other source changes and for performing diffs, change histories and other queries against the central repository.

*************** *** 178,184 ****

! Once you have chosen which Anonymous CVS Server you will use, and which method you will use, you can start using cvs. For those of you who have CD's you can start with the CVS checkout that is on the CD by using the method above to get the sources onto your system. If you don't have a CD handy, use the method below to checkout the sources. This method puts the OpenBSD source tree into /usr/src.

--- 178,184 ----
  
  
  

! Once you have chosen which Anonymous CVS Server you will use, and which method you will use, you can start using cvs. For those of you who have CDs you can start with the CVS checkout that is on the CD by using the method above to get the sources onto your system. If you don't have a CD handy, use the method below to checkout the sources. This method puts the OpenBSD source tree into /usr/src.

***************
*** 545,551 ****
  	# cvs -q up -rOPENBSD_2_9 -Pd
  
! Everytime you ran this it would synchronize your /usr/src tree. It would not destroy any of your local changes, rather it would attempt to merge changes in. If you use obj directories (not obj symbolic links) you may wish to append "-I obj" to the cvs command line, this will keep cvs from --- 545,551 ---- # cvs -q up -rOPENBSD_2_9 -Pd
! Every time you ran this it would synchronize your /usr/src tree. It would not destroy any of your local changes, rather it would attempt to merge changes in. If you use obj directories (not obj symbolic links) you may wish to append "-I obj" to the cvs command line, this will keep cvs from *************** *** 726,732 ****

Final notes

After upgrading your source tree, you should read the comments ! at the top of /usr/src/Makefile before attemping a build. Also, you should build a new kernel before doing a make build if possible. In some cases it may be necessary to rebuild and install the config utility before --- 726,732 ----

Final notes

After upgrading your source tree, you should read the comments ! at the top of /usr/src/Makefile before attempting a build. Also, you should build a new kernel before doing a make build if possible. In some cases it may be necessary to rebuild and install the config utility before *************** *** 736,747 **** It is important to note that upgrading from a release to the current tree by rebuilding the sources can be rather difficult due to dependencies that are often not obvious. Therefore, it is suggested that you first ! install the latest snapshot before attemping a tree build from source.
OpenBSD www@openbsd.org !
$OpenBSD: anoncvs.html,v 1.153 2001/08/03 15:20:44 mickey Exp $ --- 736,747 ---- It is important to note that upgrading from a release to the current tree by rebuilding the sources can be rather difficult due to dependencies that are often not obvious. Therefore, it is suggested that you first ! install the latest snapshot before attempting a tree build from source.
OpenBSD www@openbsd.org !
$OpenBSD: anoncvs.html,v 1.154 2001/08/08 21:06:32 jsyn Exp $