| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
These standard options are available with update
(see section Common command options, for a complete description of
them):
-D dateUse the most recent revision no later than date. This option is sticky, and implies `-P'. See Sticky tags, for more information on sticky tags/dates.
-fOnly useful with the `-D' or `-r' flags. If no matching revision is found, retrieve the most recent revision (instead of ignoring the file).
-k kflagProcess keywords according to kflag. See
Keyword substitution.
This option is sticky; future updates of
this file in this working directory will use the same
kflag. The status command can be viewed
to see the sticky options. See Quick reference to CVS commands, for
more information on the status command.
-lLocal; run only in current working directory. See section Recursive behavior.
-PPrune empty directories. See Moving and renaming directories.
-pPipe files to the standard output.
-RUpdate directories recursively (default). See section Recursive behavior.
-r tag[:date]Retrieve the revisions specified by tag or, when date is specified and tag is a branch tag, the version from the branch tag as it existed on date. This option is sticky, and implies `-P'. See Sticky tags, for more information on sticky tags/dates. Also see Common command options.
These special options are also available with
update.
-AReset any sticky tags, dates, or `-k' options. Does not reset sticky `-k' options on modified files. See Sticky tags, for more information on sticky tags/dates.
-COverwrite locally modified files with clean copies from the repository (the modified file is saved in `.#file.revision', however).
-dCreate any directories that exist in the repository if
they're missing from the working directory. Normally,
update acts only on directories and files that
were already enrolled in your working directory.
This is useful for updating directories that were created in the repository since the initial checkout; but it has an unfortunate side effect. If you deliberately avoided certain directories in the repository when you created your working directory (either through use of a module name or by listing explicitly the files and directories you wanted on the command line), then updating with `-d' will create those directories, which may not be what you want.
-I nameIgnore files whose names match name (in your working directory) during the update. You can specify `-I' more than once on the command line to specify several files to ignore. Use `-I !' to avoid ignoring any files at all. See section Ignoring files via cvsignore, for other ways to make CVS ignore some files.
-WspecSpecify file names that should be filtered during update. You can use this option repeatedly.
spec can be a file name pattern of the same type that you can specify in the `.cvswrappers' file. See section The cvswrappers file.
-jrevisionWith two `-j' options, merge changes from the revision specified with the first `-j' option to the revision specified with the second `j' option, into the working directory.
With one `-j' option, merge changes from the ancestor revision to the revision specified with the `-j' option, into the working directory. The ancestor revision is the common ancestor of the revision which the working directory is based on, and the revision specified in the `-j' option.
Note that using a single `-j tagname' option rather than `-j branchname' to merge changes from a branch will often not remove files which were removed on the branch. See section Merging can add or remove files, for more.
In addition, each `-j' option can contain an optional date specification which, when used with branches, can limit the chosen revision to one within a specific date. An optional date is specified by adding a colon (:) to the tag: `-jSymbolic_Tag:Date_Specifier'.
See section Branching and merging.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This document was generated on September, 14 2007 using texi2html 1.76.