You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@locus.apache.org on 2000/12/18 06:40:22 UTC

cvs commit: apache-devsite anoncvs.txt

rbb         00/12/17 21:40:21

  Modified:    .        anoncvs.txt
  Log:
  Update the instructions for downloading Apache 2.0
  
  Revision  Changes    Path
  1.13      +29 -15    apache-devsite/anoncvs.txt
  
  Index: anoncvs.txt
  ===================================================================
  RCS file: /home/cvs/apache-devsite/anoncvs.txt,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- anoncvs.txt	2000/11/20 22:40:09	1.12
  +++ anoncvs.txt	2000/12/18 05:40:21	1.13
  @@ -62,28 +62,42 @@
   
   To check out the current development tree:
   
  -  user@host:~$ cvs checkout apache-2.0
  -  cvs server: Updating apache-2.0
  -  U apache-2.0/ABOUT_APACHE
  -  U apache-2.0/CHANGES
  -  U apache-2.0/KEYS
  +  user@host:~$ cvs checkout httpd-2.0
  +  cvs server: Updating httpd-2.0
  +  U httpd-2.0/ABOUT_APACHE
  +  U httpd-2.0/Announcement
  +  U httpd-2.0/Apache.dsp
     [...]
  -  U apache-2.0/src/support/suexec.c
  -  U apache-2.0/src/support/suexec.h
  -  user@host:~$ ls apache-2.0
  -  ABOUT_APACHE    KEYS            README.NT       conf            logs
  -  CHANGES         LICENSE         cgi-bin         htdocs          src
  -  CVS             README          cgi-src         icons
  -  user@host:~$ cd apache-2.0/src/lib
  -  user@host:~/apache-2.0/src/lib$ cvs checkout apr
  +  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/acconfig.h
     [...]
     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):
  @@ -96,7 +110,7 @@
   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.  The current development
  -tree (apache-2.0) was largely restructured and repopulated, and
  +tree (httpd-2.0) was largely restructured and repopulated, and
   the layout is still in a bit of flux.
   
   To update your local tree to the latest version: