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> |
233 </tr><tr> |
237 </tr><tr> |
234 <td><a href="#Subversion.vcsUpdate">vcsUpdate</a></td> |
238 <td><a href="#Subversion.vcsUpdate">vcsUpdate</a></td> |
235 <td>Public method used to update a file/directory with the Subversion repository.</td> |
239 <td>Public method used to update a file/directory with the Subversion repository.</td> |
236 </tr> |
240 </tr> |
237 </table> |
241 </table> |
|
242 <h3>Static Methods</h3> |
|
243 <table> |
|
244 <tr><td>None</td></tr> |
|
245 </table> |
238 <a NAME="Subversion.__init__" ID="Subversion.__init__"></a> |
246 <a NAME="Subversion.__init__" ID="Subversion.__init__"></a> |
239 <h4>Subversion (Constructor)</h4> |
247 <h4>Subversion (Constructor)</h4> |
240 <b>Subversion</b>(<i>plugin, parent = None, name = None</i>) |
248 <b>Subversion</b>(<i>plugin, parent = None, name = None</i>) |
241 <p> |
249 <p> |
242 Constructor |
250 Constructor |