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

changeset 3349
2a034a7f1f54
parent 3108
30521d7d3101
equal deleted inserted replaced
3346:39f9273ebd61 3349:2a034a7f1f54
124 <td>Public method used to list the available tags or branches.</td> 124 <td>Public method used to list the available tags or branches.</td>
125 </tr><tr> 125 </tr><tr>
126 <td><a href="#Subversion.svnLock">svnLock</a></td> 126 <td><a href="#Subversion.svnLock">svnLock</a></td>
127 <td>Public method used to lock a file in the Subversion repository.</td> 127 <td>Public method used to lock a file in the Subversion repository.</td>
128 </tr><tr> 128 </tr><tr>
129 <td><a href="#Subversion.svnLogBrowser">svnLogBrowser</a></td>
130 <td>Public method used to browse the log of a file/directory from the Subversion repository.</td>
131 </tr><tr>
132 <td><a href="#Subversion.svnNormalizeURL">svnNormalizeURL</a></td> 129 <td><a href="#Subversion.svnNormalizeURL">svnNormalizeURL</a></td>
133 <td>Public method to normalize a url for subversion.</td> 130 <td>Public method to normalize a url for subversion.</td>
134 </tr><tr> 131 </tr><tr>
135 <td><a href="#Subversion.svnRelocate">svnRelocate</a></td> 132 <td><a href="#Subversion.svnRelocate">svnRelocate</a></td>
136 <td>Public method to relocate the working copy to a new repository URL.</td> 133 <td>Public method to relocate the working copy to a new repository URL.</td>
213 <td><a href="#Subversion.vcsInitConfig">vcsInitConfig</a></td> 210 <td><a href="#Subversion.vcsInitConfig">vcsInitConfig</a></td>
214 <td>Public method to initialize the VCS configuration.</td> 211 <td>Public method to initialize the VCS configuration.</td>
215 </tr><tr> 212 </tr><tr>
216 <td><a href="#Subversion.vcsLog">vcsLog</a></td> 213 <td><a href="#Subversion.vcsLog">vcsLog</a></td>
217 <td>Public method used to view the log of a file/directory from the Subversion repository.</td> 214 <td>Public method used to view the log of a file/directory from the Subversion repository.</td>
215 </tr><tr>
216 <td><a href="#Subversion.vcsLogBrowser">vcsLogBrowser</a></td>
217 <td>Public method used to browse the log of a file/directory from the Subversion repository.</td>
218 </tr><tr> 218 </tr><tr>
219 <td><a href="#Subversion.vcsMerge">vcsMerge</a></td> 219 <td><a href="#Subversion.vcsMerge">vcsMerge</a></td>
220 <td>Public method used to merge a URL/revision into the local project.</td> 220 <td>Public method used to merge a URL/revision into the local project.</td>
221 </tr><tr> 221 </tr><tr>
222 <td><a href="#Subversion.vcsMove">vcsMove</a></td> 222 <td><a href="#Subversion.vcsMove">vcsMove</a></td>
590 </dd><dt><i>parent</i></dt> 590 </dd><dt><i>parent</i></dt>
591 <dd> 591 <dd>
592 reference to the parent object of the subversion dialog 592 reference to the parent object of the subversion dialog
593 (QWidget) 593 (QWidget)
594 </dd> 594 </dd>
595 </dl><a NAME="Subversion.svnLogBrowser" ID="Subversion.svnLogBrowser"></a>
596 <h4>Subversion.svnLogBrowser</h4>
597 <b>svnLogBrowser</b>(<i>path, isFile=False</i>)
598 <p>
599 Public method used to browse the log of a file/directory from the
600 Subversion repository.
601 </p><dl>
602 <dt><i>path</i></dt>
603 <dd>
604 file/directory name to show the log of (string)
605 </dd><dt><i>isFile</i></dt>
606 <dd>
607 flag indicating log for a file is to be shown (boolean)
608 </dd>
609 </dl><a NAME="Subversion.svnNormalizeURL" ID="Subversion.svnNormalizeURL"></a> 595 </dl><a NAME="Subversion.svnNormalizeURL" ID="Subversion.svnNormalizeURL"></a>
610 <h4>Subversion.svnNormalizeURL</h4> 596 <h4>Subversion.svnNormalizeURL</h4>
611 <b>svnNormalizeURL</b>(<i>url</i>) 597 <b>svnNormalizeURL</b>(<i>url</i>)
612 <p> 598 <p>
613 Public method to normalize a url for subversion. 599 Public method to normalize a url for subversion.
1049 </p><dl> 1035 </p><dl>
1050 <dt><i>name</i></dt> 1036 <dt><i>name</i></dt>
1051 <dd> 1037 <dd>
1052 file/directory name to show the log of (string) 1038 file/directory name to show the log of (string)
1053 </dd> 1039 </dd>
1040 </dl><a NAME="Subversion.vcsLogBrowser" ID="Subversion.vcsLogBrowser"></a>
1041 <h4>Subversion.vcsLogBrowser</h4>
1042 <b>vcsLogBrowser</b>(<i>name, isFile=False</i>)
1043 <p>
1044 Public method used to browse the log of a file/directory from the
1045 Subversion repository.
1046 </p><dl>
1047 <dt><i>name</i></dt>
1048 <dd>
1049 file/directory name to show the log of (string)
1050 </dd><dt><i>isFile</i></dt>
1051 <dd>
1052 flag indicating log for a file is to be shown (boolean)
1053 </dd>
1054 </dl><a NAME="Subversion.vcsMerge" ID="Subversion.vcsMerge"></a> 1054 </dl><a NAME="Subversion.vcsMerge" ID="Subversion.vcsMerge"></a>
1055 <h4>Subversion.vcsMerge</h4> 1055 <h4>Subversion.vcsMerge</h4>
1056 <b>vcsMerge</b>(<i>name</i>) 1056 <b>vcsMerge</b>(<i>name</i>)
1057 <p> 1057 <p>
1058 Public method used to merge a URL/revision into the local project. 1058 Public method used to merge a URL/revision into the local project.

eric ide

mercurial