win7系统下载SVN服务器搭建的操作方法
时间:2021-09-23 19:09:28 来源:www.cnomit.cn 作者:佚名 浏览次数:
大家对电脑都爱不释手,但偶尔会碰见对win7系统下载SVN服务器搭建进行设置的问题,相信大家都是第一次面对win7系统下载SVN服务器搭建的问题,那么怎样快速对win7系统下载SVN服务器搭建的设置方法非常简单,只需要 1 软件准备: Setup-Subversion-1.7.8 TortoiseSVN-1.7.11.23600-win32-svn-1.7.8 2 安装: 安装个人的需要设定好安装路径。的顺序来就搞定了,现在我们就一同详细的学习一下win7系统下载SVN服务器搭建具体的设置方法:
1 软件准备: Setup-Subversion-1.7.8 TortoiseSVN-1.7.11.23600-win32-svn-1.7.8
2 安装: 安装个人的需要设定好安装路径。
3 创建一个库的根目录,并创建一个版本库 库的根路径:D:svnrepository 建立一个版本库
![win7系统下载SVN服务器搭建教程 三联](http://ppt.ysjfirst.top/uploads/allimg/190328/09324A400-0.png)
在D:svnrepository路径下面会生成myrepository的版本库
![](http://ppt.ysjfirst.top/uploads/allimg/190328/0932461F1-1.png)
如果不需要认证登陆的话,下面的配置可以忽略
4 修改版本库的配置文件 :svnserve.conf,去掉前面的#,前面不能有空格
# password-db = passwd
# authz-db = authz
5 修改版本库用户配置文件:passwd
![](http://ppt.ysjfirst.top/uploads/allimg/190328/09324AY9-2.png)
test = test (前面是用户名,后面是密码) 6 修改版本库权限配置文件:authz
![](http://ppt.ysjfirst.top/uploads/allimg/190328/0932464047-3.png)
7 启动svnservice服务
![](http://ppt.ysjfirst.top/uploads/allimg/190328/09324644F-4.png)
8 将svnservice加入系统服务中
使用超级管理员权限启动cmd命令,运行sc create svn binpath= "svnserve.exe --service -r d:svnrepository" displayname= "SVN Server" depend= Tcpip start= auto。将服务添加到系统服务。
![](http://ppt.ysjfirst.top/uploads/allimg/190328/09324B442-5.png)