bug-cvs
[Top][All Lists]
Advanced

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

Maybe a bug in commit


From: Rodolfo Schulz de Lima
Subject: Maybe a bug in commit
Date: Sat, 18 Oct 2003 20:28:52 -0300

> Well, since you've mentioned that, I've a doubt, but I don't know if it's
a
> bug or not. When you try to commit a file whose only thing that's changed
is
> its timestamp, cvs doesn't do anything (even an error message isn't
> displayed), and the file remains marked as changed, i.e., CVS/Entries
isn't
> updated to the timestamp of the file in repository. You need to do a cvs
> update -A <filename> to make the change. Is this the correct behavior,
> albeit a strange one? 

Well, all can be resumed to:

touch test.c
ls --full-time test.c
cvs add test.c
cvs commit -mTest test.c
sleep 5s
touch test.c
cvs commit -mTest test.c
ls --full-time test.c

According to what I'd expect, the last commit should change the timestamp of
test.c to match the timestamp of the head test.c in repository. I made a
little confusion in my last mail, CVS/Entries shouldn't be changed. 

The problem with the timestamps is more obvious when you use programs like
WinCVS, which shows graphically what the changed files are. It compares the
timestamp in CVS/Entries and the file's timestamp to see if the file has
changed. So, after committing a file with no changes inside, just a
timestamp change, it remains marked as changed.

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 1/9/2003
 





reply via email to

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