info-cvs
[Top][All Lists]
Advanced

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

Re: Finding all really changed files for a branch tag in a


From: Larry Jones
Subject: Re: Finding all really changed files for a branch tag in a
Date: Fri, 14 Oct 2005 22:30:03 -0400 (EDT)

Todd Denniston writes:
> 
> Assuming you created a normal tag (NTAG) and then used that to create the
> branch tag [1] , and that you have a normal tag on the head of the branch
> (BHEAD) [2].

You don't need a normal tag on the head of the branch.  When you use the
branch tag itself for a revision, you get the head of the branch.

> I believe you should be able to at a prompt inside of a branch checkout
> issue:
> 
> cvs diff -N --brief -rNTAG -rBHEAD | \
> grep -e "^Index:" -e "^Files" > ListOfDelta.txt

It's much simpler to just use rdiff -s:

        cvs rdiff -s -rbranch-root -rbranch module

-Larry Jones

Years from now when I'm successful and happy, ...and he's in
prison... I hope I'm not too mature to gloat. -- Calvin




reply via email to

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