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 , 21 years ago
Milestone: | → 0.6 |
---|
comment:2 by , 21 years ago
Status: | new → assigned |
---|
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…