Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html

changeset 1576
72e5b4b8bad7
parent 1267
5eddb59304c7
child 1596
8d59e4f3c828
equal deleted inserted replaced
1572:5900e71055ea 1576:72e5b4b8bad7
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>
269 </dl><dl> 281 </dl><dl>
270 <dt>Returns:</dt> 282 <dt>Returns:</dt>
271 <dd> 283 <dd>
272 properly formated url for subversion (string) 284 properly formated url for subversion (string)
273 </dd> 285 </dd>
286 </dl><a NAME="Subversion.__vcsAllRegisteredStates_wc" ID="Subversion.__vcsAllRegisteredStates_wc"></a>
287 <h4>Subversion.__vcsAllRegisteredStates_wc</h4>
288 <b>__vcsAllRegisteredStates_wc</b>(<i>names, dname, shortcut = True</i>)
289 <p>
290 Private method used to get the registered states of a number of files in the vcs.
291 </p><p>
292 This is the variant for subversion installations using the old working copy
293 meta-data format.
294 </p><p>
295 <b>Note:</b> If a shortcut is to be taken, the code will only check, if the named
296 directory has been scanned already. If so, it is assumed, that the states for
297 all files has been populated by the previous run.
298 </p><dl>
299 <dt><i>names</i></dt>
300 <dd>
301 dictionary with all filenames to be checked as keys
302 </dd><dt><i>dname</i></dt>
303 <dd>
304 directory to check in (string)
305 </dd><dt><i>shortcut</i></dt>
306 <dd>
307 flag indicating a shortcut should be taken (boolean)
308 </dd>
309 </dl><dl>
310 <dt>Returns:</dt>
311 <dd>
312 the received dictionary completed with a combination of
313 canBeCommited and canBeAdded or None in order to signal an error
314 </dd>
315 </dl><a NAME="Subversion.__vcsAllRegisteredStates_wcng" ID="Subversion.__vcsAllRegisteredStates_wcng"></a>
316 <h4>Subversion.__vcsAllRegisteredStates_wcng</h4>
317 <b>__vcsAllRegisteredStates_wcng</b>(<i>names, dname, shortcut = True</i>)
318 <p>
319 Private method used to get the registered states of a number of files in the vcs.
320 </p><p>
321 This is the variant for subversion installations using the new working copy
322 meta-data format.
323 </p><p>
324 <b>Note:</b> If a shortcut is to be taken, the code will only check, if the named
325 directory has been scanned already. If so, it is assumed, that the states for
326 all files has been populated by the previous run.
327 </p><dl>
328 <dt><i>names</i></dt>
329 <dd>
330 dictionary with all filenames to be checked as keys
331 </dd><dt><i>dname</i></dt>
332 <dd>
333 directory to check in (string)
334 </dd><dt><i>shortcut</i></dt>
335 <dd>
336 flag indicating a shortcut should be taken (boolean)
337 </dd>
338 </dl><dl>
339 <dt>Returns:</dt>
340 <dd>
341 the received dictionary completed with a combination of
342 canBeCommited and canBeAdded or None in order to signal an error
343 </dd>
274 </dl><a NAME="Subversion.__vcsCommit_Step2" ID="Subversion.__vcsCommit_Step2"></a> 344 </dl><a NAME="Subversion.__vcsCommit_Step2" ID="Subversion.__vcsCommit_Step2"></a>
275 <h4>Subversion.__vcsCommit_Step2</h4> 345 <h4>Subversion.__vcsCommit_Step2</h4>
276 <b>__vcsCommit_Step2</b>(<i></i>) 346 <b>__vcsCommit_Step2</b>(<i></i>)
277 <p> 347 <p>
278 Private slot performing the second step of the commit action. 348 Private slot performing the second step of the commit action.
279 </p><a NAME="Subversion._createStatusMonitorThread" ID="Subversion._createStatusMonitorThread"></a> 349 </p><a NAME="Subversion.__vcsRegisteredState_wc" ID="Subversion.__vcsRegisteredState_wc"></a>
350 <h4>Subversion.__vcsRegisteredState_wc</h4>
351 <b>__vcsRegisteredState_wc</b>(<i>name</i>)
352 <p>
353 Private method used to get the registered state of a file in the vcs.
354 </p><p>
355 This is the variant for subversion installations using the old working copy
356 meta-data format.
357 </p><dl>
358 <dt><i>name</i></dt>
359 <dd>
360 filename to check (string)
361 </dd>
362 </dl><dl>
363 <dt>Returns:</dt>
364 <dd>
365 a combination of canBeCommited and canBeAdded
366 </dd>
367 </dl><a NAME="Subversion.__vcsRegisteredState_wcng" ID="Subversion.__vcsRegisteredState_wcng"></a>
368 <h4>Subversion.__vcsRegisteredState_wcng</h4>
369 <b>__vcsRegisteredState_wcng</b>(<i>name</i>)
370 <p>
371 Private method used to get the registered state of a file in the vcs.
372 </p><p>
373 This is the variant for subversion installations using the new working copy
374 meta-data format.
375 </p><dl>
376 <dt><i>name</i></dt>
377 <dd>
378 filename to check (string)
379 </dd>
380 </dl><dl>
381 <dt>Returns:</dt>
382 <dd>
383 a combination of canBeCommited and canBeAdded
384 </dd>
385 </dl><a NAME="Subversion._createStatusMonitorThread" ID="Subversion._createStatusMonitorThread"></a>
280 <h4>Subversion._createStatusMonitorThread</h4> 386 <h4>Subversion._createStatusMonitorThread</h4>
281 <b>_createStatusMonitorThread</b>(<i>interval, project</i>) 387 <b>_createStatusMonitorThread</b>(<i>interval, project</i>)
282 <p> 388 <p>
283 Protected method to create an instance of the VCS status monitor thread. 389 Protected method to create an instance of the VCS status monitor thread.
284 </p><dl> 390 </p><dl>

eric ide

mercurial