2014-08-13
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 [root@localhost ~]# find / -name svn /usr/bin/svn /usr/share/bash-completion/completions/svn [root@localhost bin]# find / -name svnserve /etc/sysconfig/svnserve /usr/bin/svnserve |
啟動 svn 伺服器
[root@localhost ~]# service svnserve start Redirecting to /bin/systemctl start svnserve.service Job for svnserve.service failed. See 'systemctl status svnserve.service' and 'journalctl -xn' for details. [root@localhost ~]# /usr/bin/svnserve --daemon --pid-file=/var/run/svnserve.pid [root@localhost ~]# ps aux | grep svn root 13813 0.0 0.0 199740 1280 ? Ss 18:35 0:00 /usr/bin/svnserve --daemon --pid-file=/var/run/svnserve.pid root 13815 0.0 0.0 112640 980 pts/1 R+ 18:35 0:00 grep --color=auto svn [root@localhost ~]# |
svn 伺服器設定檔案
/etc/sysconfig/svnserve
(完)
相關
[研究] SubVersion 1.8.5 安裝 (tgz)(CentOS 6.4 x64)
http://shaurong.blogspot.com/2014/01/subversion-185-tgzcentos-64-x64.html
[研究] SubVersion 1.7.14 安裝 (yum)(CentOS 7.0 x86_64)
http://shaurong.blogspot.com/2014/08/subversion-1714-yumcentos-70-x8664.html
[研究] SVN Server 1.6.11安裝 (yum)(CentOS 6.4 x64)
http://shaurong.blogspot.com/2013/08/svn-server-centos-64-x64.html
[研究] 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
[研究] Slik-Subversion-1.8.0 (SVN Server) 架設(Windows 2008 R2)
http://forum.icst.org.tw/phpbb/viewtopic.php?t=80168
沒有留言:
張貼留言