LoginSignup
2
2

More than 5 years have passed since last update.

SVNクライアントをyumで簡単インストール

Posted at
  1. 必要なパッケージをインストール
    # yum install -y neon neon-devel
    # yum -y install openssl openssl-devel

  2. WANDiscoリポジトリ導入
    # vi /etc/yum.repos.d/wandisco.repo
    [wandisco]
    name=WANDisco Repository - svn-1.8 centos6
    baseurl=http://opensource.wandisco.com/centos/6/svn-1.8/RPMS/$basearch/
    enabled=0
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-WANdisco

    # rpm --import http://opensource.wandisco.com/RPM-GPG-KEY-WANdisco

  3. svnインストール
    yum install -y --enablerepo=wandisco --disablerepo=base,updates subversion

  4. 確認
    # svn --version --quiet
    1.8.15

終わり

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2