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

Subversion

From: <dkrobbins_at_micron.com>
Date: 2005-06-28 16:48:21 CEST

We access our Subversion repositories using HTTP (Apache). Some users I
work with do not want other groups to be able to access their source
code. I thought I had solved that issue by adding the following to my
svn-access-file:

[/]
* = r

[TestRepo:/]
@svn_admins = rw
@svn_TestRepo_write = rw

Unfortunately, that allows everyone to see and get to the code for
TestRepo through a browser. If I take away the * = r, then nobody can
access TestRepo (they get a forbidden error in the web browser).

How do I accomplish making my repositories available for viewing by just
those identified in the permission set for TestRepo and not everyone
else?

Thanks,

Dan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 28 16:51:57 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.