From af2ff2df3858069207e7d87cf0af9a77b5033dbf Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 28 Dec 2016 15:10:43 +0000 Subject: [PATCH] when updating, force the cleanup --- debian/orig-tar.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index e2bd3b37..73376f7d 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -77,8 +77,10 @@ checkout_sources() { if test -d $DEST; then cd $DEST if test -n "$BRANCH"; then + svn cleanup svn up else + svn cleanup svn up -r $REVISION fi cd ..