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

Bug report: Issue #146 not completely resolved.

From: Jerry Qassar <Jerry.Qassar_at_kratosdefense.com>
Date: Thu, 8 Nov 2012 19:58:57 +0000

Hello,

http://code.google.com/p/tortoisesvn/issues/detail?id=146

describes an issue where the repository browser of TortoiseSVN doesn't show directories when a user has no access to a parent directory but does have access to a child. A fix was provided that adds the exact path manually.

Unfortunately, this fix does not seem to work in all instances. We have a use case where a user is still forbidden to browse items in a subdirectory of a directory to which he has access. The setup looks like this:

+ - Root level (no access)

  o - subdir1...n (no access)

  o - userdir (has r/w access)

    o - branches (empty)

    o - docs (not empty)

    o - releases (empty)

    o - trunk (empty)

The relevant section of the auth file looks like this:

[repo:/]

@standardgroups

*=

[repo:/userdir]

@standardgroups

@usergroup=rw

*=

The user reports that when viewing the repository via web browser, he is able to view all directories under userdir, whether they are empty or not. However, in Tortoise, when trying to browse empty subdirectories, they receive a 403 error. The non-empty docs directory is browseable. The exception is (possibly) when your very first directory browsed to is one of the empty directories. Once you switch to a different directory you are forbidden at the first child level to which you do not have access (the root, in this case).

It seems that the fix in place right now is not properly constructing paths for target directories that do not themselves have children or contents. This can be worked around by having an admin place dummy files, but this is not ideal. Some help with a fix would be greatly appreciated.

--Jerry
***NOTICE*** This e-mail and/or the attached documents may contain
technical data within the definition of the International Traffic
in Arms Regulations and/or Export Administration Regulations, and
are subject to the export control laws of the U.S. Government.
Transfer of this data by any means to a foreign person, whether in
the United States or abroad, without an export license or other
approval from the U.S. Department of State or Commerce, as
applicable, is prohibited. No portion of this e-mail or its
attachment(s) may be reproduced without written consent of Kratos
Defense & Security Solutions, Inc. Any views expressed in this
message are those of the individual sender, except where the
message states otherwise and the sender is authorized to state them
to be the views of any such entity. The information contained in
this message and or attachments is intended only for the person or
entity to which it is addressed and may contain confidential and/or
privileged material. If you are not the intended recipient or
believe that you may have received this document in error, please
notify the sender and delete this e-mail and any attachments
immediately.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-11-08 21:00:11 CET

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

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