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

changeset 3108
30521d7d3101
parent 3018
70924c0bdaf1
child 3349
2a034a7f1f54
diff -r 5b496e690984 -r 30521d7d3101 Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html	Sun Nov 24 17:10:51 2013 +0100
+++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html	Sun Nov 24 17:52:37 2013 +0100
@@ -156,6 +156,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>
@@ -724,6 +727,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