1NONCVSLIST(1) User Contributed Perl Documentation NONCVSLIST(1)
2
3
4
6 noncvslist -- List all files in a checked out CVS module that are not
7 known by the CVS server.
8
10 When the current directory is a CVS module:
11
12 noncvslist
13
14 Checking checked out subdirectories:
15
16 noncvslist [<dir>...]
17
19 This script will list all files and directories in the module(s) that
20 are not listed in the CVS/Entries files. These may be files created
21 during builds, new un-added sources files etc. It is a useful houseā
22 keeping tool.
23
25 Assuming baseline/ has kdelibs/ and kdebase/ checked out within it:
26
27 cd baseline/kdelibs; noncvslist
28 cd baseline; noncvslist kdelibs kdebase
29
31 Sirtaj Singh Kang <taj@kde.org>
32
33
34
35perl v5.8.8 2006-01-19 NONCVSLIST(1)