Search code examples
command-linecvsvcs-checkout

CVS checkout from Windows command line Windows


Is there a way to check out from CVS using Windows command line (cmd) given the branch, package, and destination dir?


Solution

  • cvs -q -d <CVSROOT> co -r <BRANCH> -d <DESTINATION> <PACKAGE>