SVN

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

 下载:  svn  checkout  服务器地址  下载地址

上传 svn commit  资源

使用add子命令 添加到本地版本库

修改权限,设置匿名访问

              G:\repository\svn\bbs\conf\svnserve.conf

svn update

权限

l  权限需要3个配置文件

 

posted on 2017-09-07 23:47  wheleetcode  阅读(110)  评论(0编辑  收藏  举报