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

Re: Disable svn:// and enable svn+ssh://

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2007-08-23 09:27:19 CEST

On Thursday 23 August 2007 04:54, Chris Henderson wrote:
> Is there any way to explicitly turn off svn:// and turn on svn+ssh://
> on /subversion/conf/svnserve.conf or elsewhere?

The svn:// access method relies on a running svnserve process (or one started
automatically by e.g. xinetd). The svn+ssh:// first creates an SSH connection
to the server and then starts an svnserve process there, tunneling the
communication through the SSH connection.

Now, if you want to disable plain svn:// access, the only thing you have to do
is disable the svnserve service.

> What I found is that if I have a blank /subversion/conf/userfile file,
> svn:// is usually disabled. But I want to use the authz-db option and
> wondering whether I would still be able to us authz-db when I have a
> blank userfile.

The files in the conf directory of a repository are used by svnserve,
regardless of whether it is started as service or from an SSH session, so
messing with those files is futile if you want different behaviour.

Uli

-- 
Sator Laser GmbH
Geschäftsführer: Ronald Boers, 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 Thu Aug 23 09:25:44 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.