Re: Delete directory with .svn; ant manual issue

2008-03-27 Thread David Weintraub
Take a look at the task. You can remove .svn from the list of excluded files, then reset . On Thu, Mar 27, 2008 at 11:18 AM, <[EMAIL PROTECTED]> wrote: > Hi all, > > when following the ant manual for deleting all files including .svn entries, > I got to something like: > > > inc

Re: Delete directory with .svn; ant manual issue

2008-03-27 Thread Vijay Aravamudhan
hi, I don't think defaultexcludes takes into account svn directories - though it does handle the cvs directories. hth, Vijay [EMAIL PROTECTED] wrote: Hi all, when following the ant manual for deleting all files including .svn entries, I got to something like: includes="**/*>

Delete directory with .svn; ant manual issue

2008-03-27 Thread S . Mayer
Hi all, when following the ant manual for deleting all files including .svn entries, I got to something like: