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

changeset 3108
30521d7d3101
parent 3042
c9c3c0982145
child 3128
2d4ccc459f7e
equal deleted inserted replaced
3107:5b496e690984 3108:30521d7d3101
160 <td>Public method used to inspect the change lists defined for the project.</td> 160 <td>Public method used to inspect the change lists defined for the project.</td>
161 </tr><tr> 161 </tr><tr>
162 <td><a href="#Subversion.svnUnlock">svnUnlock</a></td> 162 <td><a href="#Subversion.svnUnlock">svnUnlock</a></td>
163 <td>Public method used to unlock a file in the Subversion repository.</td> 163 <td>Public method used to unlock a file in the Subversion repository.</td>
164 </tr><tr> 164 </tr><tr>
165 <td><a href="#Subversion.svnUpgrade">svnUpgrade</a></td>
166 <td>Public method to upgrade the working copy format.</td>
167 </tr><tr>
165 <td><a href="#Subversion.svnUrlDiff">svnUrlDiff</a></td> 168 <td><a href="#Subversion.svnUrlDiff">svnUrlDiff</a></td>
166 <td>Public method used to view the difference of a file/directory of two repository URLs.</td> 169 <td>Public method used to view the difference of a file/directory of two repository URLs.</td>
167 </tr><tr> 170 </tr><tr>
168 <td><a href="#Subversion.vcsAdd">vcsAdd</a></td> 171 <td><a href="#Subversion.vcsAdd">vcsAdd</a></td>
169 <td>Public method used to add a file/directory to the Subversion repository.</td> 172 <td>Public method used to add a file/directory to the Subversion repository.</td>
751 </dd><dt><i>parent</i></dt> 754 </dd><dt><i>parent</i></dt>
752 <dd> 755 <dd>
753 reference to the parent object of the subversion dialog 756 reference to the parent object of the subversion dialog
754 (QWidget) 757 (QWidget)
755 </dd> 758 </dd>
759 </dl><a NAME="Subversion.svnUpgrade" ID="Subversion.svnUpgrade"></a>
760 <h4>Subversion.svnUpgrade</h4>
761 <b>svnUpgrade</b>(<i>path</i>)
762 <p>
763 Public method to upgrade the working copy format.
764 </p><dl>
765 <dt><i>path</i></dt>
766 <dd>
767 directory name to show change lists for (string)
768 </dd>
756 </dl><a NAME="Subversion.svnUrlDiff" ID="Subversion.svnUrlDiff"></a> 769 </dl><a NAME="Subversion.svnUrlDiff" ID="Subversion.svnUrlDiff"></a>
757 <h4>Subversion.svnUrlDiff</h4> 770 <h4>Subversion.svnUrlDiff</h4>
758 <b>svnUrlDiff</b>(<i>name</i>) 771 <b>svnUrlDiff</b>(<i>name</i>)
759 <p> 772 <p>
760 Public method used to view the difference of a file/directory of two 773 Public method used to view the difference of a file/directory of two

eric ide

mercurial