1CVSCHECK(1) [FIXME: manual] CVSCHECK(1)
2
3
4
6 cvscheck - Offline status report for files in a checked-out CVS module.
7
9 cvscheck [dir]
10
12 cvscheck prints information about the status of your local CVS checkout
13 without communicating with the server. This means it is extremely fast
14 and does not require a network connection.
15
16 The given directory and all of its subdirectories will be processed
17 recursively. If no directory is given, the current directory and its
18 recursed subdirectories will be used.
19
20 Each file with an interesting status will be printed with a status
21 character in front of its name. The status characters are as follows.
22
23 ? foobar.c
24 The file is not known to CVS
25
26 M foobar.c
27 The file is definitely locally modified
28
29 m foobar.c
30 The file might have local changes. You should diff with the server
31 to make sure.
32
33 C foobar.c
34 The file has a CVS conflict and therefore cannot be committed.
35
36 U foobar.c
37 This file is in CVS but is missing in your local checkout.
38
39 T foobar.c
40 This file has an unusual sticky CVS tag.
41
42 A foobar.c
43 You have done a cvs add for this file, but have not yet committed
44 it.
45
46 R foobar.c
47 You have done a cvs rm for this file, but have not yet committed
48 it.
49
50 This utility is part of the KDE Software Development Kit.
51
53 cvs(1)
54
56 cvscheck was written by Dirk Müller <mueller@kde.org> and Sirtaj Singh
57 Kang <taj@kde.org>
58
59 This manual page was prepared by Ben Burton <bab@debian.org> for the
60 Debian GNU/Linux system (but may be used by others).
61
62
63
64[FIXME: source] March 8, 2003 CVSCHECK(1)