标签:http 目录 cal 表示 bbs repo 技术 tor 不同
1 安装
2 测试
3 创建仓库
4 启动
l 格式:cmd> svnserve -d -r 仓库的路径
-d后台执行
-r版本库的根目录
启动时,指定“仓库路径”不同,分类:多仓库和单仓库
l 多仓库【掌握】
启动:svnserve -d -r 仓库父目录 ,表示启动时多仓库
例如:svnserve -d -r G:\repository\svn
访问:svn://localhost:3690/bbs
l 单仓库
启动:svnserve -d -r 仓库的根 ,表示启动时单仓库
例如:svnserve -d -r G:\repository\svn\bbs
访问:svn://localhost:3690
标签:http 目录 cal 表示 bbs repo 技术 tor 不同
原文地址:http://www.cnblogs.com/whesuanfa/p/7492541.html