`

在windows下配置svn服务器

阅读更多

1、下载svn

svn:http://www.tigris.org/files/documents/15/43506/Setup-Subversion-1.5.2.en-us.msi

apache:http://archive.apache.org/dist/httpd/binaries/win32/apache_2.2.8-win32-x86-no_ssl.msi

 

2、安装完成后,对svn进行配置

   1)命令 svnadmin create D:/repos

 

3、配置服务

使用命令:sc create svn binpath= "D:\Subversion\bin\svnserve.exe --service -r D:\repos" displayname= "Subversion Server" depend= Tcpip start= auto
       

 

 

注:具体详细配置见 http://www.subversion.org.cn/svnbook/1.4/index.html

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics