svn: Unrecognized URL scheme

使用的系统是ubuntu 10.04, subversion 1.6.11

以下是我的configure, 如果没有安装libneon请先安装libneon 和apr和apr-util

 

sudo ./configure --prefix=/usr/local/svn --with-apxs=/usr/local/apache2/bin/apxs --with-apr=/usr/local/apache2/bin/apr-1-config --with-ssl --with-apr-util=/usr/local/apache2/bin/apu-1-config --enable-shared

 

安装成功后svn --version

出来的信息应为

svn, version 1.6.11 (r934486)
   compiled May  2 2010, 21:17:44

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,Scheme,Module,url,subversion,NetWork)