You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by gk...@apache.org on 2009/04/16 09:50:05 UTC

svn commit: r765494 - /hadoop/core/nightly/test-patch/test-patch.sh

Author: gkesavan
Date: Thu Apr 16 07:50:05 2009
New Revision: 765494

URL: http://svn.apache.org/viewvc?rev=765494&view=rev
Log:
to ignore external reference while doing svn stat

Modified:
    hadoop/core/nightly/test-patch/test-patch.sh

Modified: hadoop/core/nightly/test-patch/test-patch.sh
URL: http://svn.apache.org/viewvc/hadoop/core/nightly/test-patch/test-patch.sh?rev=765494&r1=765493&r2=765494&view=diff
==============================================================================
--- hadoop/core/nightly/test-patch/test-patch.sh (original)
+++ hadoop/core/nightly/test-patch/test-patch.sh Thu Apr 16 07:50:05 2009
@@ -103,7 +103,7 @@
   echo ""
   echo ""
   ### When run by a developer, if the workspace contains modifications, do not continue
-  status=`$SVN stat`
+  status=`$SVN stat --ignore-externals | sed -e '/^X[ ]*/D'`
   if [[ $HUDSON == "false" ]] ; then
     if [[ "$status" != "" ]] ; then
       echo "ERROR: can't run in a workspace that contains the following modifications"