[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Unrecognized URL scheme in subversion 1.5

From: Felix Gilcher <gilcher_at_exozet.com>
Date: 2007-01-31 00:16:20 CET

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
<lutz.goehring@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
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 31 00:16:52 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.