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

Re: --root not recognized

From: Rolf Schumacher <mailinglist_at_august.de>
Date: 2007-11-21 23:26:49 CET

Fine, thank you, Uli.
>> I have the subversion package installed (apt-get install subversion) and
>> I can communicate with the server over the internet, however, only by
>> svn+ssh://, while svn:// does not work.
>>
>
> I'm not sure if that surprises you, but just in case let me repeat: svn+ssh
> means that the svn client creates a SSH connection to the machine, starts an
> svnserve instance there and tunnels the IO through the SSH connection. That
> means that no system-wide service needs to be started or registered with
> svn+ssh!
>
Ok, the term "starts an svnserve instance" surely suprises me:
I have to become more familiar with ssh tunneling.
Who directs the ssh tunnel in how to start svnserve?
Where is that behavior configured?
How can I apply the --root parameter to that start of svnserve?
> Also, just in case that is unclear, the svnserve program is not in any way
> special or requires special privileges or system-wide configuration. What it
> can do all depends on the user it was started as and what files that user can
> access.
>
Yes, Uli, that worked by accident: The user who created the repository
is so far
the only one and the same as the one the authorized key for ssh-login
belongs to.
> Summary: the behaviour you describe is perfectly normal and expected.
>
A hint in svn-book may help to get a ssh or linux semi-profi like me on
the track.
However, many thanks, Uli, for your kind help so far.

Rolf

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 21 23:27:45 2007

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.