Subversionの導入(Debian jessie)

Subversionの導入(Debian jessie)

/etc/apt/sources.listにリポジトリを追加する
deb http://opensource.wandisco.com/debian/ jessie svn19

gpg-keyをダウンロードする

# wget http://opensource.wandisco.com/wandisco-debian.gpg

keyを追加する

# apt-key add wandisco-debian.gpg

パッケージリストの更新

# apt-get update

 

Subversionのインストール

# apt-get install subversion

 

バージョン確認

# subversion –version
svn, version 1.9.5 (r1770682)
compiled Dec  1 2016, 14:48:33 on x86_64-unknown-linux-gnu

Copyright (C) 2016 The Apache Software Foundation.
This software consists of contributions made by many people;
see the NOTICE file for more information.
Subversion is open source software, see http://subversion.apache.org/

以下のリポジトリアクセス (RA) モジュールが利用できます:

* ra_svn : svn ネットワークプロトコルを使ってリポジトリにアクセスするモジュール。
– Cyrus SASL 認証を併用
– ‘svn’ スキームを操作します
* ra_local : ローカルディスク上のリポジトリにアクセスするモジュール。
– ‘file’ スキームを操作します
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
– using serf 1.3.7 (compiled with 1.3.8)
– ‘http’ スキームを操作します
– ‘https’ スキームを操作します

The following authentication credential caches are available:

* Plaintext cache in /root/.subversion
* Gnome Keyring
* GPG-Agent
* KWallet (KDE)

 

管理者