You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Chris Henderson <he...@gmail.com> on 2007/08/23 02:54:48 UTC

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

Is there any way to explicitly turn off svn:// and turn on svn+ssh://
on  /subversion/conf/svnserve.conf or elsewhere? 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.

My subversion is v1.3.2 on OpenBSD4.1.

Any kind of help would be much appreciated. Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

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

Posted by Ulrich Eckhardt <ec...@satorlaser.com>.
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