Modify ↓
#292 closed defect (fixed)
exception when clicking on revision in directory log
Reported by: | vittorio | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | 0.7 |
Component: | version control/browser | Version: | devel |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
introduced by changeset [453]. /file/xxx/?rev=yy results in:
Traceback (most recent call last): File "/usr/lib/python2.1/site-packages/trac/core.py", line 423, in cgi_start real_cgi_start() File "/usr/lib/python2.1/site-packages/trac/core.py", line 413, in real_cgi_start module.run() File "/usr/lib/python2.1/site-packages/trac/Module.py", line 34, in run self.render() File "/usr/lib/python2.1/site-packages/trac/File.py", line 278, in render self.length = svn.fs.file_length(root, self.path, self.pool) SubversionException: ('Attempted to get length of a *non*-file node', 160017)
Attachments (0)
Change History (3)
comment:1 by , 21 years ago
comment:2 by , 21 years ago
Status: | new → assigned |
---|
Sorry, didn't read the summary :) I'll take a look at this.
comment:3 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I think this is fixed by [455].
Note:
See TracTickets
for help on using tickets.
Where did you find a link like that? What did you do to get this exception?