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

Re: WG: Question about SSH

From: Günter Dannoritzer <dannoritzer_at_web.de>
Date: 2005-03-30 17:14:44 CEST

Andreas Schoe wrote:

[...]
>
> Is there a chance to run only svn+ssh:// for example?
>

Yes, the part I like about it is that you don't even have to configure
the svnserve to run as a server.

In the repository you specify the access in the file
        <your repository>/config/svnserve.conf

with the two variables

        anon-access
        auth-access

By default the anonymous access is set to read and the authenticated
access to write.

Set them to:

anon-access = none
auth-access = write

and allow only authenticated access.

That should do it. If you have svnserve installed on the computer with
the repository and you do a svn ... svn+ssh:/... you get a ssh
connection to that computer which starts svnserve and does the access to
your repository.

I just started recently with using subversion and first configured the
svnserve to run as server. See the email about the problem I ran into in
the archive:

http://subversion.tigris.org/servlets/ReadMsg?list=users&msgNo=27667

Some of the replys will give you some more information about svn+ssh,
which I think, was not covered so good in the book.

[...]

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 30 17:18:25 2005

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.