--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.subversion.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.subversion.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,37 +7,36 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.Plugins.VcsPlugins.vcsPySvn.subversion</h1> - <p> Module implementing the version control systems interface to Subversion. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#Subversion">Subversion</a></td> <td>Class implementing the version control systems interface to Subversion.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="Subversion" ID="Subversion"></a> <h2>Subversion</h2> - <p> Class implementing the version control systems interface to Subversion. </p> + <h3>Signals</h3> <dl> @@ -49,19 +48,17 @@ <h3>Derived from</h3> VersionControl <h3>Class Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#Subversion.__init__">Subversion</a></td> <td>Constructor</td> @@ -347,19 +344,20 @@ <td>Public method used to update a file/directory with the Subversion repository.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="Subversion.__init__" ID="Subversion.__init__"></a> <h4>Subversion (Constructor)</h4> <b>Subversion</b>(<i>plugin, parent=None, name=None</i>) - <p> Constructor </p> + <dl> <dt><i>plugin</i> (VcsSubversionPlugin)</dt> @@ -378,11 +376,11 @@ <a NAME="Subversion.__isVersioned" ID="Subversion.__isVersioned"></a> <h4>Subversion.__isVersioned</h4> <b>__isVersioned</b>(<i>status</i>) - <p> Private method to check, if the given status indicates a versioned state. </p> + <dl> <dt><i>status</i> (pysvn.PysvnStatus)</dt> @@ -405,11 +403,11 @@ <a NAME="Subversion.__svnGetFileForRevision" ID="Subversion.__svnGetFileForRevision"></a> <h4>Subversion.__svnGetFileForRevision</h4> <b>__svnGetFileForRevision</b>(<i>name, rev=""</i>) - <p> Private method to get a file for a specific revision from the repository. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -436,10 +434,10 @@ <a NAME="Subversion.__svnURL" ID="Subversion.__svnURL"></a> <h4>Subversion.__svnURL</h4> <b>__svnURL</b>(<i>url</i>) - <p> Private method to format a url for subversion. </p> + <dl> <dt><i>url</i> (str)</dt> @@ -462,7 +460,6 @@ <a NAME="Subversion.__vcsAllRegisteredStates_wc" ID="Subversion.__vcsAllRegisteredStates_wc"></a> <h4>Subversion.__vcsAllRegisteredStates_wc</h4> <b>__vcsAllRegisteredStates_wc</b>(<i>names, dname, shortcut=True</i>) - <p> Private method used to get the registered states of a number of files in the VCS. @@ -476,6 +473,7 @@ if the named directory has been scanned already. If so, it is assumed, that the states for all files has been populated by the previous run. </p> + <dl> <dt><i>names</i> (dict)</dt> @@ -507,7 +505,6 @@ <a NAME="Subversion.__vcsAllRegisteredStates_wcng" ID="Subversion.__vcsAllRegisteredStates_wcng"></a> <h4>Subversion.__vcsAllRegisteredStates_wcng</h4> <b>__vcsAllRegisteredStates_wcng</b>(<i>names, dname, shortcut=True</i>) - <p> Private method used to get the registered states of a number of files in the vcs. @@ -521,6 +518,7 @@ if the named directory has been scanned already. If so, it is assumed, that the states for all files has been populated by the previous run. </p> + <dl> <dt><i>names</i> (dict)</dt> @@ -552,14 +550,13 @@ <a NAME="Subversion.__vcsCommit_Step2" ID="Subversion.__vcsCommit_Step2"></a> <h4>Subversion.__vcsCommit_Step2</h4> <b>__vcsCommit_Step2</b>(<i></i>) - <p> Private slot performing the second step of the commit action. </p> + <a NAME="Subversion.__vcsRegisteredState_wc" ID="Subversion.__vcsRegisteredState_wc"></a> <h4>Subversion.__vcsRegisteredState_wc</h4> <b>__vcsRegisteredState_wc</b>(<i>name</i>) - <p> Private method used to get the registered state of a file in the vcs. </p> @@ -567,6 +564,7 @@ This is the variant for subversion installations using the old working copy meta-data format. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -589,7 +587,6 @@ <a NAME="Subversion.__vcsRegisteredState_wcng" ID="Subversion.__vcsRegisteredState_wcng"></a> <h4>Subversion.__vcsRegisteredState_wcng</h4> <b>__vcsRegisteredState_wcng</b>(<i>name</i>) - <p> Private method used to get the registered state of a file in the vcs. </p> @@ -597,6 +594,7 @@ This is the variant for subversion installations using the new working copy meta-data format. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -619,11 +617,11 @@ <a NAME="Subversion._createStatusMonitorThread" ID="Subversion._createStatusMonitorThread"></a> <h4>Subversion._createStatusMonitorThread</h4> <b>_createStatusMonitorThread</b>(<i>interval, project</i>) - <p> Protected method to create an instance of the VCS status monitor thread. </p> + <dl> <dt><i>interval</i> (int)</dt> @@ -650,17 +648,17 @@ <a NAME="Subversion.clearStatusCache" ID="Subversion.clearStatusCache"></a> <h4>Subversion.clearStatusCache</h4> <b>clearStatusCache</b>(<i></i>) - <p> Public method to clear the status cache. </p> + <a NAME="Subversion.getClient" ID="Subversion.getClient"></a> <h4>Subversion.getClient</h4> <b>getClient</b>(<i></i>) - <p> Public method to create and initialize the pysvn client object. </p> + <dl> <dt>Return:</dt> <dd> @@ -676,10 +674,10 @@ <a NAME="Subversion.getPlugin" ID="Subversion.getPlugin"></a> <h4>Subversion.getPlugin</h4> <b>getPlugin</b>(<i></i>) - <p> Public method to get a reference to the plugin object. </p> + <dl> <dt>Return:</dt> <dd> @@ -695,13 +693,13 @@ <a NAME="Subversion.svnAddToChangelist" ID="Subversion.svnAddToChangelist"></a> <h4>Subversion.svnAddToChangelist</h4> <b>svnAddToChangelist</b>(<i>names</i>) - <p> Public method to add a file or directory to a changelist. </p> <p> Note: Directories will be added recursively. </p> + <dl> <dt><i>names</i> (str or list of str)</dt> @@ -712,10 +710,10 @@ <a NAME="Subversion.svnBlame" ID="Subversion.svnBlame"></a> <h4>Subversion.svnBlame</h4> <b>svnBlame</b>(<i>name</i>) - <p> Public method to show the output of the svn blame command. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -726,10 +724,10 @@ <a NAME="Subversion.svnCopy" ID="Subversion.svnCopy"></a> <h4>Subversion.svnCopy</h4> <b>svnCopy</b>(<i>name, project</i>) - <p> Public method used to copy a file/directory. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -756,10 +754,10 @@ <a NAME="Subversion.svnDelProp" ID="Subversion.svnDelProp"></a> <h4>Subversion.svnDelProp</h4> <b>svnDelProp</b>(<i>name, recursive=False</i>) - <p> Public method used to delete a property of a file/directory. </p> + <dl> <dt><i>name</i> (str or list of str)</dt> @@ -774,7 +772,6 @@ <a NAME="Subversion.svnExtendedDiff" ID="Subversion.svnExtendedDiff"></a> <h4>Subversion.svnExtendedDiff</h4> <b>svnExtendedDiff</b>(<i>name</i>) - <p> Public method used to view the difference of a file/directory to the Subversion repository. @@ -788,6 +785,7 @@ <p> This method gives the chance to enter the revisions to be compared. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -798,10 +796,10 @@ <a NAME="Subversion.svnGetChangelists" ID="Subversion.svnGetChangelists"></a> <h4>Subversion.svnGetChangelists</h4> <b>svnGetChangelists</b>(<i></i>) - <p> Public method to get a list of all defined change lists. </p> + <dl> <dt>Return:</dt> <dd> @@ -817,11 +815,11 @@ <a NAME="Subversion.svnGetReposName" ID="Subversion.svnGetReposName"></a> <h4>Subversion.svnGetReposName</h4> <b>svnGetReposName</b>(<i>path</i>) - <p> Public method used to retrieve the URL of the subversion repository path. </p> + <dl> <dt><i>path</i> (str)</dt> @@ -844,10 +842,10 @@ <a NAME="Subversion.svnInfo" ID="Subversion.svnInfo"></a> <h4>Subversion.svnInfo</h4> <b>svnInfo</b>(<i>projectPath, name</i>) - <p> Public method to show repository information about a file or directory. </p> + <dl> <dt><i>projectPath</i> (str)</dt> @@ -862,10 +860,10 @@ <a NAME="Subversion.svnListProps" ID="Subversion.svnListProps"></a> <h4>Subversion.svnListProps</h4> <b>svnListProps</b>(<i>name, recursive=False</i>) - <p> Public method used to list the properties of a file/directory. </p> + <dl> <dt><i>name</i> (str or list of str)</dt> @@ -880,10 +878,10 @@ <a NAME="Subversion.svnListTagBranch" ID="Subversion.svnListTagBranch"></a> <h4>Subversion.svnListTagBranch</h4> <b>svnListTagBranch</b>(<i>path, tags=True</i>) - <p> Public method used to list the available tags or branches. </p> + <dl> <dt><i>path</i> (str)</dt> @@ -899,10 +897,10 @@ <a NAME="Subversion.svnLock" ID="Subversion.svnLock"></a> <h4>Subversion.svnLock</h4> <b>svnLock</b>(<i>name, stealIt=False, parent=None</i>) - <p> Public method used to lock a file in the Subversion repository. </p> + <dl> <dt><i>name</i> (str or list of str)</dt> @@ -921,10 +919,10 @@ <a NAME="Subversion.svnNormalizeURL" ID="Subversion.svnNormalizeURL"></a> <h4>Subversion.svnNormalizeURL</h4> <b>svnNormalizeURL</b>(<i>url</i>) - <p> Public method to normalize a url for subversion. </p> + <dl> <dt><i>url</i> (str)</dt> @@ -947,10 +945,10 @@ <a NAME="Subversion.svnRelocate" ID="Subversion.svnRelocate"></a> <h4>Subversion.svnRelocate</h4> <b>svnRelocate</b>(<i>projectPath</i>) - <p> Public method to relocate the working copy to a new repository URL. </p> + <dl> <dt><i>projectPath</i> (str)</dt> @@ -961,13 +959,13 @@ <a NAME="Subversion.svnRemoveFromChangelist" ID="Subversion.svnRemoveFromChangelist"></a> <h4>Subversion.svnRemoveFromChangelist</h4> <b>svnRemoveFromChangelist</b>(<i>names</i>) - <p> Public method to remove a file or directory from its changelist. </p> <p> Note: Directories will be removed recursively. </p> + <dl> <dt><i>names</i> (str or list of str)</dt> @@ -978,10 +976,10 @@ <a NAME="Subversion.svnRepoBrowser" ID="Subversion.svnRepoBrowser"></a> <h4>Subversion.svnRepoBrowser</h4> <b>svnRepoBrowser</b>(<i>projectPath=None</i>) - <p> Public method to open the repository browser. </p> + <dl> <dt><i>projectPath</i> (str)</dt> @@ -992,10 +990,10 @@ <a NAME="Subversion.svnSetProp" ID="Subversion.svnSetProp"></a> <h4>Subversion.svnSetProp</h4> <b>svnSetProp</b>(<i>name, recursive=False</i>) - <p> Public method used to add a property to a file/directory. </p> + <dl> <dt><i>name</i> (str or list of str)</dt> @@ -1010,10 +1008,10 @@ <a NAME="Subversion.svnShowChangelists" ID="Subversion.svnShowChangelists"></a> <h4>Subversion.svnShowChangelists</h4> <b>svnShowChangelists</b>(<i>path</i>) - <p> Public method used to inspect the change lists defined for the project. </p> + <dl> <dt><i>path</i> (str)</dt> @@ -1024,10 +1022,10 @@ <a NAME="Subversion.svnUnlock" ID="Subversion.svnUnlock"></a> <h4>Subversion.svnUnlock</h4> <b>svnUnlock</b>(<i>name, breakIt=False, parent=None</i>) - <p> Public method used to unlock a file in the Subversion repository. </p> + <dl> <dt><i>name</i> (str or list of str)</dt> @@ -1046,10 +1044,10 @@ <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> (str)</dt> @@ -1060,7 +1058,6 @@ <a NAME="Subversion.svnUrlDiff" ID="Subversion.svnUrlDiff"></a> <h4>Subversion.svnUrlDiff</h4> <b>svnUrlDiff</b>(<i>name</i>) - <p> Public method used to view the difference of a file/directory of two repository URLs. @@ -1074,6 +1071,7 @@ <p> This method gives the chance to enter the revisions to be compared. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -1084,11 +1082,11 @@ <a NAME="Subversion.vcsAdd" ID="Subversion.vcsAdd"></a> <h4>Subversion.vcsAdd</h4> <b>vcsAdd</b>(<i>name, isDir=False, noDialog=False</i>) - <p> Public method used to add a file/directory to the Subversion repository. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -1107,11 +1105,11 @@ <a NAME="Subversion.vcsAddBinary" ID="Subversion.vcsAddBinary"></a> <h4>Subversion.vcsAddBinary</h4> <b>vcsAddBinary</b>(<i>name, isDir=False</i>) - <p> Public method used to add a file/directory in binary mode to the Subversion repository. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -1126,10 +1124,10 @@ <a NAME="Subversion.vcsAddCommitMessage" ID="Subversion.vcsAddCommitMessage"></a> <h4>Subversion.vcsAddCommitMessage</h4> <b>vcsAddCommitMessage</b>(<i>message</i>) - <p> Public method to add a commit message to the list of saved messages. </p> + <dl> <dt><i>message</i> (str)</dt> @@ -1140,11 +1138,11 @@ <a NAME="Subversion.vcsAddTree" ID="Subversion.vcsAddTree"></a> <h4>Subversion.vcsAddTree</h4> <b>vcsAddTree</b>(<i>path</i>) - <p> Public method to add a directory tree rooted at path to the Subversion repository. </p> + <dl> <dt><i>path</i> (str or list of str)</dt> @@ -1155,7 +1153,6 @@ <a NAME="Subversion.vcsAllRegisteredStates" ID="Subversion.vcsAllRegisteredStates"></a> <h4>Subversion.vcsAllRegisteredStates</h4> <b>vcsAllRegisteredStates</b>(<i>names, dname, shortcut=True</i>) - <p> Public method used to get the registered states of a number of files in the vcs. @@ -1165,6 +1162,7 @@ if the named directory has been scanned already. If so, it is assumed, that the states for all files has been populated by the previous run. </p> + <dl> <dt><i>names</i> (dict)</dt> @@ -1196,11 +1194,11 @@ <a NAME="Subversion.vcsCheckout" ID="Subversion.vcsCheckout"></a> <h4>Subversion.vcsCheckout</h4> <b>vcsCheckout</b>(<i>vcsDataDict, projectDir, noDialog=False</i>) - <p> Public method used to check the project out of the Subversion repository. </p> + <dl> <dt><i>vcsDataDict</i> (dict)</dt> @@ -1231,10 +1229,10 @@ <a NAME="Subversion.vcsCleanup" ID="Subversion.vcsCleanup"></a> <h4>Subversion.vcsCleanup</h4> <b>vcsCleanup</b>(<i>name</i>) - <p> Public method used to cleanup the working copy. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -1245,17 +1243,17 @@ <a NAME="Subversion.vcsClearCommitMessages" ID="Subversion.vcsClearCommitMessages"></a> <h4>Subversion.vcsClearCommitMessages</h4> <b>vcsClearCommitMessages</b>(<i></i>) - <p> Public method to clear the list of saved messages. </p> + <a NAME="Subversion.vcsCommandLine" ID="Subversion.vcsCommandLine"></a> <h4>Subversion.vcsCommandLine</h4> <b>vcsCommandLine</b>(<i>name</i>) - <p> Public method used to execute arbitrary subversion commands. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -1266,11 +1264,11 @@ <a NAME="Subversion.vcsCommit" ID="Subversion.vcsCommit"></a> <h4>Subversion.vcsCommit</h4> <b>vcsCommit</b>(<i>name, message, noDialog=False</i>) - <p> Public method used to make the change of a file/directory permanent in the Subversion repository. </p> + <dl> <dt><i>name</i> (str or list of str)</dt> @@ -1289,10 +1287,10 @@ <a NAME="Subversion.vcsCommitMessages" ID="Subversion.vcsCommitMessages"></a> <h4>Subversion.vcsCommitMessages</h4> <b>vcsCommitMessages</b>(<i></i>) - <p> Public method to get the list of saved commit messages. </p> + <dl> <dt>Return:</dt> <dd> @@ -1308,11 +1306,11 @@ <a NAME="Subversion.vcsConvertProject" ID="Subversion.vcsConvertProject"></a> <h4>Subversion.vcsConvertProject</h4> <b>vcsConvertProject</b>(<i>vcsDataDict, project, addAll=True</i>) - <p> Public method to convert an uncontrolled project to a version controlled project. </p> + <dl> <dt><i>vcsDataDict</i> (dict)</dt> @@ -1331,7 +1329,6 @@ <a NAME="Subversion.vcsDiff" ID="Subversion.vcsDiff"></a> <h4>Subversion.vcsDiff</h4> <b>vcsDiff</b>(<i>name</i>) - <p> Public method used to view the difference of a file/directory to the Subversion repository. @@ -1342,6 +1339,7 @@ being edited and has unsaved modification, they can be saved or the operation may be aborted. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -1352,10 +1350,10 @@ <a NAME="Subversion.vcsExists" ID="Subversion.vcsExists"></a> <h4>Subversion.vcsExists</h4> <b>vcsExists</b>(<i></i>) - <p> Public method used to test for the presence of the svn executable. </p> + <dl> <dt>Return:</dt> <dd> @@ -1371,11 +1369,11 @@ <a NAME="Subversion.vcsExport" ID="Subversion.vcsExport"></a> <h4>Subversion.vcsExport</h4> <b>vcsExport</b>(<i>vcsDataDict, projectDir</i>) - <p> Public method used to export a directory from the Subversion repository. </p> + <dl> <dt><i>vcsDataDict</i> (dict)</dt> @@ -1402,7 +1400,6 @@ <a NAME="Subversion.vcsForget" ID="Subversion.vcsForget"></a> <h4>Subversion.vcsForget</h4> <b>vcsForget</b>(<i>name</i>) - <p> Public method used to remove a file from the repository. </p> @@ -1410,6 +1407,7 @@ Note: svn does not support this operation. The method is implemented as a NoOp. </p> + <dl> <dt><i>name</i> (str or list of str)</dt> @@ -1420,11 +1418,11 @@ <a NAME="Subversion.vcsGetProjectBrowserHelper" ID="Subversion.vcsGetProjectBrowserHelper"></a> <h4>Subversion.vcsGetProjectBrowserHelper</h4> <b>vcsGetProjectBrowserHelper</b>(<i>browser, project, isTranslationsBrowser=False</i>) - <p> Public method to instanciate a helper object for the different project browsers. </p> + <dl> <dt><i>browser</i> (ProjectBaseBrowser)</dt> @@ -1456,10 +1454,10 @@ <a NAME="Subversion.vcsGetProjectHelper" ID="Subversion.vcsGetProjectHelper"></a> <h4>Subversion.vcsGetProjectHelper</h4> <b>vcsGetProjectHelper</b>(<i>project</i>) - <p> Public method to instanciate a helper object for the project. </p> + <dl> <dt><i>project</i> (Project)</dt> @@ -1482,11 +1480,11 @@ <a NAME="Subversion.vcsImport" ID="Subversion.vcsImport"></a> <h4>Subversion.vcsImport</h4> <b>vcsImport</b>(<i>vcsDataDict, projectDir, noDialog=False, addAll=True</i>) - <p> Public method used to import the project into the Subversion repository. </p> + <dl> <dt><i>vcsDataDict</i> (dict)</dt> @@ -1522,7 +1520,6 @@ <a NAME="Subversion.vcsInit" ID="Subversion.vcsInit"></a> <h4>Subversion.vcsInit</h4> <b>vcsInit</b>(<i>vcsDir, noDialog=False</i>) - <p> Public method used to initialize the subversion repository. </p> @@ -1531,6 +1528,7 @@ because the respective command always works locally. Therefore we always return TRUE without doing anything. </p> + <dl> <dt><i>vcsDir</i> (str)</dt> @@ -1557,7 +1555,6 @@ <a NAME="Subversion.vcsInitConfig" ID="Subversion.vcsInitConfig"></a> <h4>Subversion.vcsInitConfig</h4> <b>vcsInitConfig</b>(<i>project</i>) - <p> Public method to initialize the VCS configuration. </p> @@ -1565,6 +1562,7 @@ This method ensures, that eric specific files and directories are ignored. </p> + <dl> <dt><i>project</i> (Project)</dt> @@ -1575,11 +1573,11 @@ <a NAME="Subversion.vcsLogBrowser" ID="Subversion.vcsLogBrowser"></a> <h4>Subversion.vcsLogBrowser</h4> <b>vcsLogBrowser</b>(<i>name, isFile=False</i>) - <p> Public method used to browse the log of a file/directory from the Subversion repository. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -1594,10 +1592,10 @@ <a NAME="Subversion.vcsMerge" ID="Subversion.vcsMerge"></a> <h4>Subversion.vcsMerge</h4> <b>vcsMerge</b>(<i>name</i>) - <p> Public method used to merge a URL/revision into the local project. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -1608,10 +1606,10 @@ <a NAME="Subversion.vcsMove" ID="Subversion.vcsMove"></a> <h4>Subversion.vcsMove</h4> <b>vcsMove</b>(<i>name, project, target=None, noDialog=False</i>) - <p> Public method used to move a file/directory. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -1646,10 +1644,10 @@ <a NAME="Subversion.vcsName" ID="Subversion.vcsName"></a> <h4>Subversion.vcsName</h4> <b>vcsName</b>(<i></i>) - <p> Public method returning the name of the vcs. </p> + <dl> <dt>Return:</dt> <dd> @@ -1665,11 +1663,11 @@ <a NAME="Subversion.vcsNewProjectOptionsDialog" ID="Subversion.vcsNewProjectOptionsDialog"></a> <h4>Subversion.vcsNewProjectOptionsDialog</h4> <b>vcsNewProjectOptionsDialog</b>(<i>parent=None</i>) - <p> Public method to get a dialog to enter repository info for getting a new project. </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -1692,10 +1690,10 @@ <a NAME="Subversion.vcsOptionsDialog" ID="Subversion.vcsOptionsDialog"></a> <h4>Subversion.vcsOptionsDialog</h4> <b>vcsOptionsDialog</b>(<i>project, archive, editable=False, parent=None</i>) - <p> Public method to get a dialog to enter repository info. </p> + <dl> <dt><i>project</i> (Project)</dt> @@ -1730,10 +1728,10 @@ <a NAME="Subversion.vcsRegisteredState" ID="Subversion.vcsRegisteredState"></a> <h4>Subversion.vcsRegisteredState</h4> <b>vcsRegisteredState</b>(<i>name</i>) - <p> Public method used to get the registered state of a file in the vcs. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -1756,7 +1754,6 @@ <a NAME="Subversion.vcsRemove" ID="Subversion.vcsRemove"></a> <h4>Subversion.vcsRemove</h4> <b>vcsRemove</b>(<i>name, project=False, noDialog=False</i>) - <p> Public method used to remove a file/directory from the Subversion repository. @@ -1764,6 +1761,7 @@ <p> The default operation is to remove the local copy as well. </p> + <dl> <dt><i>name</i> (str or list of str)</dt> @@ -1794,10 +1792,10 @@ <a NAME="Subversion.vcsRepositoryInfos" ID="Subversion.vcsRepositoryInfos"></a> <h4>Subversion.vcsRepositoryInfos</h4> <b>vcsRepositoryInfos</b>(<i>ppath</i>) - <p> Public method to retrieve information about the repository. </p> + <dl> <dt><i>ppath</i> (str)</dt> @@ -1820,10 +1818,10 @@ <a NAME="Subversion.vcsResolved" ID="Subversion.vcsResolved"></a> <h4>Subversion.vcsResolved</h4> <b>vcsResolved</b>(<i>name</i>) - <p> Public method used to resolve conflicts of a file/directory. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -1834,10 +1832,10 @@ <a NAME="Subversion.vcsRevert" ID="Subversion.vcsRevert"></a> <h4>Subversion.vcsRevert</h4> <b>vcsRevert</b>(<i>name</i>) - <p> Public method used to revert changes made to a file/directory. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -1861,11 +1859,11 @@ <a NAME="Subversion.vcsSbsDiff" ID="Subversion.vcsSbsDiff"></a> <h4>Subversion.vcsSbsDiff</h4> <b>vcsSbsDiff</b>(<i>name, extended=False, revisions=None</i>) - <p> Public method used to view the difference of a file to the Mercurial repository side-by-side. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -1891,18 +1889,18 @@ <a NAME="Subversion.vcsShutdown" ID="Subversion.vcsShutdown"></a> <h4>Subversion.vcsShutdown</h4> <b>vcsShutdown</b>(<i></i>) - <p> Public method used to shutdown the Subversion interface. </p> + <a NAME="Subversion.vcsStatus" ID="Subversion.vcsStatus"></a> <h4>Subversion.vcsStatus</h4> <b>vcsStatus</b>(<i>name</i>) - <p> Public method used to view the status of files/directories in the Subversion repository. </p> + <dl> <dt><i>name</i> (str or list of str)</dt> @@ -1913,10 +1911,10 @@ <a NAME="Subversion.vcsSwitch" ID="Subversion.vcsSwitch"></a> <h4>Subversion.vcsSwitch</h4> <b>vcsSwitch</b>(<i>name</i>) - <p> Public method used to switch a directory to a different tag/branch. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -1939,11 +1937,11 @@ <a NAME="Subversion.vcsTag" ID="Subversion.vcsTag"></a> <h4>Subversion.vcsTag</h4> <b>vcsTag</b>(<i>name</i>) - <p> Public method used to set the tag of a file/directory in the Subversion repository. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -1954,11 +1952,11 @@ <a NAME="Subversion.vcsUpdate" ID="Subversion.vcsUpdate"></a> <h4>Subversion.vcsUpdate</h4> <b>vcsUpdate</b>(<i>name, noDialog=False</i>) - <p> Public method used to update a file/directory with the Subversion repository. </p> + <dl> <dt><i>name</i> ((str or list of str)</dt> @@ -1984,4 +1982,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>