[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:59:33 -0800 (PST)

Nevermind. Correct me if I'm wrong, but I realized that svn+ssh
creates its own svnserve process, which doesn't know about the
repository path given by the original svnserve -d -r ..... command

On Nov 10, 4:08 pm, jonderry <jonde..._at_gmail.com> wrote:
> 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-unsubscr..._at_tortoisesvn.tigris.org
> For additional commands, e-mail: users-h..._at_tortoisesvn.tigris.org

---------------------------------------------------------------------
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 23:11:21 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.