55 VersionControl |
55 VersionControl |
56 <h3>Class Attributes</h3> |
56 <h3>Class Attributes</h3> |
57 <table> |
57 <table> |
58 <tr><td>None</td></tr> |
58 <tr><td>None</td></tr> |
59 </table> |
59 </table> |
|
60 <h3>Class Methods</h3> |
|
61 <table> |
|
62 <tr><td>None</td></tr> |
|
63 </table> |
60 <h3>Methods</h3> |
64 <h3>Methods</h3> |
61 <table> |
65 <table> |
62 <tr> |
66 <tr> |
63 <td><a href="#Subversion.__init__">Subversion</a></td> |
|
64 <td>Constructor</td> |
|
65 </tr><tr> |
|
66 <td><a href="#Subversion.__svnURL">__svnURL</a></td> |
67 <td><a href="#Subversion.__svnURL">__svnURL</a></td> |
67 <td>Private method to format a url for subversion.</td> |
68 <td>Private method to format a url for subversion.</td> |
68 </tr><tr> |
69 </tr><tr> |
69 <td><a href="#Subversion.__vcsCommit_Step2">__vcsCommit_Step2</a></td> |
70 <td><a href="#Subversion.__vcsCommit_Step2">__vcsCommit_Step2</a></td> |
70 <td>Private slot performing the second step of the commit action.</td> |
71 <td>Private slot performing the second step of the commit action.</td> |
232 <td>Public method used to set the tag of a file/directory in the Subversion repository.</td> |
233 <td>Public method used to set the tag of a file/directory in the Subversion repository.</td> |
233 </tr><tr> |
234 </tr><tr> |
234 <td><a href="#Subversion.vcsUpdate">vcsUpdate</a></td> |
235 <td><a href="#Subversion.vcsUpdate">vcsUpdate</a></td> |
235 <td>Public method used to update a file/directory with the Subversion repository.</td> |
236 <td>Public method used to update a file/directory with the Subversion repository.</td> |
236 </tr> |
237 </tr> |
|
238 </table> |
|
239 <h3>Static Methods</h3> |
|
240 <table> |
|
241 <tr><td>None</td></tr> |
237 </table> |
242 </table> |
238 <a NAME="Subversion.__init__" ID="Subversion.__init__"></a> |
243 <a NAME="Subversion.__init__" ID="Subversion.__init__"></a> |
239 <h4>Subversion (Constructor)</h4> |
244 <h4>Subversion (Constructor)</h4> |
240 <b>Subversion</b>(<i>plugin, parent=None, name=None</i>) |
245 <b>Subversion</b>(<i>plugin, parent=None, name=None</i>) |
241 <p> |
246 <p> |