head	1.1;
access;
symbols
	TIGRIS_1_1_0RC2:1.1
	TIGRIS_1_1_0RC1:1.1
	TIGRIS_1_1:1.1.0.10
	TIGRIS_1_0_8:1.1
	TIGRIS_1_0_8RC3:1.1
	TIGRIS_1_0_8RC2:1.1
	TIGRIS_1_0_8RC1:1.1
	TIGRIS_1_0_7:1.1
	TIGRIS_1_0_7RC3:1.1
	TIGRIS_1_0_7RC2:1.1
	TIGRIS_1_0_7RC1:1.1
	TIGRIS_1_0_6:1.1
	TIGRIS_1_0_6RC5:1.1
	TIGRIS_1_0_6RC4:1.1
	TIGRIS_1_0_6RC3:1.1
	TIGRIS_1_0_6RC2:1.1
	TIGRIS_1_0_6RC1:1.1
	TIGRIS_1_0_5:1.1
	TIGRIS_1_0_5RC6:1.1
	TIGRIS_1_0_5RC5:1.1
	TIGRIS_1_0_5RC4:1.1
	TIGRIS_1_0_5RC3:1.1
	TIGRIS_1_0_5RC2:1.1
	TIGRIS_1_0_5RC1:1.1
	TIGRIS_1_0_4:1.1
	TIGRIS_1_0_3:1.1
	TIGRIS_1_0_2:1.1
	TIGRIS_1_0_1:1.1
	TIGRIS_1_0:1.1.0.12
	TIGRIS_1_0_0:1.1
	TIGRIS_1_0_0_RC1:1.1.0.8
	dlr:1.1.1
	TIGRIS_0_9_2_4:1.1
	TIGRIS_0_9_2_3:1.1
	HELM_PEER_PORT_BRANCH:1.1.1.1
	TURBINE_PEER:1.1
	TIGRIS_0_9_2_1:1.1
	TIGRIS_0_9_2:1.1.0.6
	TIGRIS_0_9_0:1.1.0.4
	TIGRIS_0_8_4:1.1.0.2;
locks; strict;
comment	@# @;


1.1
date	2000.11.22.00.45.52;	author thom;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2001.02.21.00.31.48;	author dlr;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Used to create journal files
@
text
@#!/bin/sh
commit_dir=`echo $2 | cut -d' ' -f1 -`
commit_date=`date '+%m-%d-%Y %H:%M:%S'`
commit_id=$1
commit_journal="$CVSROOT/$commit_dir/journal"

echo $2 | awk '
	{
		num_pairs = split($0, files, " ")
		print num_pairs-1 " file(s) commited"
		for ( i=2; i<=num_pairs; i++ ) {
			fields=split(files[i], file_rev, ",")
			if (file_rev[2]=="NONE")
				file_rev[2] = "NONE/REMOVE"
			print "COMMIT  " id " " date " " file_rev[1] " " file_rev[2] >> journal
		}
	}
	' journal="$commit_journal" date="$commit_date" id="$commit_id" -
@


1.1.1.1
log
@Replacing the HEAD with the HELM_PEER_PORT_BRANCH.
@
text
@@

