#4389 closed defect (duplicate)
can not browse svn directories since 10.2
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | version control/browser | Version: | 0.10.3 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I can no longer browse svn directories since updating to 10.2. in one of my projects. The sourcecode of "browse source"-page shows: <span class="dir" title="Access Denied" href="">somedirectory</span> but I can view the directory by entering the URL manually: http://....../trac/somedirectory Also all files work fine.
I use trac 10.3 and svn 1.3.2
I have multiple tracs running and all others are doing well.
Thanks for your help.
Attachments (0)
Change History (4)
comment:1 by , 18 years ago
Milestone: | → 0.10.4 |
---|---|
Priority: | normal → high |
comment:2 by , 18 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
This is a duplicate of #3915 and is a sign that your templates have not been upgraded to 0.10.2. Check the contents of the templates, and check the value of "templates_dir" in trac.ini to make sure it refers to the right directory.
comment:3 by , 18 years ago
Ugh, you're right Matt, I'm ashamed I didn't realize that myself ;) So thomas, forget about what I said in comment:1.
This kind of error happens so frequently that I wonder if TracUpgrade wouldn't deserve a Known Issues section…
comment:4 by , 18 years ago
Milestone: | 0.10.4 |
---|
Related to #3192 and #2477.
Can you try out mgood's patch (attachment:ticket:2477:scope-authz.diff) and check whether that works for you?