Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

Last modified 13 years ago

#2222 closed defect (worksforme)

an error occurs when you click on the REV number on a trunk/

Reported by: eramos@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.8.4
Severity: normal Keywords:
Cc: Dirk Stöcker Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christian Boos)

Trac detected an internal error:

("File not found: revision 30, path 'nk/'", 160013)

Python traceback

Traceback (most recent call last):
  File "/usr/local/lib/python2.3/site-packages/trac/core.py", line 531, in cgi_start
    real_cgi_start()
  File "/usr/local/lib/python2.3/site-packages/trac/core.py", line 526, in real_cgi_start
    dispatch_request(path_info, args, req, env)
  File "/usr/local/lib/python2.3/site-packages/trac/core.py", line 441, in dispatch_request
    module.run()
  File "/usr/local/lib/python2.3/site-packages/trac/Module.py", line 44, in run
    self.render()
  File "/usr/local/lib/python2.3/site-packages/trac/Log.py", line 132, in render
    info = self.get_info (self.path, rev)
  File "/usr/local/lib/python2.3/site-packages/trac/Log.py", line 70, in get_info
    self.pool)
SubversionException: ("File not found: revision 30, path 'nk/'", 160013)

Attachments (0)

Change History (5)

comment:1 by Matthew Good, 19 years ago

Resolution: worksforme
Status: newclosed

There will be no more updates to the 0.8.x branch and I cannot reproduce this problem on 0.9. If you try this on 0.9 and can reproduce the problem please reopen the ticket with some more information.

comment:2 by tiger_seed <tiger_seed@…>, 13 years ago

in reply to:  2 comment:3 by Christian Boos, 13 years ago

Cc: Dirk Stöcker added
Description: modified (diff)

Replying to tiger_seed <tiger_seed@…>:

Hm, we were running SpamFilter 0.4.6dev-r10541, though the submitted content was still empty. author must have been None or empty at this point in the code (btw. small python glitch, use is not None instead of != None).

comment:4 by Dirk Stöcker, 13 years ago

It worked: (-3): Content contained these blacklisted patterns: 'tiger_seed', but was not enough. I'll train bayes a bit more, then this will lose another 23 points. 100% automatic tests aren't possible. ;-(

in reply to:  4 comment:5 by Christian Boos, 13 years ago

Replying to dstoecker:

It worked: [RegexFilterStrategy (-3): Content contained these blacklisted patterns: 'tiger_seed'], but was not enough.

I missed that and only saw the saved content which was empty. Sure, now I realize that saved content is just the submitted content, not exactly what is fed to the filters. Sorry for the … spam ;-)

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.