Package implementing the vcs interface to Subversion
It consists of the subversion class and some Subversion specific dialogs.
CommandDialog | Module implementing the Subversion command dialog. |
CommandForm | |
CommitDialog | Module implementing a dialog to enter the commit message. |
CommitForm | |
Config | Module defining configuration variables for the subversion package |
CopyDialog | Module implementing a dialog to enter the data for a copy operation. |
CopyForm | |
DiffDialog | Module implementing a dialog to show the output of the svn diff command process. |
LogDialog | Module implementing a dialog to show the output of the svn log command process. |
LogForm | |
MergeDialog | Module implementing a dialog to enter the data for a merge operation. |
MergeForm | |
NewProjectDialog | Module implementing the Subversion Options Dialog for a new project from the repository. |
NewProjectForm | |
OptionsDialog | Module implementing a dialog to enter options used to start a project in the VCS. |
OptionsForm | |
PropListDialog | Module implementing a dialog to show the output of the svn proplist command process. |
PropListForm | |
PropSetDialog | Module implementing a dialog to enter the data for a new property. |
PropSetForm | |
StatusDialog | Module implementing a dialog to show the output of the svn status command process. |
StatusForm | |
SvnDialog | Module implementing a dialog starting a process and showing its output. |
SvnForm | |
SwitchDialog | Module implementing a dialog to enter the data for a switch operation. |
SwitchForm | |
TagBranchListDialog | Module implementing a dialog to show a list of tags or branches. |
TagBranchListForm | |
TagDialog | Module implementing a dialog to enter the data for a tagging operation. |
TagForm | |
subversion | Module implementing the version control systems interface to Subversion. |