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> |
53 </dl> |
53 </dl> |
54 <h3>Derived from</h3> |
54 <h3>Derived from</h3> |
55 VersionControl |
55 VersionControl |
56 <h3>Class Attributes</h3> |
56 <h3>Class Attributes</h3> |
|
57 <table> |
|
58 <tr><td>None</td></tr> |
|
59 </table> |
|
60 <h3>Class Methods</h3> |
57 <table> |
61 <table> |
58 <tr><td>None</td></tr> |
62 <tr><td>None</td></tr> |
59 </table> |
63 </table> |
60 <h3>Methods</h3> |
64 <h3>Methods</h3> |
61 <table> |
65 <table> |
227 </tr><tr> |
231 </tr><tr> |
228 <td><a href="#Subversion.vcsUpdate">vcsUpdate</a></td> |
232 <td><a href="#Subversion.vcsUpdate">vcsUpdate</a></td> |
229 <td>Public method used to update a file/directory with the Subversion repository.</td> |
233 <td>Public method used to update a file/directory with the Subversion repository.</td> |
230 </tr> |
234 </tr> |
231 </table> |
235 </table> |
|
236 <h3>Static Methods</h3> |
|
237 <table> |
|
238 <tr><td>None</td></tr> |
|
239 </table> |
232 <a NAME="Subversion.__init__" ID="Subversion.__init__"></a> |
240 <a NAME="Subversion.__init__" ID="Subversion.__init__"></a> |
233 <h4>Subversion (Constructor)</h4> |
241 <h4>Subversion (Constructor)</h4> |
234 <b>Subversion</b>(<i>plugin, parent=None, name=None</i>) |
242 <b>Subversion</b>(<i>plugin, parent=None, name=None</i>) |
235 <p> |
243 <p> |
236 Constructor |
244 Constructor |