diff -r 6a8cb7632448 -r 70924c0bdaf1 Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html --- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html Sun Oct 13 17:29:57 2013 +0200 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.subversion.html Sun Oct 13 17:44:48 2013 +0200 @@ -73,16 +73,16 @@ <td>Private method to format a url for subversion.</td> </tr><tr> <td><a href="#Subversion.__vcsAllRegisteredStates_wc">__vcsAllRegisteredStates_wc</a></td> -<td>Private method used to get the registered states of a number of files in the vcs.</td> +<td>Private method used to get the registered states of a number of files in the VCS.</td> </tr><tr> <td><a href="#Subversion.__vcsAllRegisteredStates_wcng">__vcsAllRegisteredStates_wcng</a></td> -<td>Private method used to get the registered states of a number of files in the vcs.</td> +<td>Private method used to get the registered states of a number of files in the VCS.</td> </tr><tr> <td><a href="#Subversion.__vcsCommit_Step2">__vcsCommit_Step2</a></td> <td>Private slot performing the second step of the commit action.</td> </tr><tr> <td><a href="#Subversion.__vcsRegisteredState_wc">__vcsRegisteredState_wc</a></td> -<td>Private method used to get the registered state of a file in the vcs.</td> +<td>Private method used to get the registered state of a file in the VCS.</td> </tr><tr> <td><a href="#Subversion.__vcsRegisteredState_wcng">__vcsRegisteredState_wcng</a></td> <td>Private method used to get the registered state of a file in the vcs.</td> @@ -169,7 +169,7 @@ <td>Public method to add a directory tree rooted at path to the Subversion repository.</td> </tr><tr> <td><a href="#Subversion.vcsAllRegisteredStates">vcsAllRegisteredStates</a></td> -<td>Public method used to get the registered states of a number of files in the vcs.</td> +<td>Public method used to get the registered states of a number of files in the VCS.</td> </tr><tr> <td><a href="#Subversion.vcsCheckout">vcsCheckout</a></td> <td>Public method used to check the project out of the Subversion repository.</td> @@ -280,7 +280,8 @@ <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. + Private method to get a file for a specific revision from the + repository. </p><dl> <dt><i>name</i></dt> <dd> @@ -313,14 +314,15 @@ <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. + Private method used to get the registered states of a number of files + in the VCS. </p><p> - This is the variant for subversion installations using the old working copy - meta-data format. + This is the variant for subversion installations using the old working + copy meta-data format. </p><p> - <b>Note:</b> If a shortcut is to be taken, the code will only check, 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. + <b>Note:</b> If a shortcut is to be taken, the code will only check, + 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></dt> <dd> @@ -342,14 +344,15 @@ <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. + Private method used to get the registered states of a number of files + in the VCS. </p><p> - This is the variant for subversion installations using the new working copy - meta-data format. + This is the variant for subversion installations using the new working + copy meta-data format. </p><p> - <b>Note:</b> If a shortcut is to be taken, the code will only check, 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. + <b>Note:</b> If a shortcut is to be taken, the code will only check, + 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></dt> <dd> @@ -376,10 +379,10 @@ <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. + Private method used to get the registered state of a file in the VCS. </p><p> - This is the variant for subversion installations using the old working copy - meta-data format. + This is the variant for subversion installations using the old working + copy meta-data format. </p><dl> <dt><i>name</i></dt> <dd> @@ -396,8 +399,8 @@ <p> Private method used to get the registered state of a file in the vcs. </p><p> - This is the variant for subversion installations using the new working copy - meta-data format. + This is the variant for subversion installations using the new + working copy meta-data format. </p><dl> <dt><i>name</i></dt> <dd> @@ -412,11 +415,13 @@ <h4>Subversion._createStatusMonitorThread</h4> <b>_createStatusMonitorThread</b>(<i>interval, project</i>) <p> - Protected method to create an instance of the VCS status monitor thread. + Protected method to create an instance of the VCS status monitor + thread. </p><dl> <dt><i>interval</i></dt> <dd> -check interval for the monitor thread in seconds (integer) +check interval for the monitor thread in seconds + (integer) </dd><dt><i>project</i></dt> <dd> reference to the project object @@ -503,8 +508,9 @@ Subversion repository. </p><p> If name is a directory and is the project directory, all project files - are saved first. If name is a file (or list of files), which is/are being edited - and has unsaved modification, they can be saved or the operation may be aborted. + are saved first. If name is a file (or list of files), which is/are + being edited and has unsaved modification, they can be saved or the + operation may be aborted. </p><p> This method gives the chance to enter the revisions to be compared. </p><dl> @@ -526,7 +532,8 @@ <h4>Subversion.svnGetReposName</h4> <b>svnGetReposName</b>(<i>path</i>) <p> - Public method used to retrieve the URL of the subversion repository path. + Public method used to retrieve the URL of the subversion repository + path. </p><dl> <dt><i>path</i></dt> <dd> @@ -572,13 +579,15 @@ </p><dl> <dt><i>name</i></dt> <dd> -file/directory name to be locked (string or list of strings) +file/directory name to be locked (string or list of + strings) </dd><dt><i>stealIt</i></dt> <dd> flag indicating a forced operation (boolean) </dd><dt><i>parent</i></dt> <dd> -reference to the parent object of the subversion dialog (QWidget) +reference to the parent object of the subversion dialog + (QWidget) </dd> </dl><a NAME="Subversion.svnLogBrowser" ID="Subversion.svnLogBrowser"></a> <h4>Subversion.svnLogBrowser</h4> @@ -705,13 +714,15 @@ </p><dl> <dt><i>name</i></dt> <dd> -file/directory name to be unlocked (string or list of strings) +file/directory name to be unlocked (string or list of + strings) </dd><dt><i>breakIt</i></dt> <dd> flag indicating a forced operation (boolean) </dd><dt><i>parent</i></dt> <dd> -reference to the parent object of the subversion dialog (QWidget) +reference to the parent object of the subversion dialog + (QWidget) </dd> </dl><a NAME="Subversion.svnUrlDiff" ID="Subversion.svnUrlDiff"></a> <h4>Subversion.svnUrlDiff</h4> @@ -721,8 +732,9 @@ repository URLs. </p><p> If name is a directory and is the project directory, all project files - are saved first. If name is a file (or list of files), which is/are being edited - and has unsaved modification, they can be saved or the operation may be aborted. + are saved first. If name is a file (or list of files), which is/are + being edited and has unsaved modification, they can be saved or the + operation may be aborted. </p><p> This method gives the chance to enter the revisions to be compared. </p><dl> @@ -734,7 +746,8 @@ <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. + Public method used to add a file/directory to the Subversion + repository. </p><dl> <dt><i>name</i></dt> <dd> @@ -764,21 +777,24 @@ <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. + Public method to add a directory tree rooted at path to the Subversion + repository. </p><dl> <dt><i>path</i></dt> <dd> -root directory of the tree to be added (string or list of strings)) +root directory of the tree to be added (string or list of + strings)) </dd> </dl><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. + Public method used to get the registered states of a number of files + in the VCS. </p><p> - <b>Note:</b> If a shortcut is to be taken, the code will only check, 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. + <b>Note:</b> If a shortcut is to be taken, the code will only check, + 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></dt> <dd> @@ -800,7 +816,8 @@ <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. + Public method used to check the project out of the Subversion + repository. </p><dl> <dt><i>vcsDataDict</i></dt> <dd> @@ -841,12 +858,13 @@ <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. + Public method used to make the change of a file/directory permanent + in the Subversion repository. </p><dl> <dt><i>name</i></dt> <dd> -file/directory name to be committed (string or list of strings) +file/directory name to be committed (string or list of + strings) </dd><dt><i>message</i></dt> <dd> message for this operation (string) @@ -858,7 +876,8 @@ <h4>Subversion.vcsConvertProject</h4> <b>vcsConvertProject</b>(<i>vcsDataDict, project</i>) <p> - Public method to convert an uncontrolled project to a version controlled project. + Public method to convert an uncontrolled project to a version + controlled project. </p><dl> <dt><i>vcsDataDict</i></dt> <dd> @@ -875,8 +894,9 @@ Subversion repository. </p><p> If name is a directory and is the project directory, all project files - are saved first. If name is a file (or list of files), which is/are being edited - and has unsaved modification, they can be saved or the operation may be aborted. + are saved first. If name is a file (or list of files), which is/are + being edited and has unsaved modification, they can be saved or the + operation may be aborted. </p><dl> <dt><i>name</i></dt> <dd> @@ -890,13 +910,15 @@ </p><dl> <dt>Returns:</dt> <dd> -flag indicating the existance (boolean) and an error message (string) +flag indicating the existance (boolean) and an error message + (string) </dd> </dl><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. + Public method used to export a directory from the Subversion + repository. </p><dl> <dt><i>vcsDataDict</i></dt> <dd> @@ -914,7 +936,8 @@ <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. + Public method to instanciate a helper object for the different + project browsers. </p><dl> <dt><i>browser</i></dt> <dd> @@ -924,8 +947,8 @@ reference to the project object </dd><dt><i>isTranslationsBrowser</i></dt> <dd> -flag indicating, the helper is requested for the - translations browser (this needs some special treatment) +flag indicating, the helper is requested + for the translations browser (this needs some special treatment) </dd> </dl><dl> <dt>Returns:</dt> @@ -951,7 +974,8 @@ <h4>Subversion.vcsImport</h4> <b>vcsImport</b>(<i>vcsDataDict, projectDir, noDialog=False</i>) <p> - Public method used to import the project into the Subversion repository. + Public method used to import the project into the Subversion + repository. </p><dl> <dt><i>vcsDataDict</i></dt> <dd> @@ -1119,16 +1143,19 @@ <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. + Public method used to remove a file/directory from the Subversion + repository. </p><p> The default operation is to remove the local copy as well. </p><dl> <dt><i>name</i></dt> <dd> -file/directory name to be removed (string or list of strings)) +file/directory name to be removed (string or list of + strings)) </dd><dt><i>project</i></dt> <dd> -flag indicating deletion of a project tree (boolean) (not needed) +flag indicating deletion of a project tree (boolean) + (not needed) </dd><dt><i>noDialog</i></dt> <dd> flag indicating quiet operations @@ -1210,11 +1237,13 @@ <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. + Public method used to update a file/directory with the Subversion + repository. </p><dl> <dt><i>name</i></dt> <dd> -file/directory name to be updated (string or list of strings) +file/directory name to be updated (string or list of + strings) </dd><dt><i>noDialog</i></dt> <dd> flag indicating quiet operations (boolean)