Subversion

Version Date Notes By
0.1 2019-07-23 Initial release jfm

Adding Users

  1. Create a user
htpasswd -b /etc/svn/svn-passwd <username> <password>
  1. Add the user to the developers group (or other) in the /etc/svn/svn-access file

Removing Users

  1. Remove user from /etc/svn/svn-passwd file
htpasswd -D /etc/svn/svn-passwd <user>
  1. Edit the file /etc/svn/svn-access and remove de user from de developers group (or others)

Found errors? Think you can improve this documentation? Simply click the Edit link at the top of the page, and then the icon on Github to make your changes.