Add SVN user » History » Version 1
chin-yeh, 07/06/2011 09:36 AM
1 | 1 | chin-yeh | h1. Add SVN user |
---|---|---|---|
2 | |||
3 | Add new SVN user. |
||
4 | |||
5 | # login as @svnadmin@ |
||
6 | # cd to @/data/svnrepos/conf@ |
||
7 | <pre> |
||
8 | cd /data/svnrepos/conf |
||
9 | </pre> |
||
10 | # execute the following command |
||
11 | <pre> |
||
12 | [svnadmin@cwyrnd3-server conf]$ htpasswd -m svn-auth-file tester |
||
13 | New password: |
||
14 | Re-type new password: |
||
15 | Adding password for user tester |
||
16 | </pre> |
||
17 | |||
18 | *Strongly recommend not to delete any SVN user.* |