#!/bin/bashMSG=$1LOG=-1START=-1if [ "$1" == "-l" ]then MSG=$2 LOG=0elif [ "$1" == "-ls" ]then MSG=$2 LOG=0 START=0fisvn ci -m "$MSG"if [ $LOG -eq 0 ]then track stop "$MSG"fiif [ $START -eq 0 ]then track startfi