You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@yetus.apache.org by aw...@apache.org on 2022/05/04 17:15:59 UTC

[yetus] 24/24: Hadoop-5800 - to fix incorrect cleanup of svn workspace

This is an automated email from the ASF dual-hosted git repository.

aw pushed a commit to tag prehistory
in repository https://gitbox.apache.org/repos/asf/yetus.git

commit fd0ce8db80c6f6c40d7c3447e02c6b2192879bae
Author: Giridharan Kesavan <gk...@apache.org>
AuthorDate: Tue May 12 05:38:26 2009 +0000

    Hadoop-5800 - to fix incorrect cleanup of svn workspace
    
    git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@773790 13f79535-47bb-0310-9956-ffa450edef68
---
 src/test/bin/test-patch.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/bin/test-patch.sh b/src/test/bin/test-patch.sh
index de2b057b..dc61b887 100755
--- a/src/test/bin/test-patch.sh
+++ b/src/test/bin/test-patch.sh
@@ -111,7 +111,7 @@ checkout () {
   else   
     cd $BASEDIR
     $SVN revert -R .
-    rm -rf `$SVN status`
+    rm -rf `$SVN status --no-ignore`
     $SVN update
   fi
   return $?