CentOS 5.4(x86_64)下安装svn 1.6
[align=center][b][size=22pt][font=Times New Roman]CentOS 5.4(x86_64)[/font][/size][/b][b][font=宋体][size=22pt]下安装[/size][/font][/b][b][size=22pt][font=Times New Roman]svn 1.6[/font][/size][/b][/align][b][size=10.5pt][font=Times New Roman]1. [/font][/size][/b][b][font=宋体][size=10.5pt]安装[/size][/font][/b][b][size=10.5pt][font=Times New Roman]apr,apr-util,sqlite[/font][/size][/b]
[size=10.5pt][font=Times New Roman]wget [/font][url=http://labs.renren.com/apache-mirror/apr/apr-1.4.2.tar.gz][font=Times New Roman][color=#0000ff]http://labs.renren.com/apache-mirror/apr/apr-1.4.2.tar.gz[/color][/font][/url][/size]
[size=10.5pt][font=Times New Roman]tar zxvf apr-1.4.2.tar.gz[/font][/size]
[size=10.5pt][font=Times New Roman]./configure --prefix=/usr/local/apr1.4 --enable-threads[/font][/size]
[size=10.5pt][font=Times New Roman]make[/font][/size]
[size=10.5pt][font=Times New Roman]make install[/font][/size]
[size=10.5pt][font=Times New Roman][/font][/size]
[size=10.5pt][font=Times New Roman]wget [/font][url=http://labs.renren.com/apache-mirror/apr/apr-util-1.3.9.tar.gz][font=Times New Roman][color=#0000ff]http://labs.renren.com/apache-mirror/apr/apr-util-1.3.9.tar.gz[/color][/font][/url][/size]
[size=10.5pt][font=Times New Roman]tar zxvf apr-util-1.3.9.tar.gz[/font][/size]
[size=10.5pt][font=Times New Roman]./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr1.4/[/font][/size]
[size=10.5pt][font=Times New Roman]make[/font][/size]
[size=10.5pt][font=Times New Roman]make install[/font][/size]
[size=10.5pt][font=Times New Roman][/font][/size]
[size=10.5pt][font=Times New Roman]wget [/font][url=http://www.sqlite.org/sqlite-amalgamation-3.6.13.tar.gz][font=Times New Roman][color=#0000ff]http://www.sqlite.org/sqlite-amalgamation-3.6.13.tar.gz[/color][/font][/url][/size]
[size=10.5pt][font=Times New Roman]tar zxvf sqlite-amalgamation-3.6.13.tar.gz[/font][/size]
[size=10.5pt][font=Times New Roman]./configure --prefix=/usr/local/sqlite [/font][/size]
[size=10.5pt][font=Times New Roman]make[/font][/size]
[size=10.5pt][font=Times New Roman]make install[/font][/size]
[size=10.5pt][font=Times New Roman][/font][/size]
[b][size=10.5pt][font=Times New Roman]2. [/font][/size][/b][b][font=宋体][size=10.5pt]编译安装[/size][/font][/b][b][size=10.5pt][font=Times New Roman]subversion[/font][/size][/b]
[size=10.5pt][font=Times New Roman] 2.1 yum install -y expat expat-devel[/font][/size]
[font=Verdana][size=10.5pt] 2.2 [/size][/font][font=Verdana][size=10.5pt][font=宋体]在[/font][/size][/font][font=Verdana][size=10.5pt]/etc/ld.so.conf[/size][/font][font=Verdana][size=10.5pt][font=宋体]中加一行[/font][/size][/font][font=Verdana][size=10.5pt]/usr/local/lib[/size][/font][font=Verdana][size=10.5pt][font=宋体]然后运行[/font][/size][/font][font=Verdana][size=10.5pt]/sbin/ldconfig[/size][/font][font=Verdana][size=10pt][/size][/font]
[size=10.5pt][font=Times New Roman] 2.3
wget [url=http://subversion.tigris.org/downloads/subversion-]http://subversion.tigris.org/downloads/subversion-[/url]1.6.0.tar.gz[/font][/size]
[size=10.5pt][font=Times New Roman]tar zxvf subversion-1.6.0.tar.gz[/font][/size]
[size=10.5pt][font=Times New Roman]cd subversion-1.6.0[/font][/size]
[size=10.5pt][font=Times New Roman]./configure --prefix=/usr/local/svnserver --with-apr=/usr/local/apr1.4/ [/font][/size]
[size=10.5pt][font=Times New Roman]--with-apr-util=/usr/local/apr-util/ --with-sqlite=/usr/local/sqlite/[/font][/size]
[size=10.5pt][font=Times New Roman]make[/font][/size]
[size=10.5pt][font=Times New Roman]make install[/font][/size]
[b][size=10.5pt][font=Times New Roman]3. [/font][/size][font=宋体][size=10.5pt]新建版本库[/size][/font][size=10.5pt][font=Times New Roman],[/font][/size][font=宋体][size=10.5pt]配置权限[/size][/font][/b][size=10.5pt][/size]
[size=10.5pt][font=Times New Roman]/usr/local/svnserver/bin/svnadmin create /data0/svn[/font][/size]
[font=宋体][size=10.5pt]按照模板文件配置[/size][/font][size=10.5pt][font=Times New Roman]authz,passwd,svnserver.conf[/font][/size][font=宋体][size=10.5pt]文件[/size][/font][size=10.5pt][/size]
[b][size=10.5pt][font=Times New Roman]4. [/font][/size][font=宋体][size=10.5pt]启动服务[/size][/font][/b][size=10.5pt][/size]
[size=10.5pt][font=Times New Roman]/usr/local/svnserver/bin/svnserve -r /data0/svn/ -d[/font][/size]
[[i] 本帖最后由 wxd5981 于 2010-8-22 21:10 编辑 [/i]]
页:
[1]