首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

subversion配备(win2003 测试通过)

2012-08-11 
subversion配置(win2003 测试通过)sc create svnservice binpath E:\webserver\Subversion\bin\svnserve

subversion配置(win2003 测试通过)
sc create svnservice binpath= "E:\webserver\Subversion\bin\svnserve.exe --service -r E:\biz" displayname= "svnservice" depend= Tcpip start= auto

#svnserve.conf
anon-access = none
auth-access = write
password-db = passwd
authz-db = authz
realm = Biz

#passwd
[users]
gao = 1234

#authz
[groups]
admin = gao
[/]
@admin = rw

热点排行