Thursday, April 28, 2011
Saturday, April 16, 2011
Friday, April 15, 2011
SVN - managing users on webfaction's SVN
Managing Users
Subversion users are managed with .htpasswd file in ~/webapps/svn, where svn is the name of the Subversion application.To add a user or change an existing user’s password:
- Open an SSH session.
- Switch to the Subversion directory. Enter cd ~/webapps/svn and press Enter.
- Enter htpasswd .htpasswd username, where username is the the user, and press Enter. A password prompt appears.
- Enter the new password and press Enter.
- Reenter the new password and press Enter.
- Open an SSH session.
- Switch to the Subversion directory. Enter cd ~/webapps/svn and press Enter.
- Enter htpasswd -D .htpasswd username, where username is the the user, and press Enter.
Subscribe to:
Posts (Atom)