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

Re: svnadmin: Expected repository format '3' or '5'; found format '4'

From: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Wed, 14 Oct 2009 23:55:50 -0500

On Oct 14, 2009, at 23:39, Tena Sakai wrote:

>> This still won't work because you're still trying
>> to access the repository files directly, using a
>> file:-protocol URL. Instead, access the repository
>> by going through the apache server that CollabNet
>> Subversion has set up for you, using the repository's
>> http:-protocol URL shown to you above.
>
>> $ svn import ~/Projects/pivot http://vixen.egcrc.org:8099/svn/
>> tsakai -m "initial import"
>
> I just did:
>
> $ svn import -m "initial import" ~/Projects/pivot http://vixen.egcrc.org:8099/svn/tsakai
>
> and it is not happy:
>
> svn: Unrecognized URL scheme for 'http://vixen.egcrc.org:8099/svn/
> tsakai'

That means your svn command is not only missing its SASL support, it's
also missing its neon/serf support, without which it cannot connect to
http repositories. You'll have to investigate why neon and/or serf are
not present or working, and possibly reinstall them or your svn client.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2407779

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-15 06:56:50 CEST

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.