Discussion:
reports on differences between Tags
dsc
2009-05-13 18:30:50 UTC
Permalink
Is it possible to find out what files have changed from one tag to
another?

Thanks
Larry Jones
2009-05-14 14:14:01 UTC
Permalink
Post by dsc
Is it possible to find out what files have changed from one tag to
another?
Of course:

cvs rdiff -s -r tag1 -r tag2 dir
--
Larry Jones

I'm crying because out there he's gone, but he's not gone inside me. -- Calvin
Risman, Mark
2009-05-14 14:17:59 UTC
Permalink
If you want just a list of files, can try:

cvs -q dif --brief -rFROM_TAG -rTO_TAG

Without the "--brief" you'll also get the actual differences in the
files. The "dif" command also has lots of other options for formatting
the information you see.


-----Original Message-----
From: info-cvs-bounces+mark.risman=***@nongnu.org
[mailto:info-cvs-bounces+mark.risman=***@nongnu.org] On Behalf Of
dsc
Sent: Wednesday, May 13, 2009 2:31 PM
To: info-***@nongnu.org
Subject: reports on differences between Tags

Is it possible to find out what files have changed from one tag to
another?

Thanks





**********************************************************

MLB.com: Where Baseball is Always On
dsc
2009-05-14 19:16:12 UTC
Permalink
Post by Risman, Mark
cvs -q dif --brief -rFROM_TAG -rTO_TAG
Without the "--brief" you'll also get the actual differences in the
files. The "dif" command also has lots of other options for formatting
the information you see.
-----Original Message-----
dsc
Sent: Wednesday, May 13, 2009 2:31 PM
Subject: reports on differences between Tags
Is it possible to find out what files have changed from one tag to
another?
Thanks
**********************************************************
MLB.com: Where Baseball is Always On- Hide quoted text -
- Show quoted text -
Larry, Mark,

Thanks! that helps me a lot.

dsc

Loading...