From 46b0e2be7c2c4e1f54a28e03d35c886814ee1e31 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 30 Aug 2006 10:19:14 +0000 Subject: [PATCH] Call to "svn cleanup" before trying to do anything else with svn. --- releasetools/docbook-build | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/releasetools/docbook-build b/releasetools/docbook-build index bb2751bd9..0fe620417 100755 --- a/releasetools/docbook-build +++ b/releasetools/docbook-build @@ -237,8 +237,9 @@ else echo echo "Running svn update in gentext and $DISTRO working directories..." - svn cleanup gentext && svn update gentext || exit 1 - svn cleanup $DISTRO && svn update $DISTRO || exit 1 + svn cleanup + svn update gentext || exit 1 + svn update $DISTRO || exit 1 echo echo -- 2.50.1