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

private directories

From: David F. Newman <dnewman_at_epnet.com>
Date: 2004-09-16 15:18:26 CEST

I am trying to create a directory that can only be read by 1 group. The
problem is that now that directory can only be seen if checked out
explicitly.

i.e.
svn co http://svn/test/trunk
A trunk/test.txt
Checked out revision 5.

svn co http://svn/test/trunk/secret
A secret/test.txt
Checked out revision 5.

Is this a bug or a feature? My ACL file follows.

[groups]
dba = dnewman

[/]
# Allow everyone read on the entire repository
* = r
@dba = rw

[/trunk/secret]
* =
@dba = rw

Received on Thu Sep 16 15:19:54 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.