Edgewall Software
Modify

Opened 21 years ago

Closed 21 years ago

#119 closed defect (fixed)

If any file ever gets 'svn remove'd, then old changeset links are broken

Reported by: anonymous Owned by: Jonas Borgström
Priority: normal Milestone: 0.6
Component: version control/changeset view Version: 0.5.2
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

For example go to:

http://projects.edgewall.com/trac/changeset/8

and click on any of the modified files. You get an error like below. Wouldn't it be nicer to get a history that said when the file got removed?

Oups…

Trac detected an internal error:

("File not found: revision '233', path 'trunk/doc/svntrac_logo.svg'", 160013)

If you think this really should work and you can reproduce it. Then you should consider to report this problem to the Trac team.

Go to http://trac.edgewall.com/ and there you create a new ticket where you describe the problem, how to reproduce it and don't forget to include the python traceback found below. Python traceback

Traceback (most recent call last):

File "/usr/lib/python2.2/site-packages/trac/trac.py", line 249, in main

real_main()

File "/usr/lib/python2.2/site-packages/trac/trac.py", line 204, in real_main

module.run()

File "/usr/lib/python2.2/site-packages/trac/Module.py", line 36, in run

self.render()

File "/usr/lib/python2.2/site-packages/trac/Log.py", line 72, in render

info = self.get_info (self.path)

File "/usr/lib/python2.2/site-packages/trac/Log.py", line 48, in get_info

self.pool)

SubversionException: ("File not found: revision '233', path 'trunk/doc/svntrac_logo.svg'", 160013)

Attachments (0)

Change History (3)

comment:1 by Jonas Borgström, 21 years ago

Milestone: 0.6

Yeah, this is a bug. It is quite hard to check if an invalid path has been valid in a previous (unknown) revision. But we should at least give a more user-friendly error message…

comment:2 by Jonas Borgström, 21 years ago

Status: newassigned

comment:3 by Jonas Borgström, 21 years ago

Resolution: fixed
Status: assignedclosed

Fixed in [262].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.