Subversion Authentication
Announcements
User Services
Resources
- Desktop Computing
- Computer Labs
- Compute Servers
- Printing
- Scanners, Copiers, Burning and Sending Faxes
- Classroom Facilities
- Frequently Asked Questions
Platforms
Software
The htpasswd command to manage a repository password file.
The following command adds a user to a file, or updates and exisiting user's password, where passwdfile specifies the path to the password file and username specifies the username to add or update:
htpasswd -m passwdfile username
And the following command deletes a user:
htpasswd -D passwdfile username
The path of the password file for a subverision repository will be provided to you be the CIMS support.