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