Author: randyk
Date: Thu Nov 25 20:37:03 2004
New Revision: 106634

URL: http://svn.apache.org/viewcvs?view=rev&rev=106634
Log:
Commit access must use https
Modified:
   httpd/apreq/trunk/INSTALL

Modified: httpd/apreq/trunk/INSTALL
Url: 
http://svn.apache.org/viewcvs/httpd/apreq/trunk/INSTALL?view=diff&rev=106634&p1=httpd/apreq/trunk/INSTALL&r1=106633&p2=httpd/apreq/trunk/INSTALL&r2=106634
==============================================================================
--- httpd/apreq/trunk/INSTALL   (original)
+++ httpd/apreq/trunk/INSTALL   Thu Nov 25 20:37:03 2004
@@ -58,11 +58,16 @@
   C:\httpd-apreq-2> nmake perl_glue
   C:\httpd-apreq-2> nmake perl_test
 
-SVN ACCESS
+SVN (Subversion) ACCESS
 
 Development of httpd-apreq-2 can be followed through the svn repository:
 
-  $ svn checkout https://svn.apache.org/repos/asf/httpd/apreq/trunk/ 
httpd-apreq-2
+  $ svn checkout http://svn.apache.org/repos/asf/httpd/apreq/trunk/ 
httpd-apreq-2
+
+Developers with commit access must use the https protocol instead;
+note that, if you are compiling svn from sources, you must
+supply the configure script with the appropriate switch to
+enable ssl.
 
 Subversion sources, and binaries for some platforms, may be obtained
 through the home page:
@@ -78,9 +83,6 @@
      http://svnbook.red-bean.com/en/1.0/apa.html
 
 contains a guide for users familiar with cvs.
-
-
-
 
 
 

Reply via email to