cjprecord / editra-plugins

Automatically exported from code.google.com/p/editra-plugins
0 stars 0 forks source link

SVN history check raises exception when server connection fails #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. check Show Revision History on a file without a network connection
2.
3.

What is the expected output? What do you see instead?

svn: PROPFIND request failed on '/svn/trunk/AUTHORS'
svn: PROPFIND of '/svn/trunk/AUTHORS': could not connect to server
(https://editra.googlecode.com)
Exception in thread Thread-5:
Traceback (most recent call last):
  File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/threading.py",
line 460, in __bootstrap
    self.run()
  File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/threading.py",
line 440, in run
    self.__target(*self.__args, **self.__kwargs)
  File "build/bdist.macosx-10.3-fat/egg/projects/ProjectPane.py", line 719,
in resultWrapper
    result.append(method(*args, **kwargs))
  File "build/bdist.macosx-10.3-fat/egg/projects/SVN.py", line 79, in history
    history.pop()
IndexError: pop from empty list

Please use labels and text to provide additional information.

Original issue reported on code.google.com by CodyPrec...@gmail.com on 28 Aug 2007 at 3:13

GoogleCodeExporter commented 9 years ago
This problem has been fixed.  I also added a warning message to the history 
window if no history information is 
returned.

Original comment by Kevin.Da...@gmail.com on 28 Aug 2007 at 5:15

GoogleCodeExporter commented 9 years ago
confirmed, moving to verified

Original comment by CodyPrec...@gmail.com on 7 Sep 2007 at 9:48