Welcome, Guest
Username Password: Remember me

Add User to SVN Server and Set Password
(1 viewing) (1) Guest
SVN(Subversion)
  • Page:
  • 1

TOPIC: Add User to SVN Server and Set Password

Add User to SVN Server and Set Password 2 years, 2 months ago #121

  • rajeshkumar
  • OFFLINE
  • Moderator
  • I love software configuration management
  • Posts: 370
  • Points: 44591
  • Karma: 4
  • Honor Medal 2009
Adding users to svn

Add a user to the file /etc/subversion/svn-authz, then give that user a password as described below.
A suitable command could be
sudo vim /etc/subversion/svn-authz 
or
sudo emacs /etc/subversion/svn-authz.


Adding or changing password for a user

sudo htpasswd -m /etc/subversion/svn-auth-file sally
New password: *******
Re-type new password: *******
Adding password for user sally
 
Regards,
Rajesh Kumar
Build and Release Engineer
My Blog: community.scmgalaxy.com/pg/profile/rajeshkumar
  • Page:
  • 1
Time to create page: 0.99 seconds

     
    
Home Forum