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

repo-browser with access controls

From: ron boehm <rboehm_at_mrocorp.com>
Date: Tue, 1 Apr 2014 11:54:52 -0700 (PDT)

I just added folder level access controls to our Subversion Edge server. Use the browse from the control web site, all seems to work as expected.

When use the repo-browser in TortoiseSVN, I do not see all the folders at the parent level, just the one folder that is the highest level in the repository for the folder I browsed to. There is another folder at that level that should show up (and does in the Edge web browser).

Below is my access file and I am trying to access the repository using a username in the Dev group. I have tried this with both local and LDAP accounts and they work the same...

[groups]
admin = ad
Vendors = sj
Dev = rb
iTransitions = sk
nonadmins=@Dev, @Vendors, @iTransitions

[/]
@admin = rw
@Dev = rw
@Vendors = r
@iTransitions =

[/Database]
@Dev = rw
@Vendors = rw

[/Outlier]
@nonadmins =
dsiracusa = rw

[/Obsolete]
@nonadmins =

[/DotNet]
@Dev = rw
@Vendors = rw

[/DotNet/root]
@nonadmins =

[/DotNet/branches/ROILog2_Net_2.0_2.1.1.388_itransitions_Tracker]
@iTransitions = rw

[/DotNet/branches/ROILog2_Net_2.0_2.1.1.388_itransitions_Tracker/Apps]
@iTransitions =

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3075638

To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2014-04-01 22:24:30 CEST

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.