147 |
147 |
148 def vcsExists(self): |
148 def vcsExists(self): |
149 """ |
149 """ |
150 Public method used to test for the presence of the svn executable. |
150 Public method used to test for the presence of the svn executable. |
151 |
151 |
152 @return flag indicating the existance (boolean) and an error message |
152 @return flag indicating the existence and an error message |
153 |
153 @rtype tuple of (bool, str) |
154 @rtype str |
|
155 """ |
154 """ |
156 self.versionStr = "" |
155 self.versionStr = "" |
157 errMsg = "" |
156 errMsg = "" |
158 ioEncoding = Preferences.getSystem("IOEncoding") |
157 ioEncoding = Preferences.getSystem("IOEncoding") |
159 |
158 |