[Trac-tickets] [The Trac Project] #2235: Source browser doesn't
work correctly with SVN authz files.
The Trac Project
noreply at edgewall.com
Sun Oct 16 09:21:41 CDT 2005
#2235: Source browser doesn't work correctly with SVN authz files.
--------------------------------+-------------------------------------------
Reporter: kad at crystalowl.net | Owner: jonas
Type: defect | Status: new
Priority: normal | Milestone:
Component: general | Version: 0.9b2
Severity: normal | Keywords: |
--------------------------------+-------------------------------------------
Version 0.9b2 of Trac doesn't understand well path entries in authz files
if they are written in format "[repo:/path]".
Example: project.authz file:
{{{
[project:/]
user = rw
}}}
Access via source browser:
{{{
http://host.homeip.net/project/browser/trunk
Permission Denied
Insufficient permissions to access /trunk/
}}}
access trough mod_dav_svn works fine:
{{{
[user at host ~]$ svn ls http://host.homeip.net/svn/project/trunk/
README
}}}
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2235>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list