bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cvs-1.12.9: bad output from cvs status -l


From: Morris, Kathleen
Subject: cvs-1.12.9: bad output from cvs status -l
Date: Mon, 3 Jan 2005 10:28:54 -0800

BUG REPORT

 

ENVIRONMENT:

cvs-1.12.9.tar.gz installed & running on Solaris 8


STEPS:

% cd /mycvsdir

% cvs status -l *

======================================================

<snipped other files>

File: zip_logs.ksh      Status: Up-to-date

 

   Working revision:    1.1     Thu Sep 23 21:56:50 2004

   Repository revision: 1.1     /ops/cvsroot/dir1/archive/zip_logs.ksh,v

   Sticky Tag:          (none)

   Sticky Date:         (none)

   Sticky Options:      (none)

======================================================

% cvs status zip_logs.ksh

   Working revision:    1.2     Mon Jan  3 17:52:26 2005

   Repository revision: 1.2     /ops/cvsroot/dir1/zip_logs.ksh,v

   Sticky Tag:          (none)

   Sticky Date:         (none)

   Sticky Options:      (none)

======================================================

 

EXPECTED:

The zip_logs.ksh is version 1.2 in the repository.

cvs status zip_logs.ksh shows the proper output.

cvs status -l * to show that zip_logs.ksh file is version 1.2.

 

RESULT:

cvs status -l * shows that zip_logs.ksh file is version 1.1 and Status:
Up-to-date

Many other files in this directory (but not all) are also inaccurately
reported by cvs status -l *.

 

Additionally, if I rm zip_logs.ksh, cvs status -l * shows the same
output as above, but it should show "Status: Needs Checkout".


reply via email to

[Prev in Thread] Current Thread [Next in Thread]