[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn and ant

From: Dave Pawson <dave.pawson_at_gmail.com>
Date: 2005-09-16 16:29:46 CEST

On 16/09/05, JP Fiset <jp@fiset.ca> wrote:
> When deleting the directory, you end up deleting all .svn
> subdirectories. This is what upsets subversion. Just delete the actual
> files, not the directories. Do not delete anything in **/.svn/*.*
>
> It should look something like:
>
> <delete>
> <fileset dir="directory">
> <include name="**/*.*"/>
> <exclude name="**/.svn/*.*"/>
> </fileset>
> </delete>

Now I understand :-)

Many thanks for that.
A worthwhile addition to 'the book' I'd have thought!

regards

-- 
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 16 16:31:39 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.