#7503 closed defect (worksforme)
Browse Source shows nothing
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.10.4 |
Severity: | normal | Keywords: | |
Cc: | hyugaricdeau@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal 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 (1)
Change History (5)
by , 16 years ago
comment:1 by , 16 years ago
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 by , 16 years ago
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 by , 16 years ago
Cc: | added |
---|---|
Resolution: | → worksforme |
Status: | new → 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 by , 16 years ago
When the patch in #7445 will be applied, the table will have a single line containing "No files found" for an empty repository.
Screenshot