[Gpg4win-commits] r165 - trunk/doc/website

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Feb 17 11:36:36 CET 2006


Author: wilde
Date: 2006-02-17 11:36:36 +0100 (Fri, 17 Feb 2006)
New Revision: 165

Modified:
   trunk/doc/website/README
Log:
Changed sample rsync command once again, as the last change introduced
  another error.  (the *.png files were copied to gpg4win/htdocs/ not
  gpg4win/htdocs/pix/)


Modified: trunk/doc/website/README
===================================================================
--- trunk/doc/website/README	2006-02-15 15:33:49 UTC (rev 164)
+++ trunk/doc/website/README	2006-02-17 10:36:36 UTC (rev 165)
@@ -29,7 +29,8 @@
 Installing is done from within the "doc/website" directory, using
 rsync:
 
-rsync -urvP *.css *.html pix/*.png USER at wald.intevation.org:/gpg4win/htdocs/
+rsync -urvP --exclude='.svn' *.css *.html pix \
+      USER at wald.intevation.org:/gpg4win/htdocs/
 
 Where USER is your accounts user name on wald.intevation.org.
 



More information about the Gpg4win-commits mailing list