Opened 19 years ago
Closed 19 years ago
#3851 closed defect (worksforme)
Can't browse through source
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | version control/browser | Version: | 0.10 |
| Severity: | major | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
When I click the "Browse Source" Button then I get a view where I see the /trunk, /branches and /tags folder with all current information. But these folders are no links and the folder icon are gone. Files have links to click an it to show ore something else.
Attachments (1)
Change History (9)
by , 19 years ago
| Attachment: | trac_error.png added |
|---|
follow-up: 2 comment:1 by , 19 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
| Version: | 0.10 → devel |
It looks like you're using the "security" sandbox branch. I'm not sure if that branch is ready for production use, but please check on the MailingList for help configuring the security settings.
follow-up: 3 comment:2 by , 19 years ago
Replying to mgood:
It looks like you're using the "security" sandbox branch.
What makes you believe so? The version in the footer as seen in the screenshot shows 0.10…
comment:3 by , 19 years ago
| Keywords: | needinfo added |
|---|---|
| Resolution: | worksforme |
| Status: | closed → reopened |
| Version: | devel → 0.10 |
Replying to cboos:
Replying to mgood:
It looks like you're using the "security" sandbox branch.
What makes you believe so? The version in the footer as seen in the screenshot shows 0.10…
Someone on IRC had the same symptoms yesterday due to using the "security" branch and being denied permission to browse those folders. However I guess the version reported by the branch is still 0.10dev so this may be a different issue.
Please indicate if you are using any Trac branches, or have applied any patches. Also please turn on TracLogging and provide any information found in the log when trying to browse the source.
comment:4 by , 19 years ago
I'm using Trac 0.10 from the downloaded archiv on this website. I did'nt checkout any branches or so. It is running on OpenSuSE 10.1 with Subversion 1.4…
comment:5 by , 19 years ago
| Component: | general → browser |
|---|
comment:6 by , 19 years ago
| Severity: | normal → major |
|---|
I have exactly the same problem with plain Trac 0.10 without any patches. The problem occurs solely in one project while all others work fine. DEBUG log output shows:
{{{2006-10-06 19:33:25,610 Trac[init] DEBUG: Opening subversion file-system at /path/to/repo with scope / 2006-10-06 19:33:25,614 Trac[init] DEBUG: Checking whether sync with repository is needed 2006-10-06 19:33:25,654 Trac[init] DEBUG: Closing subversion file-system at /path/to/repo }}}
comment:8 by , 19 years ago
| Keywords: | needinfo removed |
|---|---|
| Milestone: | 0.10.1 |
| Resolution: | → worksforme |
| Status: | reopened → closed |
I think it's simply an installation issue…
In the screeshot, I don't see the View changes… button at the bottom, so an old (i.e. 0.9) browser.cs template must be used instead of the 0.10 one. Sorry for not having noticed that before ;)
Check the [trac] templates_dir in your TracIni and make sure you are using up-to-date templates.



Screenshot