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

Re: svn+ssh and svnserve.conf

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-01-15 21:38:47 CET

On Thu, 2004-01-15 at 14:33, root wrote:
> Hello, I have a quick ?
>
> Can I use svnserve.conf in conjunction with svn+ssh
> access to restrict individual user access?

No.

>
> When joeuser logs in via svn+ssh, I want to setup
> svnserve.conf so that he can only read repos1.
>

svn+ssh:// is essentially no different than file:/// access. You're
using a process (svnserve) running with *your* UID to access the
database directly. Your only recourse is to use Unix groups and
permissions to get what you want.... set permissions on the repository
appropriately.

'svnserve.conf' doesn't have features to restrict specific users or
paths. Yet.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 15 21:40:44 2004

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.