>$SVNLOOK changed -t $2 $1 | grep "/tags/" && /bin/echo "Cannot commit to tags" 1>&2 && exit 1 I had a question regarding the above command. How do we know what value is going to be passed in $2 i.e. the name of the transaction so that we can test/debug our script. Can we somehow simulate the above command without actually trying to run it during svn commit?
Thanks