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

changeset 3108
30521d7d3101
parent 3018
70924c0bdaf1
child 3349
2a034a7f1f54
equal deleted inserted replaced
3107:5b496e690984 3108:30521d7d3101
154 <td>Public method used to inspect the change lists defined for the project.</td> 154 <td>Public method used to inspect the change lists defined for the project.</td>
155 </tr><tr> 155 </tr><tr>
156 <td><a href="#Subversion.svnUnlock">svnUnlock</a></td> 156 <td><a href="#Subversion.svnUnlock">svnUnlock</a></td>
157 <td>Public method used to unlock a file in the Subversion repository.</td> 157 <td>Public method used to unlock a file in the Subversion repository.</td>
158 </tr><tr> 158 </tr><tr>
159 <td><a href="#Subversion.svnUpgrade">svnUpgrade</a></td>
160 <td>Public method to upgrade the working copy format.</td>
161 </tr><tr>
159 <td><a href="#Subversion.svnUrlDiff">svnUrlDiff</a></td> 162 <td><a href="#Subversion.svnUrlDiff">svnUrlDiff</a></td>
160 <td>Public method used to view the difference of a file/directory of two repository URLs.</td> 163 <td>Public method used to view the difference of a file/directory of two repository URLs.</td>
161 </tr><tr> 164 </tr><tr>
162 <td><a href="#Subversion.vcsAdd">vcsAdd</a></td> 165 <td><a href="#Subversion.vcsAdd">vcsAdd</a></td>
163 <td>Public method used to add a file/directory to the Subversion repository.</td> 166 <td>Public method used to add a file/directory to the Subversion repository.</td>
722 </dd><dt><i>parent</i></dt> 725 </dd><dt><i>parent</i></dt>
723 <dd> 726 <dd>
724 reference to the parent object of the subversion dialog 727 reference to the parent object of the subversion dialog
725 (QWidget) 728 (QWidget)
726 </dd> 729 </dd>
730 </dl><a NAME="Subversion.svnUpgrade" ID="Subversion.svnUpgrade"></a>
731 <h4>Subversion.svnUpgrade</h4>
732 <b>svnUpgrade</b>(<i>path</i>)
733 <p>
734 Public method to upgrade the working copy format.
735 </p><dl>
736 <dt><i>path</i></dt>
737 <dd>
738 directory name to show change lists for (string)
739 </dd>
727 </dl><a NAME="Subversion.svnUrlDiff" ID="Subversion.svnUrlDiff"></a> 740 </dl><a NAME="Subversion.svnUrlDiff" ID="Subversion.svnUrlDiff"></a>
728 <h4>Subversion.svnUrlDiff</h4> 741 <h4>Subversion.svnUrlDiff</h4>
729 <b>svnUrlDiff</b>(<i>name</i>) 742 <b>svnUrlDiff</b>(<i>name</i>)
730 <p> 743 <p>
731 Public method used to view the difference of a file/directory of two 744 Public method used to view the difference of a file/directory of two

eric ide

mercurial