Re: [cciug] how to diff branch work between date1 and date2

From: David Boyce (dsb@world.std.com)
Date: Fri Sep 29 2000 - 08:08:07 EDT


It's not easy ... but if you download my ClearCase::Argv package from CPAN
you'll see it comes with a program called CCreport which generates reports
of such changes. Here's the SYNOPSIS section from the docs:

   # Generate a report of all changes since yesterday in /vobs/src ...
   CCreport /vobs/src

   # ... on branch 'foo'
   CCreport -branch foo /vobs/src

   # ... and send mail to tom, dick, and harry at here.com
   CCreport -branch foo -to tom,dick,harry -domain here.com /vobs/src

   # Specify a view to work through and a starting date ...
   CCreport -view admin -since 24-Mar /vobs_src

   # ... and an ending date
   CCreport -view admin -since 24-Mar -before 29-Mar /vobs_src

   # ... output plaintext instead of HTML
   CCreport -view admin -plain -since 24-Mar /vobs_src

   # Traverse multiple vob areas, show changes on any branch
   CCreport /vobs_src/proj1 /vobs/doc/proj1/html

   # Run in I<automatic> mode, driven by attributes on self
   CCreport -auto

   # Run in auto mode but issue only reports #3 and #4
   CCreport -auto -filter /[34]/

Note that "ClearCase::Argv" requires "Argv" as well.

-David Boyce

At 07:21 AM 9/29/00 +0200, Juergen Amthauer wrote:
>
>hello
>
>is there an easy command ( perl , ksh or anythig else ) to do a diff
>between the work which has been done at date1 to the work that took
>place at date2
>
>or the basic question, how to find in a quick way the changed file
>between two dates .....
>--
>
>best regards
>
>+------------------------------------------------------------------+
> Juergen Amthauer |
> <mailto:Juergen.Amthauer@nbg6.siemens.de>mailto:Juergen.Amthauer@nbg6.siemens.de
> Product Integration |
> <mailto:juergen.pat@t-online.de>mailto:juergen.pat@t-online.de (private)
> Siemens AG, EV NL D3 |
> WWW
> :<http://www.nbg6.siemens.de/~amthauer>http://www.nbg6.siemens.de/~amthauer
> Humboldtstrasse 59 | Voice :+49-911-433-8351
> D-90459 Nuremberg | Fax :+49-911-433-5494
> Germany |
>+------------------------------------------------------------------+

 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



This archive was generated by hypermail 2b29 : Sun May 06 2001 - 00:26:56 EDT