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 21:35:06 UTC

svn commit: r106661 - /perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod /perl/modperl/docs/trunk/src/download/source.pod

Author: stas
Date: Fri Nov 26 12:35:05 2004
New Revision: 106661

URL: http://svn.apache.org/viewcvs?view=rev&rev=106661
Log:
instead of trying to maintain the duplicated information on svn download, 
have it only in the download document and link to it from the mp2 docs

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

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod
Url: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod?view=diff&rev=106661&p1=perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod&r1=106660&p2=perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod&r2=106661
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod	(original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod	Fri Nov 26 12:35:05 2004
@@ -126,7 +126,7 @@
 
 
 
-=head2 Getting Bleeding Edge CVS Sources
+=head2 Getting Bleeding Edge Sources
 
 If you really know what you are doing you can use the cvs/svn versions of
 the components. Chances are that you don't want to them on a
@@ -158,33 +158,8 @@
 
 =item Apache
 
-NOTE: as of November 17, 2004 httpd has moved to subversion.
-
-To download the svn version of httpd-2.0 and bring it to the same
-state of the distribution package, execute the following commands:
-
-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
-  $ 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
-  $ cd ..
-  $ ./buildconf
-
-Once extracted, whenever you want to sync with the latest httpd-2.0
-version and rebuild, run:
-
-  $ cd httpd-2.0
-  $ svn update
-  $ make distclean && ./buildconf
-
-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
+See L<Development mod_perl 2.0 Source
+Distribution|download::source/Development_mod_perl_2_0_Source_Distribution>.
 
 =back
 
@@ -283,30 +258,10 @@
 
 or an equivalent command.
 
-=item SVN Bleeding-Edge Version
-
-NOTE: as of November 17, 2004 mod_perl 2.0 has moved to subversion.
-
-To download the svn version of mod_perl-2.0 execute the following
-commands:
-
-  $ svn checkout http://svn.apache.org/repos/asf/perl/modperl/trunk/ mod_perl-2.0
-
-Current mod_perl developers with commit access will need to use https instead:
-
-  $ svn checkout https://svn.apache.org/repos/asf/perl/modperl/trunk/ mod_perl-2.0
-
-META: missing Apache-Test information
-
-In order to commit for the first time you will need to update your
-password.  To do that, log in to svn.apache.org and run the command "svnpasswd":
-
-  $ ssh svn.apache.org
-  $ svnpasswd
-
-You can also try the latest cvs snapshot:
+=item Development Version
 
-http://cvs.apache.org/snapshots/modperl-2.0/
+See L<Development mod_perl 2.0 Source
+Distribution|download::source/Development_mod_perl_2_0_Source_Distribution>.
 
 =back
 

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=106661&p1=perl/modperl/docs/trunk/src/download/source.pod&r1=106660&p2=perl/modperl/docs/trunk/src/download/source.pod&r2=106661
==============================================================================
--- perl/modperl/docs/trunk/src/download/source.pod	(original)
+++ perl/modperl/docs/trunk/src/download/source.pod	Fri Nov 26 12:35:05 2004
@@ -95,27 +95,58 @@
 
 http://cvs.apache.org/snapshots/modperl-2.0/
 
-=item * Access to the CVS repository
+=item * SVN Access
 
-Using anoncvs (password is "anoncvs"):
+To download the svn version of mod_perl-2.0 execute the following
+commands:
 
-  % cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic login
-  % cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic co modperl-2.0
+  % svn checkout https://svn.apache.org/repos/asf/perl/modperl/trunk/ mod_perl-2.0
 
-To get the cutting edge Apache 2.0 and APR 0.9 projects:
+Developers: In order to commit for the first time you will need to
+update your password.  To do that, log in to svn.apache.org and run
+the command C<svnpasswd>:
 
-  % cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic co \
-    -r APACHE_2_0_BRANCH -d httpd-2.0 httpd-2.0
+  % ssh svn.apache.org
+  % svnpasswd
+
+
+
+
+=item * Apache/APR SVN
+
+To download the svn version of httpd-2.0 and bring it to the same
+state of the distribution package, execute the following commands:
+
+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
   % cd httpd-2.0/srclib
-  % cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic co \
-    -r APR_0_9_BRANCH -d apr apr
-  % cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic co \
-    -r APU_0_9_BRANCH -d apr-util apr-util
-  % cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic co \
-    -r APU_0_9_BRANCH -d apr-iconv apr-iconv
+  % 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
+  % cd ..
+  % ./buildconf
+
+Once extracted, whenever you want to sync with the latest httpd-2.0
+version and rebuild, run:
+
+  % cd httpd-2.0
+  % svn update
+  % make distclean && ./buildconf
+
+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
+
+
+
+
+
+
+
 
-For more information on using CVS see L<the CVS
-Howto|contribute::cvs_howto>
 
 =item * RPMs
 

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