1.注册为windows服务
sc create svnserve binPath= "svnserve --service --root C:\svntest" start= auto depend= "tcpip" DisplayName= "svn服务"
2.删除服务
sc delete svnserve
sc create svnserve binPath= "svnserve --service --root C:\svntest" start= auto depend= "tcpip" DisplayName= "svn服务"
2.删除服务
sc delete svnserve
本文介绍如何通过命令行操作来注册SVN为Windows服务,包括设置服务路径、启动类型等参数,并演示了如何删除已注册的服务。
766

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



