
pgollucci at apache
Aug 2, 2006, 4:31 PM
Post #1 of 1
(917 views)
Permalink
|
|
svn commit: r428189 - /perl/modperl/docs/trunk/src/contribute/svn_howto.pod
|
|
Author: pgollucci Date: Wed Aug 2 16:31:08 2006 New Revision: 428189 URL: http://svn.apache.org/viewvc?rev=428189&view=rev Log: s/http/https/ Modified: perl/modperl/docs/trunk/src/contribute/svn_howto.pod Modified: perl/modperl/docs/trunk/src/contribute/svn_howto.pod URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/contribute/svn_howto.pod?rev=428189&r1=428188&r2=428189&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/contribute/svn_howto.pod (original) +++ perl/modperl/docs/trunk/src/contribute/svn_howto.pod Wed Aug 2 16:31:08 2006 @@ -132,7 +132,7 @@ To check out the repository do: - % svn co http://svn.apache.org/repos/asf/perl/modperl/docs/trunk modperl-docs + % svn co https://svn.apache.org/repos/asf/perl/modperl/docs/trunk modperl-docs If it's a first time you ssh to svn.apache.org, it will ask if you want to allow the host I<svn.apache.org>. Answer I<yes>. Then you are --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe [at] perl For additional commands, e-mail: docs-cvs-help [at] perl
|