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.
No comments:
Post a Comment