bug-cvs
[Top][All Lists]
Advanced

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

finding changes on a branch


From: Andy Howell
Subject: finding changes on a branch
Date: Mon, 06 Aug 2007 18:49:09 -0500
User-agent: Thunderbird 2.0.0.6 (Windows/20070728)

I have a branch with subbranch:

1.66
 |
 +-> 1.66.2.1 - main branch
     ...
     1.66.2.9
           |
           +-> 1.66.2.9.2.1 ( Branch 1.66.2.9.2 ) - sub-branch
     1.66.2.10
     1.66.2.11

I need to apply the changes between 1.66.2.9 and 1.66.2.9.2.1 to 1.66.2.11. If I use the revision number, I can get a diff:

cvs diff -r 1.66.2.9 -r 1.66.2.9.2.1 somefile.cpp

cvs stat on somefile.cpp says:

Sticky Tag:  patch1 (branch: 1.66.2.9.2)

If I try:

cvs diff -r patch1 somefile.cpp
or
cvs diff -r patch1 -r HEAD somefile.cpp

I don't get and changes.

I can't figure out how to specify the revsions using the branch tags. I'm trying to express "take all the changes on my patch1 branch, and apply them to the head of the main branch".

Thanks,

        Andy






reply via email to

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