You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2004/11/26 23:16:42 UTC

svn commit: r106664 - /perl/modperl/docs/trunk/src/download/source.pod

Author: stas
Date: Fri Nov 26 14:16:41 2004
New Revision: 106664

URL: http://svn.apache.org/viewcvs?view=rev&rev=106664
Log:
- apr* should be checked out into httpd-2.1/srclib

- use https:// by default (every time a developer uses http:// he gets to 
to dump 80MB of crap to re-download again with https//)


Modified:
   perl/modperl/docs/trunk/src/download/source.pod

Modified: perl/modperl/docs/trunk/src/download/source.pod
Url: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/download/source.pod?view=diff&rev=106664&p1=perl/modperl/docs/trunk/src/download/source.pod&r1=106663&p2=perl/modperl/docs/trunk/src/download/source.pod&r2=106664
==============================================================================
--- perl/modperl/docs/trunk/src/download/source.pod	(original)
+++ perl/modperl/docs/trunk/src/download/source.pod	Fri Nov 26 14:16:41 2004
@@ -117,12 +117,14 @@
 To download the svn version of httpd-2.0 and bring it to the same
 state of the distribution package, execute the following commands:
 
+(Use http:// instead of https:// if you don't plan to commit changes)
+
 For httpd 2.0 (the stable Apache 2.0 branch):
 
-  % svn checkout http://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x/ httpd-2.0
+  % svn checkout https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x/ httpd-2.0
   % cd httpd-2.0/srclib
-  % svn checkout http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x/ apr
-  % svn checkout http://svn.apache.org/repos/asf/apr/apr-util/branches/0.9.x/ apr-util
+  % svn checkout https://svn.apache.org/repos/asf/apr/apr/branches/0.9.x/ apr
+  % svn checkout https://svn.apache.org/repos/asf/apr/apr-util/branches/0.9.x/ apr-util
   % cd ..
   % ./buildconf
 
@@ -136,9 +138,9 @@
 For httpd 2.1 (the development Apache 2.0 branch) use this instead:
 
   % svn checkout https://svn.apache.org/repos/asf/httpd/httpd/trunk/ httpd-2.1
-  % cd srclib
-  % svn checkout http://svn.apache.org/repos/asf/apr/apr/trunk/ apr
-  % svn checkout http://svn.apache.org/repos/asf/apr/apr-util/trunk/ apr-util
+  % cd httpd-2.1/srclib
+  % svn checkout https://svn.apache.org/repos/asf/apr/apr/trunk/ apr
+  % svn checkout https://svn.apache.org/repos/asf/apr/apr-util/trunk/ apr-util
 
 
 

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org