|
Navigation: Samples > Version Control > CVS.bld Sample |
![]() ![]()
|
The sample shows how to use the CVS action to integrate the CVS version control system into the build process. It shows several different commands being performed on a repository, including checkout, commit, diff, init, import, log, and rtag. The CVS repository is created at %TEMP%\VisBuildPro\CVS\repository.
This sample requires the CVS client app (cvs.exe) to be in the PATH environment variable. CVS can be downloaded from http://ccvs.cvshome.org/servlets/ProjectDownloadList, and a Windows binary of CVS 1.11.1 is also available from ftp://ftp.kinook.com/cvs1.11.1.zip.
Note: This sample project is located in the Version Control subfolder of the Samples path.