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

changeset 1228
7afaf2fca55b
parent 1083
dc680a0ce221
child 1229
a8207dc73672
equal deleted inserted replaced
1227:c5db073a124f 1228:7afaf2fca55b
42 <hr /><hr /> 42 <hr /><hr />
43 <a NAME="Subversion" ID="Subversion"></a> 43 <a NAME="Subversion" ID="Subversion"></a>
44 <h2>Subversion</h2> 44 <h2>Subversion</h2>
45 <p> 45 <p>
46 Class implementing the version control systems interface to Subversion. 46 Class implementing the version control systems interface to Subversion.
47 </p><h4>Signals</h4> 47 </p><h3>Signals</h3>
48 <dl> 48 <dl>
49 <dt>committed()</dt> 49 <dt>committed()</dt>
50 <dd> 50 <dd>
51 emitted after the commit action has completed 51 emitted after the commit action has completed
52 </dd> 52 </dd>
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>

eric ide

mercurial