Opened 14 years ago
Closed 14 years ago
#9709 closed defect (fixed)
Repository index is gone when setting default repository
Reported by: | Owned by: | Remy Blank | |
---|---|---|---|
Priority: | normal | Milestone: | 0.12.2 |
Component: | version control/browser | Version: | 0.12.1 |
Severity: | normal | Keywords: | 0.12.1, browser, repository index, default repository |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
First of all: Actually i use trac 0.12.1, but i can not select it in the version dropdown.
Ok, so the problem is: We have 3 SVN repos and one alias named "(default)" pointing to one of the repos. In Trac 0.12 all worked fine and the content of default repo was shown on the top of the page and the repository index at the bottom. In trac 0.12.1 only the default repository is shown and there is no way to get to the repository index. The only way to fix it is to delete the default repo. I tried a few things, but nothing worked, so i think it's a bug.
Attachments (1)
Change History (7)
comment:1 by , 14 years ago
Milestone: | next-minor-0.12.x → 0.12.2 |
---|---|
Version: | 0.12 → 0.12.1 |
comment:2 by , 14 years ago
No, i use Visual SVN Server with integrated windows authentification. Like i said, it worked normal in 0.12, but doesn't work in 0.12.1 (without any changes to the configuration). Just for integrity: In trac i have of course TRAC_ADMIN permissions.
by , 14 years ago
Attachment: | 9709-default-repo-10279.patch added |
---|
Show repository index when default repository is an alias.
comment:4 by , 14 years ago
Can you please test 9709-default-repo-10279.patch? It should fix the issue.
comment:6 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks for testing. Patch applied in [10282].
Do you use authz-based permission checks (using
SvnAuthzPolicy
)?