info-cvs
[Top][All Lists]
Advanced

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

Re: diff after update


From: Larry Jones
Subject: Re: diff after update
Date: Thu, 20 Dec 2001 14:43:43 -0500 (EST)

David Hugh-Jones writes:
> 
> How do I find out what the cvs update has changed, between my old uncommitted 
> version, and the new version created by the update?

The update will have saved your old uncommitted version as
.#<filename>.<revision> (i.e., if your file was named foo.x
and was at revision 1.1, it will be saved as .#foo.x.1.1),
so you can diff it against the new version if you want.  You
can also use "cvs diff" to compare the version you had checked
out with the version you updated to.

-Larry Jones

That gives me a FABULOUS idea. -- Calvin



reply via email to

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