You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by dk...@micron.com on 2005/06/28 14:48:21 UTC

Subversion

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


Re: Subversion

Posted by Miha Vitorovic <mv...@nil.si>.
Dan,

AFAIK this is the way to go:

[/]
* = r

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

Cheers,
---
  Miha Vitorovic
  Inženir v tehničnem področju
  Customer Support Engineer

   NIL Data Communications,  Tivolska cesta 48,  1000 Ljubljana,  Slovenia
   Phone +386 1 4746 500      Fax +386 1 4746 501     http://www.NIL.si