服务器启动、终止svn
linux 下停止所有的svn服务killall svnservelinux 下启动svn服务 ,svn默认端口是3690svnserve -d -r=/opt/svn/repository【仓库地址】指定端口号启动服务svnserve -d –listen-port 3691 -r //opt/svn/repositorywindows 下停止svn服务net stop svn 【停止服务】wi
·
linux 下停止所有的svn服务
killall svnserve
linux 下启动svn服务 ,svn默认端口是3690
svnserve -d -r=/opt/svn/repository【仓库地址】
指定端口号启动服务
svnserve -d –listen-port 3691 -r //opt/svn/repository
windows 下停止svn服务
net stop svn 【停止服务】
windows 下删除svn服务
sc delete svn 【删除服务】
更多推荐
已为社区贡献2条内容
所有评论(0)