PATH="$PATH:/usr/local/bin" export PATH ## ## Sync Nuvem web site ## # Cleanup in case something went wrong from last time # This was happening frequently with all svn changes (cd "/www/incubator.apache.org/nuvem/"; svn cleanup) # Make sure we have the latest content (cd "/www/incubator.apache.org/nuvem/"; svn up --quiet) # Install the cwiki exported content rsync -p -r "/www/confluence-exports/NUVEM/" "/www/incubator.apache.org/nuvem/" # Make sure everything is group writable chmod -Rf g+w "/www/incubator.apache.org/nuvem/" > /dev/null