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

accessing the repository via svn+ssh fails: "svn: Expected format '3' of repository; found format '5'"

From: jonderry <jonderry_at_gmail.com>
Date: Mon, 10 Nov 2008 12:05:32 -0800 (PST)

I'm using svn via both cygwin and TortoiseSVN, all at the current
version (1.5.4). I can create a repository with the --file-type fsfs
option set, or without. I can checkout or list via, for example,

svn list file:///path/to/repository/

However, if I try to use svn+ssh via

svnserve -d -r /path/to/repository/
svn list svn+ssh://localhost/repository/

I always get the following error:

svn: Expected format '3' of repository; found format '5'

Other instances of this problem seem to be due to a version 1.3.x
client accessing a repository created by a 1.4.x svnadmin. However, in
my case, all of the svn utilities I am using are at version 1.5.4. I
have tried all permutations of creating the repository via TortoiseSVN
or the command line, and checking out via TortoiseSVN and the command
line, but the same error always results. Does anyone know what could
be causing this and how to fix it? or how to find out what is causing
this problem?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-11-10 21:14:26 CET

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

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