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 ..