Home ⌂Doc Index ◂Up ▴

eric6.Plugins.VcsPlugins.vcsPySvn

Package implementing the vcs interface to Subversion.

It consists of the subversion class, the project helper classes and some Subversion specific dialogs. This package is based upon the pysvn interface.

Packages

ConfigurationPage Package implementing the the subversion configuration page.

Modules

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


Home ⌂Doc Index ◂Up ▴