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 go...@apache.org on 2005/06/02 00:40:02 UTC

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

Author: gozer
Date: Wed Jun  1 15:40:00 2005
New Revision: 179444

URL: http://svn.apache.org/viewcvs?rev=179444&view=rev
Log:
mod_perl-1.x is now under SVN ;-)


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?rev=179444&r1=179443&r2=179444&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/download/source.pod (original)
+++ perl/modperl/docs/trunk/src/download/source.pod Wed Jun  1 15:40:00 2005
@@ -40,25 +40,27 @@
 
 =over
 
-=item * The latest CVS snapshot
+=item * The latest SVN snapshot
 
-http://cvs.apache.org/snapshots/modperl/
+http://svn.apache.org/snapshots/modperl/
 
-=item * Access to the CVS repository
+=item * SVN Access
 
-Using anoncvs (password is "anoncvs"):
+To download the svn version of mod_perl-1.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
+  % svn checkout https://svn.apache.org/repos/asf/perl/modperl/branches/1.x/ modperl-1.0
 
-For more information on using CVS see L<the CVS
-Howto|contribute::cvs_howto>
+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>:
 
-=back
+  % ssh svn.apache.org
+  % svnpasswd
 
-=head2 mod_perl 1.0 CVS Web Interface
+=head2 mod_perl 1.0 SVN Web Interface
 
-http://cvs.apache.org/viewcvs.cgi/modperl/
+http://svn.apache.org/viewcvs.cgi/perl/modperl/branches/1.x/
 
 
 



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