Ryan Schmidt wrote:
==>
> #!/bin/bash
> 
> if [ -z "$(svn st)" ]; then
>     echo "working copy is pristine"
> else
>     echo "working copy has changes"
> fi

Perfect. Thanks a lot

-- 
Pat Farrell
http://www.pfarrell.com/

Reply via email to