[Cdd-commits] r1240 - blends/trunk/webtools

CDD Subversion Commit noreply at alioth.debian.org
Thu Nov 13 08:56:37 UTC 2008


Author: tille
Date: Thu Nov 13 08:56:36 2008
New Revision: 1240

Modified:
   blends/trunk/webtools/deploy-svn
Log:
Do not delete cache inside webtools


Modified: blends/trunk/webtools/deploy-svn
==============================================================================
--- blends/trunk/webtools/deploy-svn	(original)
+++ blends/trunk/webtools/deploy-svn	Thu Nov 13 08:56:36 2008
@@ -11,7 +11,7 @@
 echo "Deploy website..."
 tmpdir=`mktemp -p $BASE -d`
 svn --force export $URL_REPOS $tmpdir/webtools > /dev/null
-rsync -azult --delete --exclude .gitignore --exclude .svnignore \
+rsync -azult --delete --exclude .gitignore --exclude .svnignore --exclude cache \
       $tmpdir/webtools $BASE
 rm -rf $tmpdir
 



More information about the Cdd-commits mailing list