红色配置authz这个表,指定访问的用户
# harry_and_sally = harry,sally
# harry_sally_and_joe = harry,sally,&joe
# 指定根目录和用户访问权限
[/]
admin = rw
liwei = rw
lly = rw
* =
# [repository:/baz/fuz]
# @harry_and_sally = rw
# * = r
2 配置svnserve.conf 开入下面的规则,去掉前面的#号
password-db = passwd
authz-db = authz
anon-access = none(anon-access = read -->修改为 anon-access = none,不改会导行show log不显示)
auth-access = write
3.启动服务端
doc 下执行
svnserve.exe -d -r E:wwwsvn2 (你的svn版本文件夹数据所有的目录)
4,查看是否开发了端口 3690 默认
5.自动启动,svn
sc create svnserve binpath= "C:Program Files (x86)Subversioninsvnserve.exe --service --root E:wwwsvn"
6.获取本机ip