Hi,

I'm receiving the below error when trying to view the diff. Not sure
what is causing the error...

URL - http://host/projectname/r/4/diff/


Python Info

Python 2.6.2 (r262:71600, Jun  2 2009, 13:47:05)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-44)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pysvn
>>> pysvn.version
(1, 7, 0, 0)




Stacktrace

global name 'ClientError' is not defined

Traceback (most recent call last):
  File 
"/opt/tools/python/v2.6.2/lib/python2.6/site-packages/ReviewBoard-1.0rc2-py2.6.egg/reviewboard/diffviewer/views.py",
line 152, in view_diff
    interdiffset, highlighting, True)
  File 
"/opt/tools/python/v2.6.2/lib/python2.6/site-packages/ReviewBoard-1.0rc2-py2.6.egg/reviewboard/diffviewer/diffutils.py",
line 620, in get_diff_files
    large_data=True)
  File 
"/opt/tools/python/v2.6.2/lib/python2.6/site-packages/Djblets-0.5rc1-py2.6.egg/djblets/util/misc.py",
line 143, in cache_memoize
    data = lookup_callable()
  File 
"/opt/tools/python/v2.6.2/lib/python2.6/site-packages/ReviewBoard-1.0rc2-py2.6.egg/reviewboard/diffviewer/diffutils.py",
line 619, in <lambda>
    enable_syntax_highlighting),
  File 
"/opt/tools/python/v2.6.2/lib/python2.6/site-packages/ReviewBoard-1.0rc2-py2.6.egg/reviewboard/diffviewer/diffutils.py",
line 341, in get_chunks
    old = get_original_file(filediff)
  File 
"/opt/tools/python/v2.6.2/lib/python2.6/site-packages/ReviewBoard-1.0rc2-py2.6.egg/reviewboard/diffviewer/diffutils.py",
line 248, in get_original_file
    large_data=True)[0]
  File 
"/opt/tools/python/v2.6.2/lib/python2.6/site-packages/Djblets-0.5rc1-py2.6.egg/djblets/util/misc.py",
line 143, in cache_memoize
    data = lookup_callable()
  File 
"/opt/tools/python/v2.6.2/lib/python2.6/site-packages/ReviewBoard-1.0rc2-py2.6.egg/reviewboard/diffviewer/diffutils.py",
line 247, in <lambda>
    data = cache_memoize(key, lambda: [fetch_file(file, revision)],
  File 
"/opt/tools/python/v2.6.2/lib/python2.6/site-packages/ReviewBoard-1.0rc2-py2.6.egg/reviewboard/diffviewer/diffutils.py",
line 227, in fetch_file
    data = tool.get_file(file, revision)
  File 
"/opt/tools/python/v2.6.2/lib/python2.6/site-packages/ReviewBoard-1.0rc2-py2.6.egg/reviewboard/scmtools/svn.py",
line 104, in get_file
    except ClientError, e:
NameError: global name 'ClientError' is not defined

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to