You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Goehring <lu...@uni-hohenheim.de> on 2007/02/01 12:18:51 UTC

Re: Unrecognized URL scheme in subversion 1.5

Hi Felix,

thanks for your response:

this is the version info:

lgoehrin > svn --version
svn, version 1.5.0 (dev build)
   compiled Jan 27 2007, 13:45:15

Copyright (C) 2000-2007 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_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


How can I configure the build process with http, https and ssl support?

Cheers,

Lutz

On Wed, 2007-01-31 at 00:16 +0100, Felix Gilcher wrote:
> Hi, 
> 
> Please provide the output from "svn --version". It should look something
> like this:
> 
> -------------
> macbook:~ fgilcher$ svn --version
> svn, version 1.4.3 (r23084)
>    compiled Jan 27 2007, 21:28:56
> 
> Copyright (C) 2000-2006 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_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
>   - 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
> 
> -------------
> 
> It lists the available url schemes - these depend on the compile options of
> the client. Most probably your client was built without ssl support and thus
> does not know about the https url scheme.
> 
> By the way: the most recent stable revision of subversion is 1.4.3 - there
> does not seem to be a 1.5 branch yet. While there may be valid reasons to
> use a self-compiled client from trunk, I'd stick to the stable client with
> something so important as version control. Just my $0.02.
> 
> Regards
> 
> felix
> 
> 
> Am 30.01.2007 21:16 Uhr schrieb "Goehring" unter
> <lu...@uni-hohenheim.de>:
> 
> > Hi all,
> > 
> > updating gives me the following:
> > 
> >> svn update
> >> svn: Unrecognized URL scheme for 'https://projects.coin-
> > or.org/svn/SYMPHONY/stable/5.1'
> > 
> > These are the repository infos
> > SYMPHONY-5.1 > svn info
> > Path: .
> > URL: https://projects.coin-or.org/svn/SYMPHONY/stable/5.1
> > Repository Root: https://projects.coin-or.org/svn/SYMPHONY
> > Repository UUID: 13000f92-0c12-0410-a037-c4f90146b84e
> > Revision: 971
> > Node Kind: directory
> > Schedule: normal
> > Last Changed Author: tkr
> > Last Changed Rev: 971
> > Last Changed Date: 2007-01-26 20:08:41 +0100 (Fri, 26 Jan 2007)
> > 
> > What does the error message mean? Could it be related to the file
> > system?
> > 
> > Thanks,
> > 
> > Lutz
> 
> --
> Felix Gilcher
> Head of IT Development
> 
> Exozet Berlin GmbH
> Rotherstraße 20
> 10245 Berlin
> 
> eMail: gilcher@exozet.com
> URL: www.exozet.com
> 
-- 
Lutz Göhring
Scientific Assistant

with Prof. Thomas Berger

Professur (i.V.) für Ökonomik der Landnutzung in den Tropen und Subtropen
(Professorship (p.p.) for Land Use Economics in the Tropics and
Subtropics)
Institute for Agricultural Economics and Social Sciences in the Tropics
and Subtropics, 
University of Hohenheim, Stuttgart

e-mail: lutz.goehring@uni-hohenheim.de
Tel.: +49-711-459-23615

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Unrecognized URL scheme in subversion 1.5

Posted by Andreas Schweigstill <an...@schweigstill.de>.
Hello!

Goehring schrieb:
> How can I configure the build process with http, https and ssl support?

Read the INSTALL file in the Subversion source code directory;
afterwards read it again to be sure to have understand most of its
contents.

For https support you need openssl and Neon or serf support. Probably
"./configure --with-openssl" may be sufficient. It depends strongly
where your libraries have been installed. It is recommended to use a
local copy of Apache APR (0.9.x) libs in the Subversion directory.

With best regards
Andreas Schweigstill

-- 
Dipl.-Phys. Andreas Schweigstill
Schweigstill IT | Embedded Systems
Schauenburgerstraße 116, D-24118 Kiel, Germany
Phone: (+49) 431 5606-435, Fax: (+49) 431 5606-436
Mobile: (+49) 171 6921973, Web: http://www.schweigstill.de/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org