summaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-05-19 16:14:39 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-05-19 16:14:39 +0000
commit731b48c7711636370e48ad0d73d2e2c09baec764 (patch)
tree05e0dec4d316d9e22f709801c4cf221870c6584c /site
parentf0eea03244c1daca43abf7d77cf679931b7ff212 (diff)
Updating script to cleanup svn checkout first, to avoid issues with schedule script
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776376 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'site')
-rw-r--r--site/bin/sync4
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)