marc 98/02/01 12:19:20
Modified: . anoncvs.txt Log: Misc updates for source tree changes. Really should be rewritten as a document as opposed to a mail message now that more sites are using anoncvs. Revision Changes Path 1.4 +10 -22 apache-devsite/anoncvs.txt Index: anoncvs.txt =================================================================== RCS file: /export/home/cvs/apache-devsite/anoncvs.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- anoncvs.txt 1998/01/27 07:51:59 1.3 +++ anoncvs.txt 1998/02/01 20:19:18 1.4 @@ -1,11 +1,3 @@ - -From [EMAIL PROTECTED] Fri Aug 22 20:23:50 1997 -Date: Sun, 17 Aug 1997 12:55:12 -0600 (MDT) -From: Marc Slemko <[EMAIL PROTECTED]> -Reply-To: new-httpd@apache.org -To: TLOSAP <new-httpd@apache.org> -Subject: how to use anoncvs - HOW TO USE ANONCVS ====================================================================== @@ -58,14 +50,14 @@ To checkout the current 1.2 tree: - [EMAIL PROTECTED]:~$ cvs checkout -rAPACHE_1_2_X apache + [EMAIL PROTECTED]:~$ cvs checkout apache-1.2 After 1.3a1, there was a source tree reorganization which resulted -in the tree being split into apache and apache-1.3. apache is everything -from before the reorganization, apache-1.3 is from after. apache-1.3 still -retains the change histories of the files, however since they are -in different locations you can not build an apache-1.3 tree from -before the reorganization. +in the tree being split into apache-1.2 and apache-1.3. apache-1.2 +is everything from before the reorganization, apache-1.3 is from +after. apache-1.3 still retains the change histories of the files, +however since they are in different locations you can not build an +apache-1.3 tree from before the reorganization. To update your local tree to the latest version: @@ -75,12 +67,7 @@ [EMAIL PROTECTED]:~/apache-1.3/$ cvs update -dP . -etc. If you have a branch such as the 1.2 branch checked out, you need -to use something like: - - [EMAIL PROTECTED]:~$ cvs update -rAPACHE_1_2_X -dP apache - -While doing any update, you will notice several different status flags, eg.: +etc. P core/buff.c P core/conf.h @@ -100,7 +87,7 @@ To obtain a diff of changes between your checked out copy and the source tree at the time you checked it out: - [EMAIL PROTECTED]:~$ cvs diff -u apache + [EMAIL PROTECTED]:~$ cvs diff -u apache-1.3 To obtain a diff against the current source tree, be sure to do an update before the diff. @@ -113,5 +100,6 @@ This anoncvs server is updated periodically from the main CVS repository, so it will lag a bit behind the current tree. -Currently, updates occur every two hours at 23 after the hour. +Currently, updates occur every two hours at 23 after the hour, in +normal time zones.