Author: mes
Date: 2010-11-04 09:05:30 -0700 (Thu, 04 Nov 2010)
New Revision: 22712

Modified:
   new_cytoscape_website/trunk/deploy.sh
Log:
updated rsync command to use the checksum rather than just time/file size to 
compare files

Modified: new_cytoscape_website/trunk/deploy.sh
===================================================================
--- new_cytoscape_website/trunk/deploy.sh       2010-11-04 16:03:50 UTC (rev 
22711)
+++ new_cytoscape_website/trunk/deploy.sh       2010-11-04 16:05:30 UTC (rev 
22712)
@@ -13,5 +13,5 @@
 read name
 
 #  Issue rsync command
-rsync -av --delete --exclude ".svn/" --exclude "deploy.sh" . 
$name,[email protected]:htdocs/
+rsync -c -av --delete --exclude ".svn/" --exclude "deploy.sh" . 
$name,[email protected]:htdocs/
 

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to