
pgollucci at apache
Jun 15, 2006, 9:07 PM
Post #1 of 1
(783 views)
Permalink
|
|
svn commit: r414729 - in /perl/modperl/docs/trunk/src: contribute/cvs_howto.pod download/source.pod
|
|
Author: pgollucci Date: Thu Jun 15 21:07:15 2006 New Revision: 414729 URL: http://svn.apache.org/viewvc?rev=414729&view=rev Log: svnpasswd has been obsoleted now that svn is no longer hosted on minotaur (moved to eris) https://svn.apache.org/change-password is the new location. This also means that people.apache.org and svn.apache.org are _NOT_ the same computer anymore. Modified: perl/modperl/docs/trunk/src/contribute/cvs_howto.pod perl/modperl/docs/trunk/src/download/source.pod Modified: perl/modperl/docs/trunk/src/contribute/cvs_howto.pod URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/contribute/cvs_howto.pod?rev=414729&r1=414728&r2=414729&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/contribute/cvs_howto.pod (original) +++ perl/modperl/docs/trunk/src/contribute/cvs_howto.pod Thu Jun 15 21:07:15 2006 @@ -109,8 +109,11 @@ =head1 SVN access for mod_perl committers -mod_perl committers need to first login to svn.apache.org and run -svnpasswd command. Then the first time you want to commit you will be +mod_perl committers need to first set it via + +https://svn.apache.org/change-password + +Then the first time you want to commit you will be asked for a password, which is then will be stored in ~/.subversion. Since all the commits require https:// checkouts, no password can be sniffed during the commit when it's sent to the server Modified: perl/modperl/docs/trunk/src/download/source.pod URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/download/source.pod?rev=414729&r1=414728&r2=414729&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/download/source.pod (original) +++ perl/modperl/docs/trunk/src/download/source.pod Thu Jun 15 21:07:15 2006 @@ -54,12 +54,9 @@ % svn checkout https://svn.apache.org/repos/asf/perl/modperl/trunk/ mod_perl-2.0 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>: - - % ssh svn.apache.org - % svnpasswd +update your password. To do that, visit: +https://svn.apache.org/change-password @@ -154,11 +151,9 @@ % svn checkout https://svn.apache.org/repos/asf/perl/modperl/branches/1.x/ modperl-1.0 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>: +update your password. To do that visit: - % ssh svn.apache.org - % svnpasswd +https://svn.apache.org/change-password =back --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe [at] perl For additional commands, e-mail: docs-cvs-help [at] perl
|