RSYNC(1) RSYNC(1)
rsync - synchronize files with their latest RCS revisions
rsync [ -c cmd ] [ -v ] [ -R ] [ -r rcsdir ] directory ...
Rsync synchronize RCS working files with the top revisions in their
version files. The option -v causes more verbose output. If given
twice, each directory name is printed as it is encountered. The option
-rrcsdir specifies the name of RCS subdirectories. The default is "RCS".
The option -ccmd causes cmd to be used instead of the default co. The
option -R causes rsync to descend and synchronize the entire subtree
below each specified directory.
For each RCS file discovered, if the corresponding working file (in the
parent directory, with the RCS ,v suffix stripped) is either missing, or
is both older and smaller, then rsync checks out a top of trunk revision.
Subdirectories with names ending in ".skip" or named "old" are skipped.
While examining RCS files, rsync also emits warnings in the cases of
working files that are writable but not locked, of working files writable
by group or other, and of working files that are larger than the
corresponding RCS ,v file.
PPPPaaaaggggeeee 1111 [ Back ]
|