You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2007/06/02 22:56:35 UTC

svn commit: r543784 - /incubator/tuscany/site/bin/sync

Author: lresende
Date: Sat Jun  2 13:56:34 2007
New Revision: 543784

URL: http://svn.apache.org/viewvc?view=rev&rev=543784
Log:
working copy of the sync script

Modified:
    incubator/tuscany/site/bin/sync

Modified: incubator/tuscany/site/bin/sync
URL: http://svn.apache.org/viewvc/incubator/tuscany/site/bin/sync?view=diff&rev=543784&r1=543783&r2=543784
==============================================================================
--- incubator/tuscany/site/bin/sync (original)
+++ incubator/tuscany/site/bin/sync Sat Jun  2 13:56:34 2007
@@ -1,11 +1,11 @@
-PATH="$PATH:/usr/local/bin"
-export PATH
-
-# Make sure we have the latest content
-(cd "/www/incubator.apache.org/tuscany/"; svn up --quiet)
-
-# Install the cwiki exported content
-rsync -r "/www/confluence-exports/TUSCANY/" "/www/incubator.apache.org/tuscany/"
-
-# Make sure everything is group writable
-chmod -R g+w "/www/incubator.apache.org/tuscany/" 2>/dev/null
+PATH="$PATH:/usr/local/bin"
+export PATH
+
+# Make sure we have the latest content
+(cd "/www/incubator.apache.org/tuscany/"; svn up --quiet)
+
+# Install the cwiki exported content
+rsync -r "/www/confluence-exports/TUSCANY/" "/www/incubator.apache.org/tuscany/"
+
+# Make sure everything is group writable
+chmod -R g+w "/www/incubator.apache.org/tuscany/" > /dev/null



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org