Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once your password is set, you can use a command like this to commit:

Code Block

svn commit

If Subversion can't figure out your username, you can tell it explicitly:

Code Block

svn --username

...

 <name> commit

Subversion will prompt you for a password, and once you enter it once, it will remember it for you. Note this is the password you configured with svnpasswd, not your shell or other password.

...