2014年1月14日 星期二

[研究] SubVersion 1.8.5 安裝 (tgz)(CentOS 6.4 x64)

[研究] SubVersion 1.8.5 安裝 (tgz)(CentOS 6.4 x64)

2014-01-14

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

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

安裝

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

啟動

/usr/local/bin/svnserve  -d

[root@localhost ~]# ps aux | grep svn
root     37734  0.0  0.1 181364  1132 ?        Ss   23:16   0:00 /usr/local/bin/svnserve -d
root     62218  0.0  0.0 103256   840 pts/1    S+   23:21   0:00 grep svn
[root@localhost ~]#

(完)

[研究] SubVersion 1.8.5 安裝 (tgz)(CentOS 6.4 x64)
http://shaurong.blogspot.com/2014/01/subversion-185-tgzcentos-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


沒有留言:

張貼留言