info-cvs
[Top][All Lists]
Advanced

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

Re: Determining which files have changed from one set of tagged files to


From: Rob Helmer
Subject: Re: Determining which files have changed from one set of tagged files to another
Date: Wed, 13 Mar 2002 15:03:50 -0800
User-agent: Mutt/1.2.5i

Hello,


While this thread is fresh, figured I'd ask about something I'm 
currently working on.

Anyone know how to get output like :

cvs rdiff -s -r tag1 -r tag2 modulename

except with commit msgs for every revision that falls
between tag1 and tag2?

I could use the output of the above command and "cvs log"
to do this for me ( I just want this for info between releases,
it doesn't need to be quick :), has anyone done this?

I tried to get something like this out of cvs2cl, but I couldn't
find a way to get the output I've described.



Thanks,
Rob Helmer



On Wed, Mar 13, 2002 at 02:29:11PM -0500, Greg A. Woods wrote:
> [ On Wednesday, March 13, 2002 at 10:17:18 (-0500), John Lippiello wrote: ]
> > Subject: Determining which files have changed from one set of tagged files 
> > to another
> >
> > My company is trying out Linux and CVS.  We will be storing a
> > number of text and binary files (thousands).  
> > 
> > 1. What we would like to be able to do is query the repository 
> >    using 2 tags and get back, a list of files that have 
> >    changed between the 2 tags.
> 
>       cvs rdiff -r tag1 -r tag2 module > diffs.out
> 
> > The main thing is we don't want to have to completely checkout
> > the two tags and do a huge difference on them.
> 
> CVS is essentially doing that, into temporary files, anyway....   :-)
> 
> -- 
>                                                               Greg A. Woods
> 
> +1 416 218-0098;  <address@hidden>;  <address@hidden>;  <address@hidden>
> Planix, Inc. <address@hidden>; VE3TCP; Secrets of the Weird <address@hidden>
> 
> _______________________________________________
> Info-cvs mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/info-cvs
> 



reply via email to

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