diff options
-rw-r--r-- | site/bin/sync | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/site/bin/sync b/site/bin/sync index 1aae577b57..65b3380f19 100644 --- a/site/bin/sync +++ b/site/bin/sync @@ -1,6 +1,10 @@ PATH="$PATH:/usr/local/bin" export PATH +# Cleanup in case something went wrong from last time +# This was happening frequently with all svn changes +(cd "/www/tuscany.apache.org/"; svn cleanup --quiet) + # Make sure we have the latest content (cd "/www/tuscany.apache.org/"; svn up --quiet) |