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
add new users to an svn repository:
sudo vi svnrepo/conf/passwd
Resolution
Searched words:
svn password
subversion add user pass
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 usernamehere
How 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