Name

co

Synopsis

co [options] files

Description

Retrieve a previously checked-in revision, and place it in the corresponding working file (or print to standard output if -p is specified). If you intend to edit the working file and check it in again, specify -l to lock the file. co accepts the standard options -q, -V, and -x.

Options

-d date

Retrieve latest revision whose checkin timestamp is on or before date.

-f[R]

Force the working file to be overwritten.

-I[R]

Interactive mode; prompt user even when standard input is not a terminal. (New in RCS Version 5.)

-j R2:R3

This works like rcsmerge. R2 and R3 specify two revisions whose changes are merged into a third file: either the corresponding working file or a third revision (any R specified by other co options).

-k c

Expand keyword symbols according to flag c. c can be:

b

Like o, but performs its operations in binary mode, generating the previous revision’s keywords and values in binary.

k

Expand symbols to keywords only (no values). This is useful for ignoring trivial differences during file comparison.

kv

Expand symbols to keyword and value (the default). Insert the locker’s name only during a ci -l or co -l.

kvl

Like kv, but always insert the locker’s name.

o

Expand symbols to keyword and value present in previous revision. This is useful for binary files that don’t allow substring changes.

v

Expand symbols to values only (no keywords). This prevents further keyword substitution and is not recommended.

-l[R]

Same as -r, but also ...

Get Linux in a Nutshell, Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.