[Bf-committers] CVS commit: blender/source Makefile

Hans Lambermont bf-committers@blender.org
Tue, 14 Jan 2003 22:51:57 +0100


Kent Mein wrote:

...
>   since its no longer there.  Here is the diff.

How come we are sending the diff in the commit mails ?

they can be generated by anyone from:

>   1.25      +1 -4      blender/source/Makefile

pasting into my 'cvsdiff' script :

    #!/bin/sh
    # $Id: cvsdiff,v 1.1 2001/09/04 11:37:20 hans Exp $
    # usage example: cvsdiff   1.113     +2 -1      source/nan.mk
    # note that the part after cvsdiff is just a pasted line from a commit mail

    REV=$1
    FILE=$4

    REVBEGIN=`echo $REV | sed 's/\..*$/\./'`
    REVEND=`echo $REV | sed 's/^.*\.//'`

    PREVREVEND=`expr $REVEND - 1`
    PREVREV=$REVBEGIN$PREVREVEND

    #tweak this part to your liking
    #cd $HOME/develop
    #FILE=`echo $FILE | sed 's/blender\///'`

    cvs diff -r $PREVREV -r $REV $FILE

Hans
-- 
http://lambermont.webhop.org/