Hi everyone,

The CVS to SVN conversion of the Apache HTTP Server projects is
complete.

To check out your project:

apache 1.3:
  $ svn co http://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x \
    apache-1.3

httpd 2.0:
  $ svn co http://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x \
    httpd-2.0

httpd 2.1:
  $ svn co http://svn.apache.org/repos/asf/httpd/httpd/trunk \
    httpd-2.1

httpd-test:
  $ svn co http://svn.apache.org/repos/asf/httpd/test/trunk \
    httpd-test

apreq:
  $ svn co http://svn.apache.org/repos/asf/httpd/apreq/branches/1.x \
    apreq

apreq-2:
  $ svn co http://svn.apache.org/repos/asf/httpd/apreq/trunk \
    apreq-2

mod_python:
  $ svn co http://svn.apache.org/repos/asf/httpd/mod_python/trunk \
    mod_python

mod_mbox:
  $ svn co http://svn.apache.org/repos/asf/httpd/mod_mbox/trunk \
    mod_mbox

mod_pop3:
  $ svn co http://svn.apache.org/repos/asf/httpd/mod_pop3/trunk \
    mod_pop3
  
httpd site:
  $ svn co http://svn.apache.org/repos/asf/httpd/site/trunk \
    httpd-site

Note that if you are a committer, you want to check out using https://
instead of http://.

For further instructions on how to use SVN, I'll happily refer to:
  http://www.apache.org/dev/version-control.html

Also note that there is one portion missing, which is the 1.3
documentation.  We'll try to get around that ASAP.

Once again, thanks for all your patience.  I hope you feel it was
worth the wait,

Sander

Reply via email to