To export from CVS, resulting in a directory structure with no “CVS” subdirectories, use the cvs export command:
cvs export -r PROD_2005100501 webproject
PROD_2005100501 is the tag (a datespec following -D can also be used); webproject is the source tree to export.
Post a Comment