摘要: 使用如下命令把 SVN 安装成 Windows 服务:C:\>sc create SVNService binpath= "\"D:\program files\Subversion\bin\svnserve.exe\" --service -r E:\MySVN" displayname= "SVNService" depend= Tcpipsc 为 Windows 服务管理的命令行工具。 阅读全文
posted @ 2007-11-29 10:11 kylindai 阅读(463) 评论(0) 推荐(0) 编辑