ben         96/08/24 04:21:25

  Modified:    .         log_accum.pl
  Log:
  Debug.
  
  Revision  Changes    Path
  1.21      +3 -2      CVSROOT/log_accum.pl
  
  Index: log_accum.pl
  ===================================================================
  RCS file: /export/home/cvs/CVSROOT/log_accum.pl,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -C3 -r1.20 -r1.21
  *** log_accum.pl      1996/08/24 11:17:08     1.20
  --- log_accum.pl      1996/08/24 11:21:24     1.21
  ***************
  *** 1,6 ****
    #!/usr/bin/perl
    #
  ! # $Id: log_accum.pl,v 1.20 1996/08/24 11:17:08 ben Exp $
    #
    # Perl filter to handle the log messages from the checkin of files in
    # a directory.  This script will group the lists of files by log
  --- 1,6 ----
    #!/usr/bin/perl
    #
  ! # $Id: log_accum.pl,v 1.21 1996/08/24 11:21:24 ben Exp $
    #
    # Perl filter to handle the log messages from the checkin of files in
    # a directory.  This script will group the lists of files by log
  ***************
  *** 221,227 ****
        $prev = $2 - 1;
        $prev_rev = $1 . "." .  $prev;
    print STDERR "Rev: $rev, $1, $2,  $prev, $prev_rev\n";
  ! print STDERR "Dir: `pwd`\n";
        open(DIFF, "-|") || exec 'cvs', '-Qn', 'diff', '-C3', "-r$prev_rev", 
$file;
        while (<DIFF>) {
                $diff .= $_;
  --- 221,228 ----
        $prev = $2 - 1;
        $prev_rev = $1 . "." .  $prev;
    print STDERR "Rev: $rev, $1, $2,  $prev, $prev_rev\n";
  ! $xxx=`pwd`;
  ! print STDERR "Dir: $xxx\n";
        open(DIFF, "-|") || exec 'cvs', '-Qn', 'diff', '-C3', "-r$prev_rev", 
$file;
        while (<DIFF>) {
                $diff .= $_;
  
  
  

Reply via email to