info-cvs
[Top][All Lists]
Advanced

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

Re: Best way to find files added/changed/removed between tags


From: Abhinandan Jain
Subject: Re: Best way to find files added/changed/removed between tags
Date: Mon, 12 Dec 2005 22:21:09 -0800
User-agent: Mutt/1.5.10i

I had been using rdiff - except for the performance problem I mentioned
in my post. I've ended up using two runs of "cvs rls" for each of the
tags, and comparing the version numbers for each of the files to
determine is they have changed, been added or removed. Seems to work
fine. 

Abhi


On Mon, Dec 12, 2005 at 12:35:00AM -0500, Russ Sherk wrote:
> On 11 Dec 2005 21:14:24 -0800, akkisoft <address@hidden> wrote:
> >
> > Hi Abhi,
> >
> > To get difference between two tags use:
> > cvs patch -s -rtag1 -rtag2 module
> 
> 
> cvs rdiff -s -rtag1 -rtag2 module
> (patch is an alias for rdiff aparently; at least on my machine 'patch' is
> not listed as a command and 'cvs -H patch' returns help for rdiff)  So I
> guess the key is the '-s'.
> 
> Anyhow.  Blah.
> 
> --Russ
> 
> This will give you a list of files that have changed between 2 tags.
> >





reply via email to

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