2013年7月28日 星期日

[研究] SubVersion 1.6.11 安裝 (yum)(CentOS 6.4 x64)

[研究] SubVersion 1.6.11 安裝 (yum)(CentOS 6.4 x64)

SubVersion 是版本管理工具

官方網站
http://subversion.tigris.org/

安裝參考
http://subversion.apache.org/packages.html#centos
http://subversion.apache.org/source-code.html
http://subversion.apache.org/packages.html

快速安裝
yum -y install subversion

版本
svn --version

測試
svn co http://svn.apache.org/repos/asf/mahout/trunk

相關檔案

[root@localhost ~]# find  / -name subversion
/etc/subversion
/etc/bash_completion.d/subversion

[root@localhost ~]# find  / -name svn
/usr/lib64/python2.6/site-packages/svn
/usr/bin/svn
[root@localhost ~]#

[root@localhost bin]# find / -name svnserve
/etc/rc.d/init.d/svnserve
/usr/bin/svnserve

啟動 svn 伺服器

[root@localhost bin]# service svnserve start
Starting svnserve:                                         [  OK  ]
[root@localhost bin]# ps aux | grep svn
root      2999  0.0  0.0 182748  1204 ?        Ss   07:16   0:00 /usr/bin/svnserve --daemon --pid-file=/var/run/svnserve.pid
root      3004  0.0  0.0 103236   868 pts/1    S+   07:16   0:00 grep svn
[root@localhost bin]#

svn 伺服器設定檔案
/etc/sysconfig/svnserve

(完)

[研究] SubVersion 1.6.11 安裝 (yum)(CentOS 6.4 x64)
http://shaurong.blogspot.tw/2013/07/subversion-1611-yumcentos-64-x64.html
http://forum.icst.org.tw/phpbb/viewtopic.php?t=80037

沒有留言:

張貼留言