You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2020/03/11 21:39:53 UTC

svn commit: r1875103 - /subversion/trunk/tools/buildbot/slaves/bb-openbsd/svnclean.sh

Author: stsp
Date: Wed Mar 11 21:39:53 2020
New Revision: 1875103

URL: http://svn.apache.org/viewvc?rev=1875103&view=rev
Log:
* tools/buildbot/slaves/bb-openbsd/svnclean.sh: Run 'svn cleanup' on the
  unix-build working copy. Required to resume building after svn crashed.

Modified:
    subversion/trunk/tools/buildbot/slaves/bb-openbsd/svnclean.sh

Modified: subversion/trunk/tools/buildbot/slaves/bb-openbsd/svnclean.sh
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/buildbot/slaves/bb-openbsd/svnclean.sh?rev=1875103&r1=1875102&r2=1875103&view=diff
==============================================================================
--- subversion/trunk/tools/buildbot/slaves/bb-openbsd/svnclean.sh (original)
+++ subversion/trunk/tools/buildbot/slaves/bb-openbsd/svnclean.sh Wed Mar 11 21:39:53 2020
@@ -27,6 +27,7 @@ for i in $(jot - 6 12); do
   (test -h ../svn-1.${i}.x || ln -s build ../svn-1.${i}.x)
 done
 lastchangedrev="$(svn info --show-item=last-changed-revision ../../unix-build/Makefile.svn)"
+svn cleanup ../../unix-build
 svn update ../../unix-build
 newlastchangedrev="$(svn info --show-item=last-changed-revision ../../unix-build/Makefile.svn)"
 (test -h ../GNUmakefile || ln -s ../unix-build/Makefile.svn ../GNUmakefile)