Project

General

Profile

Change password for your SVN account » History » Version 1

chin-yeh, 07/06/2011 09:41 AM

1 1 chin-yeh
h1. Change password for your SVN account
2
3
# login as @svnadmin@
4
# cd to @/data/svnrepos/conf@
5
<pre>
6
cd /data/svnrepos/conf
7
</pre>
8
# execute the following command
9
_if the user does not exist, it will create a new one_
10
<pre>
11
[svnadmin@cwyrnd3-server conf]$ htpasswd -m svn-auth-file tester
12
New password:
13
Re-type new password:
14
Updating password for user tester
15
</pre>