'\" t
.\" Title: \fBcvscheck\fR
.\" Author: [see the "Authors" section]
.\" Generator: DocBook XSL Stylesheets vsnapshot
.\" Date: 2003-03-08
.\" Manual: [FIXME: manual]
.\" Source: [FIXME: source]
.\" Language: English
.\"
.TH "\FBCVSCHECK\FR" "1" "2003\-03\-08" "[FIXME: source]" "[FIXME: manual]"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
cvscheck \- Offline status report for files in a checked\-out CVS module\&.
.SH "SYNOPSIS"
.HP \w'\fBcvscheck\fR\ 'u
\fBcvscheck\fR [\fIdir\fR]
.SH "DESCRIPTION"
.PP
\fBcvscheck\fR
prints information about the status of your local
CVS
checkout without communicating with the server\&. This means it is extremely fast and does not require a network connection\&.
.PP
The given directory and all of its subdirectories will be processed recursively\&. If no directory is given, the current directory and its recursed subdirectories will be used\&.
.PP
Each file with an interesting status will be printed with a status character in front of its name\&. The status characters are as follows\&.
.PP
? foobar\&.c
.RS 4
The file is not known to
CVS
.RE
.PP
M foobar\&.c
.RS 4
The file is definitely locally modified
.RE
.PP
m foobar\&.c
.RS 4
The file
\fImight\fR
have local changes\&. You should
\fBdiff\fR
with the server to make sure\&.
.RE
.PP
C foobar\&.c
.RS 4
The file has a
CVS
conflict and therefore cannot be committed\&.
.RE
.PP
U foobar\&.c
.RS 4
This file is in
CVS
but is missing in your local checkout\&.
.RE
.PP
T foobar\&.c
.RS 4
This file has an unusual sticky
CVS
tag\&.
.RE
.PP
A foobar\&.c
.RS 4
You have done a
\fB\fBcvs\fR\fR\fB \fR\fB\fBadd\fR\fR
for this file, but have not yet committed it\&.
.RE
.PP
R foobar\&.c
.RS 4
You have done a
\fB\fBcvs\fR\fR\fB \fR\fB\fBrm\fR\fR
for this file, but have not yet committed it\&.
.RE
.PP
This utility is part of the
KDE
Software Development Kit\&.
.SH "SEE ALSO"
.PP
cvs(1)
.SH "AUTHORS"
.PP
cvscheck was written by
Dirk Müller
and
Sirtaj Singh Kang
.PP
This manual page was prepared by
Ben Burton
for the Debian GNU/Linux system (but may be used by others)\&.