svn linux 安装详解,Linux下安装配置SVN图文详解(CentOS 5.5)

部署svn

系统环境:

CentOS 5.5 32位

软件版本:

subversion-1.6.19.tar.gz

subversion-deps-1.6.19.tar.gz

一、搭建svn环境

软件下载地址:

http://subversion.apache.org/download/#supported-releases

http://subversion.tigris.org/downloads/subversion-1.6.19.tar.gz

http://subversion.tigris.org/downloads/subversion-deps-1.6.19.tar.gz

[root@acong tools]# pwd

/home/acong/tools

[root@acong tools]# wget http://subversion.tigris.org/downloads/subversion-1.6.19.tar.gz

[root@acong tools]# wget http://subversion.tigris.org/downloads/subversion-deps-1.6.19.tar.gz

[root@acong tools]# tar zxf subversion-1.6.19.tar.gz

[root@acong tools]# tar zxf subversion-deps-1.6.19.tar.gz

[root@acong tools]# cd subversion-1.6.19

e227100e8e075abd3168ff46e5142bed.png

[root@acong subversion-1.6.19]# ./configure --prefix=/usr/local/svn

配置后提示如下,无影响因为不使用db存储

You don't seem to have Berkeley DB version 4.0.14 or newer

installed and linked to APR-UTIL.  We have created Makefiles which

will build without the Berkeley DB back-end; your repositories will

use FSFS as the default back-end.  You can find the latest version of

Berkeley DB here:

http://www.Oracle.com/technology/software/products/berkeley-db/index.html

[root@acong subversion-1.6.19]# make

[root@acong subversion-1.6.19]# make install

root@acong subversion-1.6.19]# ll /usr/local/svn/

total 40

drwxr-xr-x 2 root root 4096 Oct 12 18:22 bin

drwxr-xr-x 2 root root 4096 Oct 12 18:21 build-1

drwxr-xr-x 6 root root 4096 Oct 12 18:22 include

drwxr-xr-x 4 root root 4096 Oct 12 18:22 lib

drwxr-xr-x 5 root root 4096 Oct 12 18:22 share

[root@acong subversion-1.6.19]# /usr/local/svn/bin/svnserve --version ##验证svn版本

svnserve, version 1.6.19 (r1383947)

compiled Oct 12 2012, 18:16:25

Copyright (C) 2000-2009 CollabNet.

Subversion is open source software, see http://subversion.apache.org/

This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository back-end (FS) modules are available:

* fs_fs : Module for working with a plain file (FSFS) repository.

Cyrus SASL authentication is available.

[root@acong subversion-1.6.19]# echo "PATH=$PATH:/usr/local/svn/bin/" >> /etc/profile

[root@acong subversion-1.6.19]# source /etc/profile0b1331709591d260c1c78e86d0c51c18.png

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值