1CVSCHECK(1)                                                        CVSCHECK(1)
2
3
4

NAME

6       cvscheck - Offline status report for files in a checked-out CVS module.
7

SYNOPSIS

9       cvscheck [dir]
10
11

DESCRIPTION

13       cvscheck prints information about the status of your local CVS checkout
14       without communicating with the server. This means it is extremely  fast
15       and does not require a network connection.
16
17
18       The given directory and all of its subdirectories will be processed re‐
19       cursively. If no directory is given, the current directory and its  re‐
20       cursed subdirectories will be used.
21
22
23       Each  file  with  an  interesting  status will be printed with a status
24       character in front of its name. The status characters are as follows.
25
26
27       ? foobar.c
28              The file is not known to CVS
29
30
31       M foobar.c
32              The file is definitely locally modified
33
34
35       m foobar.c
36              The file might have local changes.  You  should  diff  with  the
37              server to make sure.
38
39
40       C foobar.c
41              The file has a CVS conflict and therefore cannot be committed.
42
43
44       U foobar.c
45              This file is in CVS but is missing in your local checkout.
46
47
48       T foobar.c
49              This file has an unusual sticky CVS tag.
50
51
52       A foobar.c
53              You  have done a cvs add for this file, but have not yet commit‐
54              ted it.
55
56
57       R foobar.c
58              You have done a cvs rm for this file, but have not yet committed
59              it.
60
61
62       This utility is part of the KDE Software Development Kit.
63
64

SEE ALSO

66       cvs(1)
67
68

AUTHORS

70       cvscheck  was  written  by  Dirk  Müller   <mueller@kde.org>  and  Sir‐
71       taj.Singh.Kang; <taj@kde.org>
72
73
74       This manual page was prepared by Ben Burton  <bab@debian.org>  for  the
75       Debian GNU/Linux system (but may be used by others).
76
77
78
79
80                                 March 8, 2003                     CVSCHECK(1)
Impressum