svn中添加新用户
authfile中,添加username
新建密码文件
htpasswd -c (passwd file)
添加密码
htpasswd -b (passwd file) username password
命令成功执行后,就在(passwd file)中添加了响应的用户名和密码记录,然后就可以通过APACHE访问。
svn中添加新用户
authfile中,添加username
新建密码文件
htpasswd -c (passwd file)
添加密码
htpasswd -b (passwd file) username password
命令成功执行后,就在(passwd file)中添加了响应的用户名和密码记录,然后就可以通过APACHE访问。