2014年8月13日 星期三

[研究] SubVersion 1.8.10 安裝 (tgz)(CentOS 7.0 x86_64)

[研究] SubVersion 1.8.10 安裝 (tgz)(CentOS 7.0 x86_64)

2014-08-13

參考
http://svn.apache.org/repos/asf/subversion/trunk/INSTALL

下載
http://subversion.apache.org/source-code.html
http://subversion.apache.org/packages.html

安裝

cd /usr/local/src
wget http://ftp.mirror.tw/pub/apache/subversion/subversion-1.8.10.tar.gz
tar zxvf  subversion-1.8.10.tar.gz  -C /usr/local
cd  /usr/local/subversion-1.8.10
yum -y install gcc gcc-c++ apr apr-devel apr-util-devel sqlite-devel zlib zlib-devel
wget http://www.sqlite.org/2014/sqlite-amalgamation-3080500.zip
unzip  sqlite-amalgamation-3080500.zip
mv  sqlite-amalgamation-3080500  sqlite-amalgamation
./configure --with-apr=/usr --with-apr-util=/usr
make
make install

啟動

/usr/local/bin/svnserve  -d

[root@localhost subversion-1.8.10]# ps aux | grep svnserv
root     10796  0.0  0.0 195592  1020 ?        Ss   19:20   0:00 /usr/local/bin svnserve -d
root     10798  0.0  0.0 112640   984 pts/1    R+   19:20   0:00 grep --color=auto svnserv
[root@localhost subversion-1.8.10]#

(完)

[研究] SubVersion 1.8.10 安裝 (tgz)(CentOS 7.0 x86_64)
http://shaurong.blogspot.com/2014/08/subversion-1810-tgzcentos-70-x8664.html

[研究] 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

沒有留言:

張貼留言