linux svn 安装

subversion-1.4.0.tar.gz和subversion-deps-1.4.0.tar.gz
这个2个文件去svn china上面找


以root用户登录。
将subversion-1.4.0.tar.gz和subversion-deps-1.4.0.tar.gz传到服务器。

tar xfvz subversion-1.4.0.tar.gz
tar xfvz subversion-deps-1.4.0.tar.gz
cd subversion-1.4.0
./configure –prefix=/opt/svn –without-berkeley-db –with-zlib
(注:以svnserve方式运行,不加apache编译参数。以fsfs格式存储版本库,不编译berkeley-db)
make clean
make
make install

vi /etc/profile,在/etc/profile最后加入:
PATH=$PATH:/opt/svn/bin
export PATH



引用原文地址:
http://jijian91.com/blog20061020/svn-subversion-install-configure.html

你可能感兴趣的:(apache,html,linux,SVN,subversion)