Home ›
How to add users to or edit user passwords for a Subversion repositoryHow to add users to or edit user passwords for a Subversion repository
Submitted by Benjamin Melançon on July 17, 2008 - 9:12pm
Searched words:
svn password
subversion add user pass
add new users to an svn repository:
sudo vi svnrepo/conf/passwd
Resolution
More like this
- Drush subversion integration: svn add and svn commit following pm install
- See what Subversion repository you are drawing from with vi .svn/entries
- Subversion client for Ubuntu: anything like TortoiseSVN?
- Agaric's new SVN repository layout to play well with contributing to CVS
- Update a Debian user's password and passkey and grant sudo access


Comments
Alternately
if using quite a different system of controlling access to svn, this is set for svn itself and not per-repository, webdav or something:
sudo htpasswd -m /srv/svn/.dav_svn.passwd usernamehereHow to create SVN User name and Password
we are using "subversion" on CentOS.
how to create User name and Password for check in and check out.
Kindly reply ASAP
Post new comment