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 2008/06/18 05:09:42 UTC

svn commit: r669068 - /tuscany/site/bin/sync

Author: lresende
Date: Tue Jun 17 20:09:41 2008
New Revision: 669068

URL: http://svn.apache.org/viewvc?rev=669068&view=rev
Log:
Updating website sync script

Modified:
    tuscany/site/bin/sync

Modified: tuscany/site/bin/sync
URL: http://svn.apache.org/viewvc/tuscany/site/bin/sync?rev=669068&r1=669067&r2=669068&view=diff
==============================================================================
--- tuscany/site/bin/sync (original)
+++ tuscany/site/bin/sync Tue Jun 17 20:09:41 2008
@@ -2,10 +2,10 @@
 export PATH
 
 # Make sure we have the latest content
-(cd "/www/incubator.apache.org/tuscany/"; svn up --quiet)
+(cd "/www/tuscany.apache.org/"; svn up --quiet)
 
 # Install the cwiki exported content
-rsync -r "/www/confluence-exports/TUSCANY/" "/www/incubator.apache.org/tuscany/"
+rsync -r "/www/confluence-exports/TUSCANY/" "/www/tuscany.apache.org/"
 
 # Make sure everything is group writable
-chmod -R g+w "/www/incubator.apache.org/tuscany/" > /dev/null
+chmod -R g+w "/www/tuscany.apache.org/" > /dev/null