]> cvsroot Enter the cvsroot spec. Leave empty to use the CVSROOT environment variable if set. cvs cvs module Enter the cvs module name. cvs filespec Enter the filespec which may contain trailing wildcards, like "a/b/..." to extract an entire directory tree. Enter CVS working directory Used to set the CVS working directory. VCP::Source::cvs will cd to this directory before calling cvs, and won't initialize a CVS workspace of it's own (normally, VCP::Source::cvs does a "cvs checkout" in a temporary directory). Force binary checkout Pass the -kb option to cvs, to force a binary checkout. This is useful when you want a text file to be checked out with Unix linends, or if you know that some files in the repository are not flagged as binary files and should be. Use cvs (rather than reading local repositories directly) Use cvs rather than a direct read of local repositories. This is slower, but the option is present in case there are repositories vcp has trouble reading directly. cvs log revision specification Passed to "cvs log" as a "-r" revision specification. This corresponds to the "-r" option for the rlog command, not either of the "-r" options for the cvs command. See rlog(1) man page for the format. cvs log date specification Passed to 'cvs log' as a "-d" date specification. See rlog(1) man page for the format.