Package implementing the vcs interface to CVS
It consists of the cvs class, the project helper classes and some CVS specific dialogs.
| Config | Module defining configuration variables for the CVS package |
| CvsCommandDialog | Module implementing the CVS command dialog. |
| CvsCommitDialog | Module implementing a dialog to enter the commit message. |
| CvsDialog | Module implementing a dialog starting a process and showing its output. |
| CvsDiffDialog | Module implementing a dialog to show the output of the cvs diff command process. |
| CvsHistoryDialog | Module implementing a dialog to show the output of the cvs history command process. |
| CvsLogDialog | Module implementing a dialog to show the output of the cvs log command process. |
| CvsLoginDialog | Module implementing a dialog to enter the login data for CVS. |
| CvsLogoutDialog | Module implementing a dialog to enter the logout data for CVS. |
| CvsMergeDialog | Module implementing a dialog to enter the data for a merge operation. |
| CvsNewProjectOptionsDialog | Module implementing the CVS Options Dialog for a new project from the repository. |
| CvsOptionsDialog | Module implementing a dialog to enter options used to start a project in the VCS. |
| CvsStatusDialog | Module implementing a dialog to show the output of the cvs status command process. |
| CvsStatusMonitorThread | Module implementing the VCS status monitor thread class for CVS. |
| CvsSwitchDialog | Module implementing a dialog to enter the data for a switch operation. |
| CvsTagDialog | Module implementing a dialog to enter the data for a tagging operation. |
| ProjectBrowserHelper | Module implementing the VCS project browser helper for CVS. |
| ProjectHelper | Module implementing the VCS project helper for CVS. |
| cvs | Module implementing the version control systems interface to CVS. |