info-cvs
[Top][All Lists]
Advanced

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

(no subject)


From: Cameron, Steve
Subject: (no subject)
Date: Mon, 23 Jul 2001 15:24:58 -0500

Annette Waters wrote:
> I would like to know what cvs command will tell me what files are
different
> between my branch and the current head.

Ilya Martynov responded:
[...]
> cvs rdiff -r BRANCH -r HEAD MODULE

Using "-s"...
cvs rdiff -s -r BRANCH -r HEAD MODULE

will give a closer approximation 
to a list of files that changed, 
instead of the actual diffs,
as I think that's what was wanted.

Also, be aware using HEAD with "cvs diff" 
(as opposed to "cvs rdiff") will take HEAD
to mean the tip of the current branch rather
than the tip of the trunk.

-- steve





reply via email to

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