#2222 closed defect (worksforme)
an error occurs when you click on the REV number on a trunk/
Reported by: | 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 )
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 , 19 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
follow-up: 3 comment:2 by , 14 years ago
comment:3 by , 14 years ago
Cc: | 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
).
follow-up: 5 comment:4 by , 14 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. ;-(
comment:5 by , 14 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 ;-)
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.