noncvslist(1) - Linux man page
Name
noncvslist -- List all files in a checked out CVS module that are not known by the CVS server.
Synopsis
When the current directory is a CVS module:
noncvslistChecking checked out subdirectories:
noncvslist [<dir>...]
Description
This script will list all files and directories in the module(s) that are not listed in the CVS/Entries files. These may be files created during builds, new un-added sources files etc. It is a useful housekeeping tool.
Examples
Assuming baseline/ has kdelibs/ and kdebase/ checked out within it:
cd baseline/kdelibs; noncvslist cd baseline; noncvslist kdelibs kdebase
Author
Sirtaj Singh Kang <taj@kde.org>