Automated Build Studio Operations - Concurrent Versions System Category
The Concurrent Versions System category includes the following
operations, which are aimed to work with Concurrent Versions System
(CVS):
| Operations | Description | | CVS Add | Adds files to the CVS repository. | | CVS Checkout | Checks out files from the CVS repository to a working
folder. | | CVS Commit | Incorporates changes from your working files into the
CVS repository. | | CVS Export | Gets a copy of the source files from the CVS repository. | | CVS Import | Incorporates an entire source distribution from an
outside source into the CVS repository folder. | | CVS Init | Creates a new CVS repository on the current computer. | | CVS Login | Establishes a user session, so that further CVS operations do not need connection parameters. | | CVS Logout | Terminates the user session that was established with the last CVS Login operation. | | CVS Release | Safely undoes all uncommitted changes and leaves an
appropriate trace in the CVS History file. | | CVS Remove | Removes files from the CVS repository. | | CVS RTag | Assigns symbolic tags to definite file revisions in
the CVS repository. | | CVS Update | Settles your changes to the checked-out CVS files with
any revisions of these files since your last checkout
or update. | | Get Changes From CVS | Gets a list of modified, added and removed files from a CVS repository. | | Run CVS Command | Executes an arbitrary CVS command. | |
To execute any of the aforementioned operations successfully,
the client application of Concurrent Versions System, cvs.exe,
must be installed on your computer.