| noncvslist -- List all files in a checked out CVS module that are not known by the CVS server. |
noncvslist -- List all files in a checked out CVS module that are not known by the CVS server.
When the current directory is a CVS module:
noncvslist
Checking checked out subdirectories:
noncvslist [<dir>...]
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.
Assuming baseline/ has kdelibs/ and kdebase/ checked out within it:
cd baseline/kdelibs; noncvslist
cd baseline; noncvslist kdelibs kdebase
Sirtaj Singh Kang <taj@kde.org>
| noncvslist -- List all files in a checked out CVS module that are not known by the CVS server. |