Discussion:
repo-browser with access controls
ron boehm
2014-04-01 18:54:52 UTC
Permalink
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-***@tortoisesvn.tigris.org].
Jon Perovich
2014-04-01 20:48:21 UTC
Permalink
Pretty sure that behavior is by design for Tortoise. It won't browse
outside the repository.
Post by ron boehm
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
[/]
@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: [
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3075647

To unsubscribe from this discussion, e-mail: [dev-***@tortoisesvn.tigris.org].
Stefan Küng
2014-04-02 17:02:58 UTC
Permalink
I am not trying to browse outside the repo. The missing entries are items under the root of the repo.
run
$ svn ls -v https://yourserver.com/root

and see whether you get those folders listed with that command.
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest interface to (Sub)version control
/_/ \_\ http://tortoisesvn.net

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

To unsubscribe from this discussion, e-mail: [dev-***@tortoisesvn.tigris.org].
ron boehm
2014-04-02 16:20:37 UTC
Permalink
I am not trying to browse outside the repo. The missing entries are items under the root of the repo.

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

To unsubscribe from this discussion, e-mail: [dev-***@tortoisesvn.tigris.org].
Gunter Koenigsmann
2014-04-03 07:28:28 UTC
Permalink
Are you sure you got the synatax of the access rights file right?
The fact that the web browser is showing the folders might be
misleading: It might be served by a completely different program than
subversion that might be using a completely different rights management
mechanism.

Gunter Königsmann
R&D

Tel: +49 911-6559-6025
Fax: +49 911-6559-776747

www.semikron.com
***@semikron.com

SEMIKRON Elektronik GmbH & Co. KG
Sigmundstrasse 200, 90431 Nürnberg, Germany
Amtsgericht Nürnberg HRA 13650
Komplementär:
SEMIKRON Elektronik Verwaltungs GmbH
Amtsgericht Nürnberg HRB 21338
Geschäftsführer:
Harald Jäger
Peter Sontheimer


IMPORTANT NOTICE - The contents of this email and attachments are
confidential. If you are not the intended recipient you must not use,
copy, distribute or rely on this email and should please return it
immediately or notify us by telephone. While we take every reasonable
precaution to screen out computer viruses from emails, attachments to
this email may contain such viruses. We cannot accept liability for loss
or damage resulting from such viruses. The integrity of email across
the Internet cannot be guaranteed and SEMIKRON will not accept liability
for any claims arising as a result of the use of this medium for
transmissions by or to SEMIKRON.

______________________________________________________________________
This email has been scanned by the Symantec Email Security.cloud service.
______________________________________________________________________

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

To unsubscribe from this discussion, e-mail: [dev-***@tortoisesvn.tigris.org].
Loading...