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

Re: Apache SVNParentPath Control

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2006-01-01 13:57:39 CET

On 12/31/05, Robert Sesek <rsesek@iris-studios.com> wrote:
> Hi,
>
> I have a bunch of repositories in /home/svn. I use Apache2.2 to serve the
> repositories. I use SNV ParentPath to access my repositories in
> htttp://server.com/svn/REPOS.
>
> Also, the entire server root (/) is password-protected.
>
> Now, I want to allow access to one repository--and one only. How should I
> allow this other user to access this one repository while still keeping
> everything else (the server root and the rest of the repositories) secured
> for my eyes only?

Use AuthzSVNAccessFile (see
http://svnbook.red-bean.com/en/1.0/ch06s04.html#svn-ch-6-sect-4.4.2),
give all no access, then yourself full access.

[ExclusiveRepos:/]
* =
me= rw

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jan 1 13:59:24 2006

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.