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

changeset 3108
30521d7d3101
parent 3042
c9c3c0982145
child 3128
2d4ccc459f7e
diff -r 5b496e690984 -r 30521d7d3101 Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html	Sun Nov 24 17:10:51 2013 +0100
+++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html	Sun Nov 24 17:52:37 2013 +0100
@@ -162,6 +162,9 @@
 <td><a href="#Subversion.svnUnlock">svnUnlock</a></td>
 <td>Public method used to unlock a file in the Subversion repository.</td>
 </tr><tr>
+<td><a href="#Subversion.svnUpgrade">svnUpgrade</a></td>
+<td>Public method to upgrade the working copy format.</td>
+</tr><tr>
 <td><a href="#Subversion.svnUrlDiff">svnUrlDiff</a></td>
 <td>Public method used to view the difference of a file/directory of two repository URLs.</td>
 </tr><tr>
@@ -753,6 +756,16 @@
 reference to the parent object of the subversion dialog
             (QWidget)
 </dd>
+</dl><a NAME="Subversion.svnUpgrade" ID="Subversion.svnUpgrade"></a>
+<h4>Subversion.svnUpgrade</h4>
+<b>svnUpgrade</b>(<i>path</i>)
+<p>
+        Public method to upgrade the working copy format.
+</p><dl>
+<dt><i>path</i></dt>
+<dd>
+directory name to show change lists for (string)
+</dd>
 </dl><a NAME="Subversion.svnUrlDiff" ID="Subversion.svnUrlDiff"></a>
 <h4>Subversion.svnUrlDiff</h4>
 <b>svnUrlDiff</b>(<i>name</i>)

eric ide

mercurial