Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: [Original edit by JohnHardin] snvpasswd no longer available on people.apache.org

...

Wiki Markup
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:

No Format
  $ ssh -l MYUSERNAME people.apache.org
  Password: [YOURPASSWORDYOURGENERATEDPASSWORD]
  $ svnpasswdpasswd

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.

Another way to do it is to use To set your SVN password visit https://svn.apache.org/change-password , and provide your username and generated password to log in.

apparently. If all else fails, mail root at apache dot org.

...