Administrating Subversion: Adding and Removing Users

Adding and removing users to a Subversion repository is quite a straightforward process, just do the following:

You’ll find a folder called “repos” in your filesystem which contains the different repositories you’ve created. You have to access the repository you need a new user’s access to (let’s call it myRepository) and add his/her entry to the “myRepository/conf/passwd” file under [users] in the format “newUsername = newPassword”, save the file and exit.

To do this, you can simply type “sudo gedit /repos/myRepository/conf/passwd” and add your entry, save the file and exit.

About SoCRaT

Systems Engineer, OSS & Linux Geek
This entry was posted in Uncategorized and tagged . Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s