Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 20272 invoked from network); 12 Oct 2005 15:16:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Oct 2005 15:16:33 -0000 Received: (qmail 28435 invoked by uid 500); 12 Oct 2005 15:16:28 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 27973 invoked by uid 500); 12 Oct 2005 15:16:26 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 27962 invoked by uid 99); 12 Oct 2005 15:16:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Oct 2005 08:16:26 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [134.96.252.33] (HELO uni-sb.de) (134.96.252.33) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Oct 2005 08:16:28 -0700 Received: from mail.cs.uni-sb.de (mail.cs.uni-sb.de [134.96.254.200]) by uni-sb.de (8.13.5/2005092000) with ESMTP id j9CFG3ul015773 for ; Wed, 12 Oct 2005 17:16:03 +0200 (CEST) Received: from mail.st.cs.uni-sb.de (goscinny.cs.uni-sb.de [134.96.235.32]) by mail.cs.uni-sb.de (8.13.5/2005101000) with ESMTP id j9CFG2Oc008221 for ; Wed, 12 Oct 2005 17:16:02 +0200 (CEST) X-Authentication-Warning: mail.cs.uni-sb.de: Host goscinny.cs.uni-sb.de [134.96.235.32] claimed to be mail.st.cs.uni-sb.de Received: from [134.96.235.109] (crispin.cs.uni-sb.de [134.96.235.109]) by mail.st.cs.uni-sb.de (Postfix) with ESMTP id 742BF1BD87 for ; Wed, 12 Oct 2005 17:16:02 +0200 (CEST) Message-ID: <434D28B1.1090300@rtin-burger.de> Date: Wed, 12 Oct 2005 17:16:01 +0200 From: Martin Burger Organization: Private account of Martin Burger User-Agent: Thunderbird 1.4.1 (Macintosh/20051006) MIME-Version: 1.0 To: Ant Users List Subject: Re: Sync task does not sync tmp folders References: <434D1936.40005@rtin-burger.de> <255d8d690510120752k68b1d33coadbb983b1ec90553@mail.gmail.com> <434D26DD.3050507@rtin-burger.de> In-Reply-To: <434D26DD.3050507@rtin-burger.de> Content-Type: multipart/mixed; boundary="------------040505040104070003050902" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --------------040505040104070003050902 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Martin Burger wrote: > Dominique Devienne wrote: >> Are these tmp/ folders empty? There's an option to control behavior >> about empty folders. --DD > > > ls -la .svn/tmp/ > total 0 > drwxr-xr-x 6 mburger 100 204 Oct 12 14:32 . > drwxr-xr-x 14 mburger 100 476 Oct 12 14:36 .. > drwxr-xr-x 2 mburger 100 68 Oct 12 14:32 prop-base > drwxr-xr-x 2 mburger 100 68 Oct 12 14:32 props > drwxr-xr-x 2 mburger 100 68 Oct 12 14:32 text-base > drwxr-xr-x 2 mburger 100 68 Oct 12 14:32 wcprops It contains only empty dirs. Specifying includeEmptyDirs="true" the sync tasks behaves as expected. But the following is written in the manual: includeEmptyDirs Copy any empty directories included in the FileSet(s). No; defaults to true. It seems that the default value is false, not true. Regards, Martin --------------040505040104070003050902 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------040505040104070003050902--