1PRUNEEMPTYDIRS(1) [FIXME: manual] PRUNEEMPTYDIRS(1)
2
3
4
6 pruneemptydirs - Detects stale source directories in a CVS tree
7
9 pruneemptydirs [-f]
10
12 pruneemptydirs is used to clean up a local CVS tree. It detects
13 directories containing remnants of old stuff which has been removed
14 from the CVS. Such stale directories often break compilation. The
15 current directory and all directories beneath it will be examined.
16
17 Note that this tool does not remove anything; it simply prints what to
18 do as a series of remove commands. You can copy and paste these
19 commands, or use them with eval in a script.
20
21 This tool works better if the source directory is not the same as the
22 build directory, since it will not print directories containing old
23 executables.
24
25 This utility is part of the KDE Software Development Kit.
26
28 -f
29 Actually perform the deletions instead of just printing them out.
30 Use this option with care.
31
33 pruneemptydirs was written by David Faure <faure@kde.org>
34
35 This manual page was prepared by Ben Burton<bab@debian.org>
36
38 Ben Burton <bab@debian.org>
39 Author.
40
41
42
43[FIXME: source] 2003-04-08 PRUNEEMPTYDIRS(1)