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

changeset 1888
03f59d88a62d
parent 1880
dbd4d7698310
child 2367
78f6c8193d37
equal deleted inserted replaced
1886:732f94385668 1888:03f59d88a62d
110 <td>Public method used to delete a property of a file/directory.</td> 110 <td>Public method used to delete a property of a file/directory.</td>
111 </tr><tr> 111 </tr><tr>
112 <td><a href="#Subversion.svnExtendedDiff">svnExtendedDiff</a></td> 112 <td><a href="#Subversion.svnExtendedDiff">svnExtendedDiff</a></td>
113 <td>Public method used to view the difference of a file/directory to the Subversion repository.</td> 113 <td>Public method used to view the difference of a file/directory to the Subversion repository.</td>
114 </tr><tr> 114 </tr><tr>
115 <td><a href="#Subversion.svnGetChangelists">svnGetChangelists</a></td>
116 <td>Public method to get a list of all defined change lists.</td>
117 </tr><tr>
115 <td><a href="#Subversion.svnGetReposName">svnGetReposName</a></td> 118 <td><a href="#Subversion.svnGetReposName">svnGetReposName</a></td>
116 <td>Public method used to retrieve the URL of the subversion repository path.</td> 119 <td>Public method used to retrieve the URL of the subversion repository path.</td>
117 </tr><tr> 120 </tr><tr>
118 <td><a href="#Subversion.svnInfo">svnInfo</a></td> 121 <td><a href="#Subversion.svnInfo">svnInfo</a></td>
119 <td>Public method to show repository information about a file or directory.</td> 122 <td>Public method to show repository information about a file or directory.</td>
145 <td><a href="#Subversion.svnResolve">svnResolve</a></td> 148 <td><a href="#Subversion.svnResolve">svnResolve</a></td>
146 <td>Public method used to resolve conflicts of a file/directory.</td> 149 <td>Public method used to resolve conflicts of a file/directory.</td>
147 </tr><tr> 150 </tr><tr>
148 <td><a href="#Subversion.svnSetProp">svnSetProp</a></td> 151 <td><a href="#Subversion.svnSetProp">svnSetProp</a></td>
149 <td>Public method used to add a property to a file/directory.</td> 152 <td>Public method used to add a property to a file/directory.</td>
153 </tr><tr>
154 <td><a href="#Subversion.svnShowChangelists">svnShowChangelists</a></td>
155 <td>Public method used to inspect the change lists defined for the project.</td>
150 </tr><tr> 156 </tr><tr>
151 <td><a href="#Subversion.svnUnlock">svnUnlock</a></td> 157 <td><a href="#Subversion.svnUnlock">svnUnlock</a></td>
152 <td>Public method used to unlock a file in the Subversion repository.</td> 158 <td>Public method used to unlock a file in the Subversion repository.</td>
153 </tr><tr> 159 </tr><tr>
154 <td><a href="#Subversion.svnUrlDiff">svnUrlDiff</a></td> 160 <td><a href="#Subversion.svnUrlDiff">svnUrlDiff</a></td>
497 </p><dl> 503 </p><dl>
498 <dt><i>name</i></dt> 504 <dt><i>name</i></dt>
499 <dd> 505 <dd>
500 file/directory name to be diffed (string) 506 file/directory name to be diffed (string)
501 </dd> 507 </dd>
508 </dl><a NAME="Subversion.svnGetChangelists" ID="Subversion.svnGetChangelists"></a>
509 <h4>Subversion.svnGetChangelists</h4>
510 <b>svnGetChangelists</b>(<i></i>)
511 <p>
512 Public method to get a list of all defined change lists.
513 </p><dl>
514 <dt>Returns:</dt>
515 <dd>
516 list of defined change list names (list of strings)
517 </dd>
502 </dl><a NAME="Subversion.svnGetReposName" ID="Subversion.svnGetReposName"></a> 518 </dl><a NAME="Subversion.svnGetReposName" ID="Subversion.svnGetReposName"></a>
503 <h4>Subversion.svnGetReposName</h4> 519 <h4>Subversion.svnGetReposName</h4>
504 <b>svnGetReposName</b>(<i>path</i>) 520 <b>svnGetReposName</b>(<i>path</i>)
505 <p> 521 <p>
506 Public method used to retrieve the URL of the subversion repository path. 522 Public method used to retrieve the URL of the subversion repository path.
649 <dd> 665 <dd>
650 file/directory name (string or list of strings) 666 file/directory name (string or list of strings)
651 </dd><dt><i>recursive</i></dt> 667 </dd><dt><i>recursive</i></dt>
652 <dd> 668 <dd>
653 flag indicating a recursive set is requested 669 flag indicating a recursive set is requested
670 </dd>
671 </dl><a NAME="Subversion.svnShowChangelists" ID="Subversion.svnShowChangelists"></a>
672 <h4>Subversion.svnShowChangelists</h4>
673 <b>svnShowChangelists</b>(<i>path</i>)
674 <p>
675 Public method used to inspect the change lists defined for the project.
676 </p><dl>
677 <dt><i>path</i></dt>
678 <dd>
679 directory name to show change lists for (string)
654 </dd> 680 </dd>
655 </dl><a NAME="Subversion.svnUnlock" ID="Subversion.svnUnlock"></a> 681 </dl><a NAME="Subversion.svnUnlock" ID="Subversion.svnUnlock"></a>
656 <h4>Subversion.svnUnlock</h4> 682 <h4>Subversion.svnUnlock</h4>
657 <b>svnUnlock</b>(<i>name, breakIt=False, parent=None</i>) 683 <b>svnUnlock</b>(<i>name, breakIt=False, parent=None</i>)
658 <p> 684 <p>

eric ide

mercurial