You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Ben Laurie <be...@hyperreal.com> on 1997/06/15 21:18:26 UTC

cvs commit: CVSROOT commit_prep.pl log_accum.pl

ben         97/06/15 12:18:26

  Modified:    .         commit_prep.pl log_accum.pl
  Log:
  Nasty hack to get around checkin problem
  
  Revision  Changes    Path
  1.2       +1 -1      CVSROOT/commit_prep.pl
  
  Index: commit_prep.pl
  ===================================================================
  RCS file: /export/home/cvs/CVSROOT/commit_prep.pl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -C3 -r1.1 -r1.2
  *** commit_prep.pl	1996/01/14 16:08:14	1.1
  --- commit_prep.pl	1997/06/15 19:18:24	1.2
  ***************
  *** 43,49 ****
    # Constants
    #
    ############################################################
  ! $LAST_FILE     = "/tmp/#cvs.lastdir";
    $ENTRIES       = "CVS/Entries";
    
    $NoId = "
  --- 43,49 ----
    # Constants
    #
    ############################################################
  ! $LAST_FILE     = "/tmp/##cvs.lastdir";
    $ENTRIES       = "CVS/Entries";
    
    $NoId = "
  
  
  
  1.25      +2 -2      CVSROOT/log_accum.pl
  
  Index: log_accum.pl
  ===================================================================
  RCS file: /export/home/cvs/CVSROOT/log_accum.pl,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -C3 -r1.24 -r1.25
  *** log_accum.pl	1997/06/04 04:43:56	1.24
  --- log_accum.pl	1997/06/15 19:18:25	1.25
  ***************
  *** 1,6 ****
    #!/usr/bin/perl
    #
  ! # $Id: log_accum.pl,v 1.24 1997/06/04 04:43:56 brian 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.25 1997/06/15 19:18:25 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
  ***************
  *** 42,48 ****
    $STATE_REMOVED = 3;
    $STATE_LOG     = 4;
    
  ! $LAST_FILE     = "/tmp/#cvs.lastdir";
    $CHANGED_FILE  = "/tmp/#cvs.files.changed";
    $ADDED_FILE    = "/tmp/#cvs.files.added";
    $REMOVED_FILE  = "/tmp/#cvs.files.removed";
  --- 42,48 ----
    $STATE_REMOVED = 3;
    $STATE_LOG     = 4;
    
  ! $LAST_FILE     = "/tmp/##cvs.lastdir";
    $CHANGED_FILE  = "/tmp/#cvs.files.changed";
    $ADDED_FILE    = "/tmp/#cvs.files.added";
    $REMOVED_FILE  = "/tmp/#cvs.files.removed";