svn create user issue

raje@gworks.mobi
raje@gworks.mobi
i have installed svn1.9.4(apache subversion) in fedoa 23. follow this link. https://www.if-not-true-then-false.com/2010/install-svn-subversion-server-on-fedora-centos-red-hat-rhel/ while i installing i create users for repo  using ths command   ## Create testuser ##  htpasswd -cm /etc/svn-auth-users testuser  New password:  Re-type new password:  Adding password for user testuser   ## Create testuser2 ##  htpasswd -m /etc/svn-auth-users testuser2  New password:  Re-type new password:  Adding password for user testuser2  After that i view this file /etc/svn-auth-users its only have last created user  Why? How to fix this issue, where stored users list and how to remove svn users  

Last updated

DougR
DougR
I just used the same commands and it worked fine. The only thing that I did differently is "-c -m" instead of "-cm". I was using CentOS 6.7.  Removing users is easy: just edit the file and delete the line with the account:password on it.

1-2 of 2

Reply to this discussion

You cannot edit posts or make replies: You should be logged in before you can post.