Urs Thuermann [mailto:[EMAIL PROTECTED] 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)



_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to