#!/bin/sh

if [ $LOGNAME != 'stevegt' ]
then
    exit 0
fi

exit `svn st | wc -l`





