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://www.cnblogs.com/passwd
authz-db = http://www.cnblogs.com/authz

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