info-cvs
[Top][All Lists]
Advanced

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

RE: how can I see what changes a cvs update would merge


From: Jim.Hyslop
Subject: RE: how can I see what changes a cvs update would merge
Date: Fri, 28 Nov 2003 09:28:25 -0500

Urs Thuermann [mailto:address@hidden wrote:
> How can I see the changes that a call to cvs update would do to the
> working copy of my files, without actually applying the changes?

cvs di -rHEAD

Note that this will work whether you are working on a branch or on the trunk
- diff (and *only* diff) interprets HEAD to mean the head revision of
whatever branch or trunk you are working on (all other commands interpret
HEAD to mean 'the head revision on the trunk').

-- 
Jim Hyslop
Senior Software Designer
Leitch Technology International Inc. (http://www.leitch.com)
Columnist, C/C++ Users Journal (http://www.cuj.com/experts)





reply via email to

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