Edgewall Software

Opened 14 years ago

Closed 14 years ago

#9357 closed enhancement (invalid)

set svnauthz - cant browse the directory — at Version 1

Reported by: czg_e@… Owned by:
Priority: high Milestone:
Component: version control/browser Version:
Severity: normal Keywords:
Cc: version Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christian Boos)

I've set my svnauthz file like:

[groups]
admin = root
developer = czg

[/]
@admin =

[/Personal]
root = rw

Now,If root login,click browse source then prompt:Insufficient permissions to access / privileges are required to perform this operation.

if i edit svnauthz file like:

[groups]
admin = root
developer = czg

[/]
@admin =r

[/Personal]
root = rw

then it's ok.

If you want to read the directory ,must owner parent directory of read??

my question is not install issue.

Change History (1)

comment:1 by Christian Boos, 14 years ago

Description: modified (diff)
Resolution: invalid
Status: newclosed

my question is not install issue

Still, it's an usage issue and not a bug report, nor a feature request.

As you seem to be new to using Trac, please take some time to figure things by yourself or reading documentation on the Internet, then eventually ask on the MailingList.

The tickets in this Trac instance are not used for managing support requests. We could if we were more people monitoring it, but this is not the case, so please ask on the Trac-users mailing list were you'll reach more people.

Note: See TracTickets for help on using tickets.