Total Pageviews

Tuesday, December 3, 2013

Enable (Create) OR Disable Users in SVN

How to Enable User in SVN

htpasswd -m /etc/apache2/dav_svn.passwd <<User Name>>


How to Disable User in SVN

htpasswd -D /etc/apache2/dav_svn.passwd <<User Name>

To know what could be the SVN username of the developer, open the passwd file and check what are the usernames are found on that file. If you are unsure about which username, you can remove all users, as you said, no one is using it.

No comments: