在windows下安装SubVersion服务器也非常简单, installer会自动为我们创建一个windows
service,指向一个repository. 但有时候, 我们一个repository不够用, 我们需要多个, 这时候,
可能会用到下面几个命令
情况1(Subversion安装目录不含空格)
sc create svnserve11 displayname= "Subversion Server11" binpath=
"d:SubversionServersvnserve.exe --service --listen-port 6666 -r
D:doc eps11" depend= Tcpip start= auto
访问该repository的方法是:
svn://localhost:6666
情况2(Subversion安装目录包含空格)
sc create svnserve33 displayname= "Subversion Server33" binpath=
""d:Program FilesCollabNetSubversion Serversvnserve.exe"
--service --listen-port 6667 -r D:doc eps33" depend= Tcpip start=
auto
访问该repository的方法是:
svn://localhost:6667
下面这个文章包含更多的信息,http://subversion.open.collab.net/articles/svnserve-service.htm
--
This message was sent via writer.bighugelabs.com.
Please report spam or any violations of the terms of use including
copyright and other violations to support@bighugelabs.com.
本文深入探讨了Subversion项目的未来发展,并详细介绍了在Windows环境下安装和配置多个SubVersion服务器的方法,包括如何使用命令行工具进行操作以及访问不同repository的步骤。
615

被折叠的 条评论
为什么被折叠?



