[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: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2007-11-21 16:48:26 CET

On Wednesday 21 November 2007, Rolf Schumacher wrote:
> May be I'm wrong, Uli, but what I see is:
>
> 1. I do not have Apache installed, (I'm running Tomcat, but there is no
> servlet-based server for subversion)
>
> 2. There is no sign that svnserve was started (ps ax, grep svn * in
> /etc/init.d)
>
> 3. /etc/inetd.conf does not contain an entry for svnserve
>
> 4. I do not have xinetd installed

Well, both inetd and xinetd would start svnserve on demand when configured to
do so, but as I said, it would be very untypical for Debian to do that just
because you installed the Subversion package.

> 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!

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.

Summary: the behaviour you describe is perfectly normal and expected.

Uli

-- 
ML: http://subversion.tigris.org/mailing-list-guidelines.html
FAQ: http://subversion.tigris.org/faq.html
Docs: http://svnbook.red-bean.com/
Sator Laser GmbH
Geschäftsführer: Michael Wöhrmann, Amtsgericht Hamburg HR B62 932
**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 21 16:51:15 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.