Edgewall Software
Modify

Ticket #292 (closed defect: fixed)

Opened 8 years ago

Last modified 5 years ago

exception when clicking on revision in directory log

Reported by: vittorio Owned by: jonas
Priority: normal Milestone: 0.7
Component: version control/browser Version: devel
Severity: normal Keywords:
Cc:
Release Notes:
API 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

Change History

comment:1 Changed 8 years ago by jonas

Where did you find a link like that? What did you do to get this exception?

comment:2 Changed 8 years ago by jonas

  • Status changed from new to assigned

Sorry, didn't read the summary :) I'll take a look at this.

comment:3 Changed 8 years ago by jonas

  • Resolution set to fixed
  • Status changed from assigned to closed

I think this is fixed by [455].

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from jonas. Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.