HomeSort by: relevance | last modified time | path
    Searched refs:commentfile (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/xcvs/dist/contrib/
cvs2vendor.sh 54 commentfile=/tmp/cvs2vendor_$$_comment
55 rm -f $commentfile
126 rlog -r$rev $file | sed -e '/^branches: /d' -e '1,/^date: /d' -e '/^===========/d' | awk '{if ((total += length($0) + 1) < 510) print $0}' > $commentfile
137 ci -f -m"`cat $commentfile`" -d"$date" $symname -w"$author" $bfile $dstdir/$bfile,v
139 echo ERROR - ci -f -m"`cat $commentfile`" -d"$date" $symname -w"$author" $bfile $dstdir/$bfile,v
156 rm -f $commentfile
rcs2sccs.sh 35 commentfile=/tmp/rcs2sccs_$$_comment
36 rm -f $commentfile
78 rlog -r$rev $file | sed -e '/^branches: /d' -e '1,/^date: /d' -e '/^===========/d' -e 's/$/\\/' | awk '{if ((total += length($0) + 1) < 510) print $0}' > $commentfile
102 echo sccs admin -n -i$file $file < $commentfile
103 sccs admin -n -i$file $file < $commentfile >> $logfile 2>&1
126 sccs delta $file < $commentfile >> $logfile 2>&1
151 rm -f $tmpfile $emptyfile $initialfile $sedfile $commentfile

Completed in 17 milliseconds