On 8/30/2011 11:22 AM, Bill Meier wrote:
On 8/30/2011 11:14 AM, Bill Meier wrote:
On 8/30/2011 10:24 AM, Stig Bj�rlykke wrote:
I have reverted the crc move for now.
I have to split the crc files into crc and crc_tvb routines, I think.
I think something got messed up when the reversion was done...
I also get a traceback if I try to access
an earlier revision of the epan/crc directory in anonsvn via a browser.
http://anonsvn.wireshark.org/viewvc/trunk/epan/crc/?sortby=date&pathrev=38790
Python Traceback
Traceback (most recent call last):
File
"/web/anonsvn.wireshark.org/viewvc-1.1.11-dev-20110406/lib/viewvc.py",
line 4461, in main
request.run_viewvc()
File
"/web/anonsvn.wireshark.org/viewvc-1.1.11-dev-20110406/lib/viewvc.py",
line 394, in run_viewvc
self.view_func(self)
File
"/web/anonsvn.wireshark.org/viewvc-1.1.11-dev-20110406/lib/viewvc.py",
line 2222, in view_directory
pathrev_form(request, data)
File
"/web/anonsvn.wireshark.org/viewvc-1.1.11-dev-20110406/lib/viewvc.py",
line 2319, in pathrev_form
action, hidden_values = request.get_form(params={'pathrev': lastrev})
File
"/web/anonsvn.wireshark.org/viewvc-1.1.11-dev-20110406/lib/viewvc.py",
line 432, in get_form
value=self.server.escape(value)))
File
"/web/anonsvn.wireshark.org/viewvc-1.1.11-dev-20110406/lib/sapi.py",
line 237, in escape
return cgi.escape(s, quote)
File "/usr/lib/python2.6/cgi.py", line 1035, in escape
s = s.replace("&", "&") # Must be done first!
AttributeError: 'int' object has no attribute 'replace'