| RCSMERGE(1) | General Commands Manual | RCSMERGE(1) |
rcsmerge — merge
RCS revisions
rcsmerge |
[-EV]
[-kmode]
[-p[rev]]
[-q[rev]]
[-xsuffixes]
[-ztz]
-rrev file
... |
The rcsmerge program merges changes
between two revisions of an RCS file into the corresponding working
file.
rcsmerge also supports keyword
substitution – see the rcs(1)
man page for more information.
The following options are supported:
-E-kmode-p[rev]-q[rev]-rrev-V-xsuffixes-ztzRCSINITThe rcsmerge utility exits with one of the
following values:
Merge differences between revision 1.4 and 1.8 of foo.c and print the result to standard output:
$ rcsmerge -p -r1.4 -r1.8
foo.cUndo changes between revision 2.4 and 2.8 of foo.c, overwriting the working copy:
$ rcsmerge -r2.8 -r2.4
foo.cci(1), co(1), ident(1), merge(1), rcs(1), rcsclean(1), rcsdiff(1), rlog(1)
The flags [-AeT] have no effect and are
provided for compatibility only.
| September 3, 2010 | openbsd |