64 <table> |
64 <table> |
65 <tr> |
65 <tr> |
66 <td><a href="#Subversion.__init__">Subversion</a></td> |
66 <td><a href="#Subversion.__init__">Subversion</a></td> |
67 <td>Constructor</td> |
67 <td>Constructor</td> |
68 </tr><tr> |
68 </tr><tr> |
|
69 <td><a href="#Subversion.__svnGetFileForRevision">__svnGetFileForRevision</a></td> |
|
70 <td>Private method to get a file for a specific revision from the repository.</td> |
|
71 </tr><tr> |
69 <td><a href="#Subversion.__svnURL">__svnURL</a></td> |
72 <td><a href="#Subversion.__svnURL">__svnURL</a></td> |
70 <td>Private method to format a url for subversion.</td> |
73 <td>Private method to format a url for subversion.</td> |
71 </tr><tr> |
74 </tr><tr> |
72 <td><a href="#Subversion.__vcsAllRegisteredStates_wc">__vcsAllRegisteredStates_wc</a></td> |
75 <td><a href="#Subversion.__vcsAllRegisteredStates_wc">__vcsAllRegisteredStates_wc</a></td> |
73 <td>Private method used to get the registered states of a number of files in the vcs.</td> |
76 <td>Private method used to get the registered states of a number of files in the vcs.</td> |
144 <td><a href="#Subversion.svnRepoBrowser">svnRepoBrowser</a></td> |
147 <td><a href="#Subversion.svnRepoBrowser">svnRepoBrowser</a></td> |
145 <td>Public method to open the repository browser.</td> |
148 <td>Public method to open the repository browser.</td> |
146 </tr><tr> |
149 </tr><tr> |
147 <td><a href="#Subversion.svnResolve">svnResolve</a></td> |
150 <td><a href="#Subversion.svnResolve">svnResolve</a></td> |
148 <td>Public method used to resolve conflicts of a file/directory.</td> |
151 <td>Public method used to resolve conflicts of a file/directory.</td> |
|
152 </tr><tr> |
|
153 <td><a href="#Subversion.svnSbsDiff">svnSbsDiff</a></td> |
|
154 <td>Public method used to view the difference of a file to the Mercurial repository side-by-side.</td> |
149 </tr><tr> |
155 </tr><tr> |
150 <td><a href="#Subversion.svnSetProp">svnSetProp</a></td> |
156 <td><a href="#Subversion.svnSetProp">svnSetProp</a></td> |
151 <td>Public method used to add a property to a file/directory.</td> |
157 <td>Public method used to add a property to a file/directory.</td> |
152 </tr><tr> |
158 </tr><tr> |
153 <td><a href="#Subversion.svnShowChangelists">svnShowChangelists</a></td> |
159 <td><a href="#Subversion.svnShowChangelists">svnShowChangelists</a></td> |
274 parent widget (QWidget) |
280 parent widget (QWidget) |
275 </dd><dt><i>name</i></dt> |
281 </dd><dt><i>name</i></dt> |
276 <dd> |
282 <dd> |
277 name of this object (string) |
283 name of this object (string) |
278 </dd> |
284 </dd> |
|
285 </dl><a NAME="Subversion.__svnGetFileForRevision" ID="Subversion.__svnGetFileForRevision"></a> |
|
286 <h4>Subversion.__svnGetFileForRevision</h4> |
|
287 <b>__svnGetFileForRevision</b>(<i>name, rev=""</i>) |
|
288 <p> |
|
289 Private method to get a file for a specific revision from the repository. |
|
290 </p><dl> |
|
291 <dt><i>name</i></dt> |
|
292 <dd> |
|
293 file name to get from the repository (string) |
|
294 </dd><dt><i>rev=</i></dt> |
|
295 <dd> |
|
296 revision to retrieve (integer or string) |
|
297 </dd> |
|
298 </dl><dl> |
|
299 <dt>Returns:</dt> |
|
300 <dd> |
|
301 contents of the file (string) and an error message (string) |
|
302 </dd> |
279 </dl><a NAME="Subversion.__svnURL" ID="Subversion.__svnURL"></a> |
303 </dl><a NAME="Subversion.__svnURL" ID="Subversion.__svnURL"></a> |
280 <h4>Subversion.__svnURL</h4> |
304 <h4>Subversion.__svnURL</h4> |
281 <b>__svnURL</b>(<i>url</i>) |
305 <b>__svnURL</b>(<i>url</i>) |
282 <p> |
306 <p> |
283 Private method to format a url for subversion. |
307 Private method to format a url for subversion. |
585 <dd> |
609 <dd> |
586 reference to the parent object of the subversion dialog (QWidget) |
610 reference to the parent object of the subversion dialog (QWidget) |
587 </dd> |
611 </dd> |
588 </dl><a NAME="Subversion.svnLogBrowser" ID="Subversion.svnLogBrowser"></a> |
612 </dl><a NAME="Subversion.svnLogBrowser" ID="Subversion.svnLogBrowser"></a> |
589 <h4>Subversion.svnLogBrowser</h4> |
613 <h4>Subversion.svnLogBrowser</h4> |
590 <b>svnLogBrowser</b>(<i>path</i>) |
614 <b>svnLogBrowser</b>(<i>path, isFile=False</i>) |
591 <p> |
615 <p> |
592 Public method used to browse the log of a file/directory from the |
616 Public method used to browse the log of a file/directory from the |
593 Subversion repository. |
617 Subversion repository. |
594 </p><dl> |
618 </p><dl> |
595 <dt><i>path</i></dt> |
619 <dt><i>path</i></dt> |
596 <dd> |
620 <dd> |
597 file/directory name to show the log of (string) |
621 file/directory name to show the log of (string) |
|
622 </dd><dt><i>isFile</i></dt> |
|
623 <dd> |
|
624 flag indicating log for a file is to be shown (boolean) |
598 </dd> |
625 </dd> |
599 </dl><a NAME="Subversion.svnNormalizeURL" ID="Subversion.svnNormalizeURL"></a> |
626 </dl><a NAME="Subversion.svnNormalizeURL" ID="Subversion.svnNormalizeURL"></a> |
600 <h4>Subversion.svnNormalizeURL</h4> |
627 <h4>Subversion.svnNormalizeURL</h4> |
601 <b>svnNormalizeURL</b>(<i>url</i>) |
628 <b>svnNormalizeURL</b>(<i>url</i>) |
602 <p> |
629 <p> |
651 Public method used to resolve conflicts of a file/directory. |
678 Public method used to resolve conflicts of a file/directory. |
652 </p><dl> |
679 </p><dl> |
653 <dt><i>name</i></dt> |
680 <dt><i>name</i></dt> |
654 <dd> |
681 <dd> |
655 file/directory name to be resolved (string) |
682 file/directory name to be resolved (string) |
|
683 </dd> |
|
684 </dl><a NAME="Subversion.svnSbsDiff" ID="Subversion.svnSbsDiff"></a> |
|
685 <h4>Subversion.svnSbsDiff</h4> |
|
686 <b>svnSbsDiff</b>(<i>name, extended=False, revisions=None</i>) |
|
687 <p> |
|
688 Public method used to view the difference of a file to the Mercurial repository |
|
689 side-by-side. |
|
690 </p><dl> |
|
691 <dt><i>name</i></dt> |
|
692 <dd> |
|
693 file name to be diffed (string) |
|
694 </dd><dt><i>extended=</i></dt> |
|
695 <dd> |
|
696 flag indicating the extended variant (boolean) |
|
697 </dd><dt><i>revisions=</i></dt> |
|
698 <dd> |
|
699 tuple of two revisions (tuple of strings) |
656 </dd> |
700 </dd> |
657 </dl><a NAME="Subversion.svnSetProp" ID="Subversion.svnSetProp"></a> |
701 </dl><a NAME="Subversion.svnSetProp" ID="Subversion.svnSetProp"></a> |
658 <h4>Subversion.svnSetProp</h4> |
702 <h4>Subversion.svnSetProp</h4> |
659 <b>svnSetProp</b>(<i>name, recursive=False</i>) |
703 <b>svnSetProp</b>(<i>name, recursive=False</i>) |
660 <p> |
704 <p> |