src/eric7/Documentation/Source/index-eric7.Plugins.VcsPlugins.vcsPySvn.html

Fri, 27 Oct 2023 14:09:40 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 27 Oct 2023 14:09:40 +0200
branch
eric7
changeset 10259
b51dfacef37f
parent 9209
b99e7fd55fd3
child 10479
856476537696
permissions
-rw-r--r--

Regenerated the source documentation with the corrected module parser.

<!DOCTYPE html>
<html><head>
<title>eric7.Plugins.VcsPlugins.vcsPySvn</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>eric7.Plugins.VcsPlugins.vcsPySvn</h1>

<p>
Package implementing the vcs interface to Subversion.
</p>
<p>
It consists of the subversion class, the project helper classes and some
Subversion specific dialogs. This package is based upon the pysvn interface.
</p>

<h3>Packages</h3>
<table>

<tr>
<td><a href="index-eric7.Plugins.VcsPlugins.vcsPySvn.ConfigurationPage.html">ConfigurationPage</a></td>
<td>Package implementing the the subversion configuration page.</td>
</tr>
</table>

<h3>Modules</h3>
<table>

<tr>
<td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.Config.html">Config</a></td>
<td>Module defining configuration variables for the subversion package.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html">ProjectBrowserHelper</a></td>
<td>Module implementing the VCS project browser helper for subversion.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html">ProjectHelper</a></td>
<td>Module implementing the VCS project helper for Subversion.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnBlameDialog.html">SvnBlameDialog</a></td>
<td>Module implementing a dialog to show the output of the svn blame command.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnChangeListsDialog.html">SvnChangeListsDialog</a></td>
<td>Module implementing a dialog to browse the change lists.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html">SvnCommandDialog</a></td>
<td>Module implementing the Subversion command dialog.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html">SvnCommitDialog</a></td>
<td>Module implementing a dialog to enter the commit message.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnConst.html">SvnConst</a></td>
<td>Module implementing some constants for the pysvn package.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.html">SvnCopyDialog</a></td>
<td>Module implementing a dialog to enter the data for a copy operation.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html">SvnDialog</a></td>
<td>Module implementing a dialog to show the output of a pysvn action.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html">SvnDialogMixin</a></td>
<td>Module implementing a dialog mixin class providing common callback methods for the pysvn client.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html">SvnDiffDialog</a></td>
<td>Module implementing a dialog to show the output of the svn diff command process.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnDiffHighlighter.html">SvnDiffHighlighter</a></td>
<td>Module implementing a syntax highlighter for unified and context diff outputs.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog.html">SvnInfoDialog</a></td>
<td>Module implementing a dialog to show repository related information for a file/directory.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html">SvnLogBrowserDialog</a></td>
<td>Module implementing a dialog to browse the log history.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnLoginDialog.html">SvnLoginDialog</a></td>
<td>Module implementing the login dialog for pysvn.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.html">SvnMergeDialog</a></td>
<td>Module implementing a dialog to enter the data for a merge operation.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html">SvnNewProjectOptionsDialog</a></td>
<td>Module implementing the Subversion Options Dialog for a new project from the repository.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html">SvnOptionsDialog</a></td>
<td>Module implementing a dialog to enter options used to start a project in the VCS.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnPropDelDialog.html">SvnPropDelDialog</a></td>
<td>Module implementing a dialog to enter the data for a new property.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.html">SvnPropListDialog</a></td>
<td>Module implementing a dialog to show the output of the svn proplist command process.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnPropSetDialog.html">SvnPropSetDialog</a></td>
<td>Module implementing a dialog to enter the data for a new property.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnRelocateDialog.html">SvnRelocateDialog</a></td>
<td>Module implementing a dialog to enter the data to relocate the workspace.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html">SvnRepoBrowserDialog</a></td>
<td>Module implementing the subversion repository browser dialog.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnRevisionSelectionDialog.html">SvnRevisionSelectionDialog</a></td>
<td>Module implementing a dialog to enter the revisions for the svn diff command.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html">SvnStatusDialog</a></td>
<td>Module implementing a dialog to show the output of the svn status command process.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html">SvnStatusMonitorThread</a></td>
<td>Module implementing the VCS status monitor thread class for Subversion.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnSwitchDialog.html">SvnSwitchDialog</a></td>
<td>Module implementing a dialog to enter the data for a switch operation.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html">SvnTagBranchListDialog</a></td>
<td>Module implementing a dialog to show a list of tags or branches.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnTagDialog.html">SvnTagDialog</a></td>
<td>Module implementing a dialog to enter the data for a tagging operation.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html">SvnUrlSelectionDialog</a></td>
<td>Module implementing a dialog to enter the URLs for the svn diff command.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.html">SvnUtilities</a></td>
<td>Module implementing some common utility functions for the pysvn package.</td>
</tr>
<tr>
<td><a href="eric7.Plugins.VcsPlugins.vcsPySvn.subversion.html">subversion</a></td>
<td>Module implementing the version control systems interface to Subversion.</td>
</tr>
</table>
</body></html>

eric ide

mercurial