You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by rg...@apache.org on 2015/12/08 05:53:28 UTC

svn commit: r1718512 - /zookeeper/branches/branch-3.5/src/java/test/bin/test-patch.sh

Author: rgs
Date: Tue Dec  8 04:53:28 2015
New Revision: 1718512

URL: http://svn.apache.org/viewvc?rev=1718512&view=rev
Log:
ZOOKEEPER-2336: Jenkins not working due to old SVN
(Akihiro Suda via rgs)

Modified:
    zookeeper/branches/branch-3.5/src/java/test/bin/test-patch.sh

Modified: zookeeper/branches/branch-3.5/src/java/test/bin/test-patch.sh
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.5/src/java/test/bin/test-patch.sh?rev=1718512&r1=1718511&r2=1718512&view=diff
==============================================================================
--- zookeeper/branches/branch-3.5/src/java/test/bin/test-patch.sh (original)
+++ zookeeper/branches/branch-3.5/src/java/test/bin/test-patch.sh Tue Dec  8 04:53:28 2015
@@ -120,6 +120,7 @@ checkout () {
     cd $BASEDIR
     $SVN revert -R .
     rm -rf `$SVN status --no-ignore`
+    $SVN upgrade
     $SVN update
   fi
   return $?