SVN安装与配置

安装命令:

sc delete SVNService
sc create SVNService start= auto binPath= "D:\Service\VisualSVN\bin\svnserve.exe --service -r D:\SVNROOT" DisplayName= "SubVersion Service"
net start SVNService

配置模板:

[general]
anon-access = none
auth-access = write
password-db = http://chuna2.787528.xyz/passwd
authz-db = http://chuna2.787528.xyz/authz

posted @ 2008-10-20 17:41  Max Woods  阅读(282)  评论(0)    收藏  举报