linux下安装svn

 

1.查看我们的ip地址

2.安装

yum install subversion

按照提示操作

3.我们在/home下简历一个仓库

cd  /home/

mkdir -p  svn/repository

 

4.将svn和仓库关联

svnadmin create /home/svn/repository

 

5.进入这个目录

cd  /home/svn/repository/

ls下

 

 

编辑passwd文件

 

 

编辑authz

 

 

 

 

 

 编辑svnserve.conf

 

 

启动:

svnserve -d -r /home/svn/repository

关闭

killall svnserve

 

查看

ps -ef|grep svnserve

 

导入

 

 

检出:

 

 到这里就结束了

 

posted @ 2018-01-14 01:30  宋发准  阅读(91)  评论(0编辑  收藏  举报