Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
CVSCHECK(1)			 [FIXME: manual]		     CVSCHECK(1)

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

SYNOPSIS
     cvscheck [dir]

DESCRIPTION
     cvscheck  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.

     The  given directory and all of its subdirectories will be processed recur-
     sively. If no directory is given, the current directory  and  its	recursed
     subdirectories will be used.

     Each  file with an interesting status will be printed with a status charac-
     ter in front of its name. The status characters are as follows.

     ? foobar.c
	 The file is not known to CVS

     M foobar.c
	 The file is definitely locally modified

     m foobar.c
	 The file might have local changes. You should diff with the  server  to
	 make sure.

     C foobar.c
	 The file has a CVS conflict and therefore cannot be committed.

     U foobar.c
	 This file is in CVS but is missing in your local checkout.

     T foobar.c
	 This file has an unusual sticky CVS tag.

     A foobar.c
	 You have done a cvs add for this file, but have not yet committed it.

     R foobar.c
	 You have done a cvs rm for this file, but have not yet committed it.

     This utility is part of the KDE Software Development Kit.

SEE ALSO
     cvs(1)

AUTHORS
     cvscheck  was  written by Dirk MA1/4ller <mueller@kde.org> and Sirtaj Singh
     Kang <taj@kde.org>

     This manual page was prepared by Ben Burton <bab@debian.org> for the Debian
     GNU/Linux system (but may be used by others).

[FIXME: source] 		   2003-03-08			     CVSCHECK(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=cvscheck&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help