diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | sh/eci.sh | 5 |
2 files changed, 7 insertions, 4 deletions
@@ -1,3 +1,8 @@ +beber from rampa : 14/10/05 14:28:27 +UH ! AT START + +File changes : +M sh/eci.sh beber from guybrush.melee : 13/10/05 00:10:55 Dude ! ChangeLog was bad and date too @@ -153,4 +158,3 @@ Tets, Change Log at start File changes : M sh/eci.sh - @@ -49,13 +49,12 @@ fi DELCOMMENTFROM=$(grep -n -- '--This line and thoses under will be ignored--' $TMPFILE | head -n 1 | cut -d ':' -f 1) head -n $(($DELCOMMENTFROM-1)) $TMPFILE > ${TMPFILE}.send -echo "$(cat $PROJECT_PATH/ChangeLog) -$(whoami) from $(if [ `uname -o` = "Cygwin" ]; then hostname; else hostname -f; fi) : $(date "+%d/%m/%y %X") +echo "$(whoami) from $(if [ `uname -o` = "Cygwin" ]; then hostname; else hostname -f; fi) : $(date "+%d/%m/%y %X") $(cat ${TMPFILE}.send) File changes : $(svn st | grep -v '^?') -" > $PROJECT_PATH/ChangeLog +$(cat $PROJECT_PATH/ChangeLog)" > $PROJECT_PATH/ChangeLog svn ci -m "$(cat ${TMPFILE}.send)" |