SubVersion 安装为 Windows 服务 (Service)

使用如下命令把 SVN 安装成 Windows 服务:

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

sc 为 Windows 服务管理的命令行工具。

posted @ 2007-11-29 10:11  kylindai  阅读(463)  评论(0编辑  收藏  举报