Ticket #7503 (closed defect: worksforme)
Opened 4 years ago
Last modified 3 years ago
Browse Source shows nothing
| Reported by: | danilov@… | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.10.4 |
| Severity: | normal | Keywords: | |
| Cc: | hyugaricdeau@… | ||
| Release Notes: | |||
| API Changes: | |||
Description
I use Trac 0.10.4 on RHEL4. Clicking on a 'browse source' button doesn't show any folders.
I was trying the following:
- Changing trac.ini file by adding [svn:externals] as described in 'trac.ini configuration file page',
- Changing trac.ini file by adding [svn] branches = trunk,branches/* tags = tags/*
- Changing from default_handler=WikiMode? to default_handler=BrowserMode?
Nothing seems to affect the behavior of 'Browse Source' option. Everything else seems to work fine.
Attachments
Change History
Changed 4 years ago by danilov@…
comment:1 Changed 3 years ago by ebray
Perhaps this is a stupid question, but are there actually any files in your repository? While branches/tags/trunk is a typical SVN repository layout, it won't be created that way for you.
comment:2 Changed 3 years ago by danilov@…
In fact, there are no files in repository, but I was assuming it suppose to show the folder tree anyway. Also I was trying to link it to a different repository (which has files) on the same computer through [svn:externals] but with the same result.
comment:3 Changed 3 years ago by ebray
- Cc hyugaricdeau@… added
- Resolution set to worksforme
- Status changed from new to closed
Well, what does an empty tree of folders look like? (sounds very zen). Also, there isn't really a good way to display the contents of an svn:externals tree in the repository browser, though the property renderer will display a link to the external path.
comment:4 Changed 3 years ago by Remy Blank <remy.blank@…>
When the patch in #7445 will be applied, the table will have a single line containing "No files found" for an empty repository.



Screenshot