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/05/12 07:38:26 UTC

svn commit: r773790 - /hadoop/core/trunk/src/test/bin/test-patch.sh

Author: gkesavan
Date: Tue May 12 05:38:26 2009
New Revision: 773790

URL: http://svn.apache.org/viewvc?rev=773790&view=rev
Log:
Hadoop-5800 - to fix incorrect cleanup of svn workspace

Modified:
    hadoop/core/trunk/src/test/bin/test-patch.sh

Modified: hadoop/core/trunk/src/test/bin/test-patch.sh
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/test/bin/test-patch.sh?rev=773790&r1=773789&r2=773790&view=diff
==============================================================================
--- hadoop/core/trunk/src/test/bin/test-patch.sh (original)
+++ hadoop/core/trunk/src/test/bin/test-patch.sh Tue May 12 05:38:26 2009
@@ -111,7 +111,7 @@
   else   
     cd $BASEDIR
     $SVN revert -R .
-    rm -rf `$SVN status`
+    rm -rf `$SVN status --no-ignore`
     $SVN update
   fi
   return $?