rcsclean
SYNOPSIS
rcsclean [ rm options ]
DESCRIPTION
Rcsclean deletes any files in the current directory that can
be recreated by checking out the latest version of the revi-
sion tree. It is conservative in its approach, comparing
only unlocked files ending in ,v in the current and the
'./RCS' directories against the working versions.
Any of the rm options can be given as options to rcsclean.
In particular the -f option can be used to force the dele-
tion of all files without asking and the -i option for
interactive prompting before each deletion.
FILES
*,v RCS/*,v The files examined.
AUTHOR
Diomidis Spinellis (dds@cc.ic.ac.uk)
SEE ALSO
rcs(1), co (1), ci (1), rlog (1).
Walter F. Tichy, "Design, Implementation, and Evaluation of
a Revision Control System," in Proceedings of the 6th Inter-
national Conference on Software Engineering, IEEE, Tokyo,
Sept. 1982.
BUGS
Depends a lot on the format of the rlog output.
Man(1) output converted with
man2html