Created by on 2008-02-11 11:59:26
Last modified on 2008-02-11 12:14:51
Last modified on 2008-02-11 12:14:51
Adding Subversion access for a user
At Charta Software we use HTTP authentication to control access rights for users. Adding access rights for a user therefore means adding a new user to Apache and then specifying the access rights in the /etc/httpd/conf.d/subversion.conf file. The Apache user file for subversion is /var/subversion/users.
Example of adding the Subversion user to Apache:
[user@domain ~]# htpasswd /var/subversion/users username
After changing the Apache configuration file you will have to restart the httpd service