68 <td>Constructor</td> |
68 <td>Constructor</td> |
69 </tr><tr> |
69 </tr><tr> |
70 <td><a href="#Subversion.__svnURL">__svnURL</a></td> |
70 <td><a href="#Subversion.__svnURL">__svnURL</a></td> |
71 <td>Private method to format a url for subversion.</td> |
71 <td>Private method to format a url for subversion.</td> |
72 </tr><tr> |
72 </tr><tr> |
|
73 <td><a href="#Subversion.__vcsAllRegisteredStates_wc">__vcsAllRegisteredStates_wc</a></td> |
|
74 <td>Private method used to get the registered states of a number of files in the vcs.</td> |
|
75 </tr><tr> |
|
76 <td><a href="#Subversion.__vcsAllRegisteredStates_wcng">__vcsAllRegisteredStates_wcng</a></td> |
|
77 <td>Private method used to get the registered states of a number of files in the vcs.</td> |
|
78 </tr><tr> |
73 <td><a href="#Subversion.__vcsCommit_Step2">__vcsCommit_Step2</a></td> |
79 <td><a href="#Subversion.__vcsCommit_Step2">__vcsCommit_Step2</a></td> |
74 <td>Private slot performing the second step of the commit action.</td> |
80 <td>Private slot performing the second step of the commit action.</td> |
|
81 </tr><tr> |
|
82 <td><a href="#Subversion.__vcsRegisteredState_wc">__vcsRegisteredState_wc</a></td> |
|
83 <td>Private method used to get the registered state of a file in the vcs.</td> |
|
84 </tr><tr> |
|
85 <td><a href="#Subversion.__vcsRegisteredState_wcng">__vcsRegisteredState_wcng</a></td> |
|
86 <td>Private method used to get the registered state of a file in the vcs.</td> |
75 </tr><tr> |
87 </tr><tr> |
76 <td><a href="#Subversion._createStatusMonitorThread">_createStatusMonitorThread</a></td> |
88 <td><a href="#Subversion._createStatusMonitorThread">_createStatusMonitorThread</a></td> |
77 <td>Protected method to create an instance of the VCS status monitor thread.</td> |
89 <td>Protected method to create an instance of the VCS status monitor thread.</td> |
78 </tr><tr> |
90 </tr><tr> |
79 <td><a href="#Subversion.clearStatusCache">clearStatusCache</a></td> |
91 <td><a href="#Subversion.clearStatusCache">clearStatusCache</a></td> |
263 </dl><dl> |
275 </dl><dl> |
264 <dt>Returns:</dt> |
276 <dt>Returns:</dt> |
265 <dd> |
277 <dd> |
266 properly formated url for subversion (string) |
278 properly formated url for subversion (string) |
267 </dd> |
279 </dd> |
|
280 </dl><a NAME="Subversion.__vcsAllRegisteredStates_wc" ID="Subversion.__vcsAllRegisteredStates_wc"></a> |
|
281 <h4>Subversion.__vcsAllRegisteredStates_wc</h4> |
|
282 <b>__vcsAllRegisteredStates_wc</b>(<i>names, dname, shortcut = True</i>) |
|
283 <p> |
|
284 Private method used to get the registered states of a number of files in the vcs. |
|
285 </p><p> |
|
286 This is the variant for subversion installations using the old working copy |
|
287 meta-data format. |
|
288 </p><p> |
|
289 <b>Note:</b> If a shortcut is to be taken, the code will only check, if the named |
|
290 directory has been scanned already. If so, it is assumed, that the states for |
|
291 all files has been populated by the previous run. |
|
292 </p><dl> |
|
293 <dt><i>names</i></dt> |
|
294 <dd> |
|
295 dictionary with all filenames to be checked as keys |
|
296 </dd><dt><i>dname</i></dt> |
|
297 <dd> |
|
298 directory to check in (string) |
|
299 </dd><dt><i>shortcut</i></dt> |
|
300 <dd> |
|
301 flag indicating a shortcut should be taken (boolean) |
|
302 </dd> |
|
303 </dl><dl> |
|
304 <dt>Returns:</dt> |
|
305 <dd> |
|
306 the received dictionary completed with a combination of |
|
307 canBeCommited and canBeAdded or None in order to signal an error |
|
308 </dd> |
|
309 </dl><a NAME="Subversion.__vcsAllRegisteredStates_wcng" ID="Subversion.__vcsAllRegisteredStates_wcng"></a> |
|
310 <h4>Subversion.__vcsAllRegisteredStates_wcng</h4> |
|
311 <b>__vcsAllRegisteredStates_wcng</b>(<i>names, dname, shortcut = True</i>) |
|
312 <p> |
|
313 Private method used to get the registered states of a number of files in the vcs. |
|
314 </p><p> |
|
315 This is the variant for subversion installations using the new working copy |
|
316 meta-data format. |
|
317 </p><p> |
|
318 <b>Note:</b> If a shortcut is to be taken, the code will only check, if the named |
|
319 directory has been scanned already. If so, it is assumed, that the states for |
|
320 all files has been populated by the previous run. |
|
321 </p><dl> |
|
322 <dt><i>names</i></dt> |
|
323 <dd> |
|
324 dictionary with all filenames to be checked as keys |
|
325 </dd><dt><i>dname</i></dt> |
|
326 <dd> |
|
327 directory to check in (string) |
|
328 </dd><dt><i>shortcut</i></dt> |
|
329 <dd> |
|
330 flag indicating a shortcut should be taken (boolean) |
|
331 </dd> |
|
332 </dl><dl> |
|
333 <dt>Returns:</dt> |
|
334 <dd> |
|
335 the received dictionary completed with a combination of |
|
336 canBeCommited and canBeAdded or None in order to signal an error |
|
337 </dd> |
268 </dl><a NAME="Subversion.__vcsCommit_Step2" ID="Subversion.__vcsCommit_Step2"></a> |
338 </dl><a NAME="Subversion.__vcsCommit_Step2" ID="Subversion.__vcsCommit_Step2"></a> |
269 <h4>Subversion.__vcsCommit_Step2</h4> |
339 <h4>Subversion.__vcsCommit_Step2</h4> |
270 <b>__vcsCommit_Step2</b>(<i></i>) |
340 <b>__vcsCommit_Step2</b>(<i></i>) |
271 <p> |
341 <p> |
272 Private slot performing the second step of the commit action. |
342 Private slot performing the second step of the commit action. |
273 </p><a NAME="Subversion._createStatusMonitorThread" ID="Subversion._createStatusMonitorThread"></a> |
343 </p><a NAME="Subversion.__vcsRegisteredState_wc" ID="Subversion.__vcsRegisteredState_wc"></a> |
|
344 <h4>Subversion.__vcsRegisteredState_wc</h4> |
|
345 <b>__vcsRegisteredState_wc</b>(<i>name</i>) |
|
346 <p> |
|
347 Private method used to get the registered state of a file in the vcs. |
|
348 </p><p> |
|
349 This is the variant for subversion installations using the old working copy |
|
350 meta-data format. |
|
351 </p><dl> |
|
352 <dt><i>name</i></dt> |
|
353 <dd> |
|
354 filename to check (string) |
|
355 </dd> |
|
356 </dl><dl> |
|
357 <dt>Returns:</dt> |
|
358 <dd> |
|
359 a combination of canBeCommited and canBeAdded |
|
360 </dd> |
|
361 </dl><a NAME="Subversion.__vcsRegisteredState_wcng" ID="Subversion.__vcsRegisteredState_wcng"></a> |
|
362 <h4>Subversion.__vcsRegisteredState_wcng</h4> |
|
363 <b>__vcsRegisteredState_wcng</b>(<i>name</i>) |
|
364 <p> |
|
365 Private method used to get the registered state of a file in the vcs. |
|
366 </p><p> |
|
367 This is the variant for subversion installations using the new working copy |
|
368 meta-data format. |
|
369 </p><dl> |
|
370 <dt><i>name</i></dt> |
|
371 <dd> |
|
372 filename to check (string) |
|
373 </dd> |
|
374 </dl><dl> |
|
375 <dt>Returns:</dt> |
|
376 <dd> |
|
377 a combination of canBeCommited and canBeAdded |
|
378 </dd> |
|
379 </dl><a NAME="Subversion._createStatusMonitorThread" ID="Subversion._createStatusMonitorThread"></a> |
274 <h4>Subversion._createStatusMonitorThread</h4> |
380 <h4>Subversion._createStatusMonitorThread</h4> |
275 <b>_createStatusMonitorThread</b>(<i>interval, project</i>) |
381 <b>_createStatusMonitorThread</b>(<i>interval, project</i>) |
276 <p> |
382 <p> |
277 Protected method to create an instance of the VCS status monitor thread. |
383 Protected method to create an instance of the VCS status monitor thread. |
278 </p><dl> |
384 </p><dl> |