[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: want to tell of there are uncommitted changes

From: Pat Farrell <pfarrell_at_pfarrell.com>
Date: Thu, 22 Apr 2010 15:01:41 -0400

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/
Received on 2010-04-22 21:02:13 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.