CVS for Visual Studio Code by ConectoThe extension provides CVS (Concurrent Versions System) support to VS Code. CVS is an older Source Control Management (SCM) system. The extension integrates CVS into VS Code's SCM interface for a familar user experience such as git. FeaturesThe extenstioin will automatically activate when it detects source code managed by CVS. It provides the following features:
Source Control StatesThe following describes the possible states for a source control resource:
Staged ChangesChanges to be included in a commit must be staged. However, unlike git, additonal changes made to a staged item will not display under Repository ChangesTo check for remote changes use the ConflictsChanges that require user intervention to solve merge conflicts are listed in Branch and RevisionThe Branch (Sticky Tag) and Revision are displayed for the file opened in the active editor. Quick DiffBoth the regular diff (when the user clicks on the changed resource in the source control view) and the Quick Diff (available in the left margin of the text editor) are provided by the extension. Pre-requisitesCVS client software is installed. Supported CVS VersionThe extension was developed using version 1.12.13-MirDebian-28 (client/server) of CVS. Older versions may not be compatible with the extension. Extension SettingsKnown Issues
|