You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2004/04/29 01:13:15 UTC

cvs commit: httpd-site/docs/dev anoncvs.txt

trawick     2004/04/28 16:13:14

  Modified:    docs/dev anoncvs.txt
  Log:
  fix the instructions for how to check out 2.1 development tree
  with apr and apr-util
  
  PR:   28475
  
  Revision  Changes    Path
  1.7       +35 -4     httpd-site/docs/dev/anoncvs.txt
  
  Index: anoncvs.txt
  ===================================================================
  RCS file: /home/cvs/httpd-site/docs/dev/anoncvs.txt,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- anoncvs.txt	8 Dec 2003 22:16:18 -0000	1.6
  +++ anoncvs.txt	28 Apr 2004 23:13:14 -0000	1.7
  @@ -100,12 +100,43 @@
     U apr-util/test/testdbm.c
   
   
  -To check out the current Apache 2.1 development tree, use the following 
  -command for the base checkout, and then proceed with the apr and apr-util 
  -checkout commands as shown above:
  +To check out the current Apache 2.1 development tree:
   
     user@host:~$ cvs checkout -d httpd-2.1 httpd-2.0
  -
  +  U httpd-2.0/ABOUT_APACHE
  +  U httpd-2.0/Announcement
  +  U httpd-2.0/Apache.dsp
  +  [...]
  +  U httpd-2.0/test/test_select.c
  +  U httpd-2.0/test/time-sem.c
  +  U httpd-2.0/test/zb.c
  +  user@host:~$ ls httpd-2.0
  +  ABOUT_APACHE            InstallBin.dsp          emacs-style
  +  Announcement            Makefile.in             hints.m4
  +  Apache.dsp              Makefile.win            include
  +  Apache.dsw              STATUS                  modules
  +  ApacheCore.def          acinclude.m4            os
  +  ApacheCore.dsp          build                   server
  +  ApacheCoreDll.dsp       buildconf               srclib
  +  CHANGES                 configure.in            support
  +  CVS                     docs                    test
  +  user@host:~$ cd httpd-2.0/srclib
  +  user@host:~/httpd-2.0/srclib$ cvs checkout apr
  +  U apr/APRDesign
  +  U apr/APRVARS.in
  +  U apr/Makefile.in
  +  [...]
  +  U apr/user/unix/.cvsignore
  +  U apr/user/unix/Makefile.in
  +  U apr/user/unix/homedir.c
  +  user@host:~/httpd-2.0/srclib$ cvs checkout apr-util
  +  U apr-util/.cvsignore
  +  U apr-util/Makefile.in
  +  U apr-util/STATUS
  +  [...]
  +  U apr-util/test/.cvsignore
  +  U apr-util/test/Makefile.in
  +  U apr-util/test/testdbm.c
   
   To checkout the stable release tree (version 1.3):