您的位置:首页 > 其它

SubVersion 安装为 Windows 服务 (Service)

2007-11-29 10:11 441 查看
使用如下命令把 SVN 安装成 Windows 服务:

C:\>sc create SVNService binpath= "\"D:\program files\Subversion\bin\svnserve.exe\" --service -r E:\MySVN" displayname= "SVNService" depend= Tcpip

sc 为 Windows 服务管理的命令行工具。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐