You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by Apache Wiki <wi...@apache.org> on 2009/06/17 20:38:10 UTC

[Spamassassin Wiki] Update of "BecomingCommitter" by JohnHardin

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Spamassassin Wiki" for change notification.

The following page has been changed by JohnHardin:
http://wiki.apache.org/spamassassin/BecomingCommitter

The comment on the change is:
snvpasswd no longer available on people.apache.org

------------------------------------------------------------------------------
  
  == Set Your SVN Password ==
  
- When your account is created, an ASF infrastructure volunteer will send you a password for the Apache login server (currently people.apache.org).  This allows you to log in using SSH to set your SVN password, as described [http://www.apache.org/dev/version-control.html#https-svn here].  Here's a quick summary of what to do:
+ When your account is created, an ASF infrastructure volunteer will send you a password for the Apache login server (currently people.apache.org). This allows you to log in to set your SVN password, as described [http://www.apache.org/dev/version-control.html#https-svn here].  Here's a quick summary of what to do:
  
  {{{
-   ssh -l MYUSERNAME people.apache.org
+   $ ssh -l MYUSERNAME people.apache.org
-   Password: [YOURPASSWORD]
+   Password: [YOURGENERATEDPASSWORD]
-   svnpasswd
+   $ passwd
  }}}
  
- And enter your desired SVN password twice to set it.  If you have difficulties logging in with SSH for the first time, make sure you use a keyboard interactive password method. 
+ And enter your desired password twice to set it.  If you have difficulties logging in with SSH for the first time, make sure you use a keyboard interactive password method. 
  
- Another way to do it is to use https://svn.apache.org/change-password , apparently.  If all else fails, mail '''root at apache dot org'''.
+ To set your SVN password visit https://svn.apache.org/change-password , and provide your username and generated password to log in.
+ 
+ If all else fails, mail '''root at apache dot org'''.
  
  This keeps changing, so look at http://www.apache.org/dev/new-committers-guide.html and http://www.apache.org/dev/version-control.html for a more canonical set of instructions.  If those pages differ from this page, they're more likely to be reliable.