[Building Sakai] Viewsvn revision log is broken.

Dunstall, Christopher cdunstall at csu.edu.au
Tue Jun 8 23:44:03 PDT 2010


Hi all,

Who administers the Viewsvn which is linked in with Jira?  I was trying to view the SVN revision log on a file and was getting a python error.

An Exception Has Occurred
Python Traceback
Traceback (most recent call last):
  File "/usr/local/viewvc-1.1.5/lib/viewvc.py", line 4317, in main
    request.run_viewvc()
  File "/usr/local/viewvc-1.1.5/lib/viewvc.py", line 397, in run_viewvc
    self.view_func(self)
  File "/usr/local/viewvc-1.1.5/lib/viewvc.py", line 2512, in view_log
    lastrev = pathrev_form(request, data)
  File "/usr/local/viewvc-1.1.5/lib/viewvc.py", line 2224, in pathrev_form
    action, hidden_values = request.get_form(params={'pathrev': lastrev})
  File "/usr/local/viewvc-1.1.5/lib/viewvc.py", line 435, in get_form
    value=self.server.escape(value)))
  File "/usr/local/viewvc-1.1.5/lib/sapi.py", line 51, in escape
    return escape(s)
  File "/usr/local/viewvc-1.1.5/lib/sapi.py", line 36, in escape
    s = string.replace(s, '&', '&')
  File "/usr/lib/python2.4/string.py", line 519, in replace
    return s.replace(old, new, maxsplit)
AttributeError: 'int' object has no attribute 'replace'

Is it possible to get this fixed?

I use a different websvn product, which is free called WebSVN: http://www.websvn.info/.  It’s fast and php based. :)

Regards,

Chris


More information about the sakai-dev mailing list