Visual Studio Code extension for CVS supportThis is the Visual Studio Code extension to use CVS. This extension is in very early stage of development. Use on your own risk Setting upAfter installing the extension, add the
Extension Settings
FeaturesCodeCVS: commit ...The command allows you to commit local changes to the repository. Modify any commited to the repository file, then call Click button CodeCVS: add ...The command allows you to add locally added files to the repository. Create file in your local repository, then call If you want to add file as binary, add the
CodeCVS: remove ...The command allows you to remove locally removed files from repository. Delete file from your local repository, then call Select only the files that you deleted. CodeCVS: addThe command allows you to add locally added directory to the repository. CodeCVS: compareThe command allows you to compare file with clean copy of it from repository. CodeCVS: changesThe command allows you to see local changes compared to the repository. CodeCVS: checkoutThe command allows you to checkout module from repository. CodeCVS: updateThe command allows you to update local files/directories from the repository. Output
Requirements |