Manage SVN Users with htpasswd

We use SVN to manage our source codes for different projects. SVN uses http-based authentication.

Below are commands to manage SVN users:

Adding a user

htpasswd -b /path/to/svn-auth-file username password

Deleting  a user

htpasswd -D /path/to/svn-auth-file user.name