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

Re: An access permissions problem

From: Nico Kadel-Garcia <nkadel_at_gmail.com>
Date: Tue, 21 Dec 2010 23:36:45 -0500

On Tue, Dec 21, 2010 at 9:46 AM, David Aldrich <David.Aldrich_at_eu.nec.com> wrote:
> Hi
>
>
>
> We host each of our  projects in a separate svn repo and control access
> permissions via Apache.

Put the confidential materials in a separate repository. Use
svn:externals to access that separate, more securely managed
repository inside of working copies. This eliminates the ability to
"svn copy" the material inside the unsecured repository, but that
sounds acceptable.

It makes managing them on the client end a bit trickier, but it is
much more stable on the server side than trying to repeatedly pick and
choose the configuration of your Apache, authz, pre-commit, or other
tools.
Received on 2010-12-22 05:37:37 CET

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.