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

Re: 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 13:08:46 -0800 (PST)

OK, that problems seems to be solved (thanks!). I guess when I
restarted the shell it got rid of an older version...I'm not sure
though.

However, now I have the following curious situation (yes still using
cygwin, but I doubt that's the problem):

svnadmin create --fs-type fsfs /cygdrive/c/svnrepository/
svn list file:///cygdrive/c/svnrepository/
(ok)

svnserve -d
svn list svn+ssh://localhost/cygdrive/c/svnrepository
(ok)

kill <svnserve>
svnserve -d -r /cygdrive/c/
svn list svn+ssh://localhost/svnrepository
svn: No repository found in 'svn+ssh://localhost/svnrepository'

Isn't this supposed to work? (that's how you can restrict access from
remote machines and hide the directory structure)

---------------------------------------------------------------------
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 22:09:40 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.