Do You PHP はてブロ

Do You PHPはてなからはてブロに移動しました

svn: Unrecognized URL scheme

CentOS5.3にsubversion-1.6.5をソースからインストールしたあと、checkout先にURLを指定すると、

$ svn co --username=guest http://cvs2svn.tigris.org/svn/cvs2svn/trunk cvs2svn-trunk
svn: Unrecognized URL scheme for 'http://cvs2svn.tigris.org/svn/cvs2svn/trunk'
$ 

あれ。。。

調べてみると、subversionをbuildする際にneonはインストール済みだが、develパッケージが入ってなかったことが原因くさい。
ということで、neon-develをインストールして再build。

$ su -
# yum install -y neon-devel
# cd /usr/local/src/subversion-1.6.5/
# make distclean
# ./configure --with-apxs=/usr/local/apache2/bin/apxs
# make
# make install
# exit
$ 
$ svn --version
svn, version 1.6.5 (r38866)
   compiled Oct 16 2009, 16:57:32

Copyright (C) 2000-2009 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
  - handles 'http' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme

$ svn co --username=guest http://cvs2svn.tigris.org/svn/cvs2svn/trunk cvs2svn-trunk
Authentication realm: <http://cvs2svn.tigris.org:80> CollabNet Subversion Repository
Password for 'guest':
         :