MPE/iX Shell and Utilities Reference Manual, Vol 2
rcsclean(1) MPE/iX Shell and Utilities rcsclean(1)
–O ignores any default options found in the configuration file.
–q[rev]
quiet mode; suppresses diagnostics. See –r for the handling of rev.
–r[rev]
specifies the revision that is compared to the working file. The chosen revision is the
latest one with a revision number is less than or equal to rev.Ifrev indicates a branch
rather than a revision, the latest revision on that branch is used. If rev is omitted, the
latest revision on the default branch is used (see the –b option for rcs(1)). rev is
composed of one or more numeric or symbolic names separated by a period (.). For
example, you have assigned the value 1.2 to the symbolic name changes.You
can now refer to revision 1.2.1.9 as changes.1.9. You can assign a numeric
value to a symbolic name using the –n option of either ci(1) or rcs(1).
–x Forces keyword expansion. This option takes precedence over the –K option.
–Yfile specifies file as the local configuration file.
EXAMPLES
The command
rcsclean *.c *.h
removes all working files ending in .c or .h that were not changed since their check-out.
DIAGNOSTICS
Possible exit status values are:
0 There were no differences during the last comparison, or the last working file did not
exist.
1 There were differences and the working file was not cleaned away.
2 An error occurred.
Messages
Message: Can’t open checked out file filename: system error
Cause: See syserror(3).
Action: See syserror(3).
Message: Can’t open filename: system error
Cause: See syserror(3).
Action: See syserror(3).
Commands and Utilities 1-467