Up: [[cvs: export--Export sources from CVS, similar to checkout#export—Export sources from CVS, similar to checkout|export]]   |[[cvs: Index#SEC_Contents|Contents]]||[[cvs: Index#Index|Index]]|

----
==== export options ==== These standard options are supported by export (see [[cvs: Common command options#Common command options|Common options]], for a complete description of them): ;-D date : Use the most recent revision no later than date. ;-f : If no matching revision is found, retrieve the most recent revision (instead of ignoring the file). ;-l : Local; run only in current working directory. ;-n : Do not run any checkout program. ;-R : Export directories recursively. This is on by default. ;-r tag : Use revision tag. In addition, these options (that are common to checkout and export) are also supported: ;-d dir : Create a directory called dir for the working files, instead of using the module name. See [[cvs: checkout options#checkout options|checkout options]], for complete details on how CVS handles this flag. ;-k subst : Set keyword expansion mode (see [[cvs: Substitution modes#Substitution modes|Substitution modes]]). ;-N : Only useful together with ‘-d dir’. See [[cvs: checkout options#checkout options|checkout options]], for complete details on how CVS handles this flag. This document was generated on a sunny day using [http://www.nongnu.org/texi2html/ texi2html].