Edgewall Software
Modify

Opened 20 years ago

Closed 20 years ago

#381 closed defect (fixed)

Screw-up on browsing non-existent revision.

Reported by: anonymous Owned by: Jonas Borgström
Priority: high Milestone: 0.7
Component: version control/browser Version:
Severity: major Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

On entering a large number in the `View rev' field of a `Browse Source' page in the current trac version (0.7.rc1) at http://projects.edgewall.com/trac/browser/:

Traceback (most recent call last):
  File "/usr/lib/python2.2/site-packages/trac/core.py", line 428, in cgi_start
    real_cgi_start()
  File "/usr/lib/python2.2/site-packages/trac/core.py", line 417, in real_cgi_start
    module.run()
  File "/usr/lib/python2.2/site-packages/trac/Module.py", line 41, in run
    self.render()
  File "/usr/lib/python2.2/site-packages/trac/Browser.py", line 152, in render
    info = self.get_info(path, rev, rev_specified)
  File "/usr/lib/python2.2/site-packages/trac/Browser.py", line 38, in get_info
    root = fs.revision_root(self.fs_ptr, revision, self.pool)
SubversionException: ("Reference to non-existent revision '100000' in filesystem '/var/svn/edgewall.com/trac/db'", 160006)

Attachments (0)

Change History (1)

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

Resolution: fixed
Status: newclosed

Fixed in [519].

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.