--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.subversion.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.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.vcsSubversion.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> @@ -335,19 +332,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> @@ -366,11 +364,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> @@ -397,10 +395,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> @@ -423,7 +421,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. @@ -437,6 +434,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> @@ -468,7 +466,6 @@ <a NAME="Subversion.__vcsAllRegisteredStates_wcng" ID="Subversion.__vcsAllRegisteredStates_wcng"></a> <h4>Subversion.__vcsAllRegisteredStates_wcng</h4> <b>__vcsAllRegisteredStates_wcng</b>(<i>names, dname</i>) - <p> Private method used to get the registered states of a number of files in the VCS. @@ -482,6 +479,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> @@ -509,14 +507,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> @@ -524,6 +521,7 @@ This is the variant for subversion installations using the old working copy meta-data format. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -546,7 +544,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> @@ -554,6 +551,7 @@ This is the variant for subversion installations using the new working copy meta-data format. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -576,11 +574,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> @@ -607,17 +605,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.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> @@ -633,13 +631,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> @@ -650,10 +648,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> @@ -664,10 +662,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> @@ -694,10 +692,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> @@ -712,7 +710,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. @@ -726,6 +723,7 @@ <p> This method gives the chance to enter the revisions to be compared. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -736,10 +734,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> @@ -755,11 +753,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> @@ -782,10 +780,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> @@ -800,10 +798,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> @@ -819,10 +817,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> @@ -841,10 +839,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> @@ -867,10 +865,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> @@ -881,13 +879,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> @@ -898,10 +896,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> @@ -912,10 +910,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> @@ -930,10 +928,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> @@ -944,10 +942,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> @@ -966,10 +964,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> @@ -980,7 +978,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. @@ -994,6 +991,7 @@ <p> This method gives the chance to enter the revisions to be compared. </p> + <dl> <dt><i>name</i> (str)</dt> @@ -1004,11 +1002,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> @@ -1027,11 +1025,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> @@ -1046,10 +1044,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> @@ -1060,11 +1058,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> @@ -1075,7 +1073,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. @@ -1085,6 +1082,7 @@ if the named directory has been scanned already. If so, it is assumed, that the states for all files have been populated by the previous run. </p> + <dl> <dt><i>names</i> (dict)</dt> @@ -1116,11 +1114,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> @@ -1151,10 +1149,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> @@ -1165,17 +1163,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> @@ -1186,11 +1184,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> @@ -1209,10 +1207,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> @@ -1228,11 +1226,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> @@ -1251,7 +1249,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. @@ -1262,6 +1259,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> @@ -1272,10 +1270,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> @@ -1291,11 +1289,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> @@ -1322,7 +1320,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> @@ -1330,6 +1327,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> @@ -1340,11 +1338,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> @@ -1376,10 +1374,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> @@ -1402,11 +1400,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> @@ -1442,7 +1440,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> @@ -1451,6 +1448,7 @@ because the respective command always works locally. Therefore we always return TRUE without doing anything. </p> + <dl> <dt><i>vcsDir</i> (str)</dt> @@ -1477,13 +1475,13 @@ <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> <p> This method ensures, that an ignore file exists. </p> + <dl> <dt><i>project</i> (Project)</dt> @@ -1494,11 +1492,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> @@ -1513,10 +1511,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> @@ -1527,10 +1525,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> @@ -1565,10 +1563,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> @@ -1584,11 +1582,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> @@ -1611,10 +1609,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> @@ -1649,10 +1647,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> @@ -1675,7 +1673,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. @@ -1683,6 +1680,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> @@ -1713,10 +1711,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> @@ -1739,10 +1737,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> @@ -1753,10 +1751,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> @@ -1780,11 +1778,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> @@ -1810,18 +1808,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> @@ -1832,10 +1830,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> @@ -1858,11 +1856,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> @@ -1873,11 +1871,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> @@ -1903,4 +1901,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>