info-cvs
[Top][All Lists]
Advanced

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

Re: Can I get CVS to tell me what I haven't merged yet?


From: Greg Philpott
Subject: Re: Can I get CVS to tell me what I haven't merged yet?
Date: Wed, 09 Aug 2006 16:47:50 +0100
User-agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)



Chris wrote:
What I really want is to know is any file where the _base_ of the branch is
not the same as the _tip_ of the branch.  Say I branched PROJ_1234 when
foo.c was 1.18 and bar.c was 1.12 then edited foo.c to make 1.18.4.1.
I want a CVS command that'll list foo.c but not bar.c.
If you tagged the root of your branch PROJ_1234-root, then you can get what you want with this command:

cvs rdiff -s -r PROJ_1234-root -r PROJ_1234 .

- Greg.

This e-mail and any attachments may contain confidential and
privileged information. If you are not the intended recipient,
please notify the sender immediately by return e-mail, delete this
e-mail and destroy any copies. Any dissemination or use of this
information by a person other than the intended recipient is
unauthorized and may be illegal.




reply via email to

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