You are viewing a plain text version of this content. The canonical link for it is here.
Posted to photark-commits@incubator.apache.org by lr...@apache.org on 2010/07/12 03:47:30 UTC

svn commit: r963179 - /incubator/photark/site/trunk/bin/sync

Author: lresende
Date: Mon Jul 12 03:47:30 2010
New Revision: 963179

URL: http://svn.apache.org/viewvc?rev=963179&view=rev
Log:
Minor updates on sync script to sync with the current version being used to sync the website

Modified:
    incubator/photark/site/trunk/bin/sync

Modified: incubator/photark/site/trunk/bin/sync
URL: http://svn.apache.org/viewvc/incubator/photark/site/trunk/bin/sync?rev=963179&r1=963178&r2=963179&view=diff
==============================================================================
--- incubator/photark/site/trunk/bin/sync (original)
+++ incubator/photark/site/trunk/bin/sync Mon Jul 12 03:47:30 2010
@@ -13,7 +13,7 @@ export PATH
 (cd "/www/incubator.apache.org/photark/"; svn up --quiet)
 
 # Install the cwiki exported content
-rsync -r "/www/confluence-exports/PHOTARK/" "/www/incubator.apache.org/photark/"
+rsync -p -r "/www/confluence-exports/PHOTARK/" "/www/incubator.apache.org/photark/"
 
 # Make sure everything is group writable
-chmod -R g+w "/www/incubator.apache.org/photark/" > /dev/null
+chmod -Rf g+w "/www/incubator.apache.org/photark/" > /dev/null