Documentation/Source/index-eric6.Plugins.VcsPlugins.vcsSubversion.html

Tue, 24 Oct 2017 19:09:09 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 24 Oct 2017 19:09:09 +0200
changeset 5928
a3809f75ca07
parent 5452
9f89364d9ffd
permissions
-rw-r--r--

Changed the logic of the two web browsers in order to put new downloads at the top of the list of downloads and add the download date and time to the shown info.

<!DOCTYPE html>
<html><head>
<title>eric6.Plugins.VcsPlugins.vcsSubversion</title>
<meta charset="UTF-8">
<style>
body {
    background: #EDECE6;
    margin: 0em 1em 10em 1em;
    color: black;
}

h1 { color: white; background: #85774A; }
h2 { color: white; background: #85774A; }
h3 { color: white; background: #9D936E; }
h4 { color: white; background: #9D936E; }
    
a { color: #BA6D36; }

</style>
</head>
<body>
<h1>eric6.Plugins.VcsPlugins.vcsSubversion</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.
</p>

<h3>Packages</h3>
<table>
<tr>
<td><a href="index-eric6.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage.html">ConfigurationPage</a></td>
<td>Package implementing the the subversion configuration page.</td>
</tr>
</table>

<h3>Modules</h3>
<table>
<tr>
<td><a href="eric6.Plugins.VcsPlugins.vcsSubversion.Config.html">Config</a></td>
<td>Module defining configuration variables for the subversion package.</td>
</tr><tr>
<td><a href="eric6.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html">ProjectBrowserHelper</a></td>
<td>Module implementing the VCS project browser helper for subversion.</td>
</tr><tr>
<td><a href="eric6.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html">ProjectHelper</a></td>
<td>Module implementing the VCS project helper for Subversion.</td>
</tr><tr>
<td><a href="eric6.Plugins.VcsPlugins.vcsSubversion.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="eric6.Plugins.VcsPlugins.vcsSubversion.SvnChangeListsDialog.html">SvnChangeListsDialog</a></td>
<td>Module implementing a dialog to browse the change lists.</td>
</tr><tr>
<td><a href="eric6.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html">SvnCommandDialog</a></td>
<td>Module implementing the Subversion command dialog.</td>
</tr><tr>
<td><a href="eric6.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html">SvnCommitDialog</a></td>
<td>Module implementing a dialog to enter the commit message.</td>
</tr><tr>
<td><a href="eric6.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.html">SvnCopyDialog</a></td>
<td>Module implementing a dialog to enter the data for a copy operation.</td>
</tr><tr>
<td><a href="eric6.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html">SvnDialog</a></td>
<td>Module implementing a dialog starting a process and showing its output.</td>
</tr><tr>
<td><a href="eric6.Plugins.VcsPlugins.vcsSubversion.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="eric6.Plugins.VcsPlugins.vcsSubversion.SvnDiffHighlighter.html">SvnDiffHighlighter</a></td>
<td>Module implementing a syntax highlighter for unified and context diff outputs.</td>
</tr><tr>
<td><a href="eric6.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html">SvnLogBrowserDialog</a></td>
<td>Module implementing a dialog to browse the log history.</td>
</tr><tr>
<td><a href="eric6.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.html">SvnMergeDialog</a></td>
<td>Module implementing a dialog to enter the data for a merge operation.</td>
</tr><tr>
<td><a href="eric6.Plugins.VcsPlugins.vcsSubversion.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="eric6.Plugins.VcsPlugins.vcsSubversion.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="eric6.Plugins.VcsPlugins.vcsSubversion.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="eric6.Plugins.VcsPlugins.vcsSubversion.SvnPropSetDialog.html">SvnPropSetDialog</a></td>
<td>Module implementing a dialog to enter the data for a new property.</td>
</tr><tr>
<td><a href="eric6.Plugins.VcsPlugins.vcsSubversion.SvnRelocateDialog.html">SvnRelocateDialog</a></td>
<td>Module implementing a dialog to enter the data to relocate the workspace.</td>
</tr><tr>
<td><a href="eric6.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html">SvnRepoBrowserDialog</a></td>
<td>Module implementing the subversion repository browser dialog.</td>
</tr><tr>
<td><a href="eric6.Plugins.VcsPlugins.vcsSubversion.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="eric6.Plugins.VcsPlugins.vcsSubversion.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="eric6.Plugins.VcsPlugins.vcsSubversion.SvnStatusMonitorThread.html">SvnStatusMonitorThread</a></td>
<td>Module implementing the VCS status monitor thread class for Subversion.</td>
</tr><tr>
<td><a href="eric6.Plugins.VcsPlugins.vcsSubversion.SvnSwitchDialog.html">SvnSwitchDialog</a></td>
<td>Module implementing a dialog to enter the data for a switch operation.</td>
</tr><tr>
<td><a href="eric6.Plugins.VcsPlugins.vcsSubversion.SvnTagBranchListDialog.html">SvnTagBranchListDialog</a></td>
<td>Module implementing a dialog to show a list of tags or branches.</td>
</tr><tr>
<td><a href="eric6.Plugins.VcsPlugins.vcsSubversion.SvnTagDialog.html">SvnTagDialog</a></td>
<td>Module implementing a dialog to enter the data for a tagging operation.</td>
</tr><tr>
<td><a href="eric6.Plugins.VcsPlugins.vcsSubversion.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="eric6.Plugins.VcsPlugins.vcsSubversion.SvnUtilities.html">SvnUtilities</a></td>
<td>Module implementing some common utility functions for the subversion package.</td>
</tr><tr>
<td><a href="eric6.Plugins.VcsPlugins.vcsSubversion.subversion.html">subversion</a></td>
<td>Module implementing the version control systems interface to Subversion.</td>
</tr>
</table>
</body></html>

eric ide

mercurial