Re: Delete recursive directories

2006-07-05 Thread Arminio Andrei
Yes, you right! Thanks! "Alexey N. Solofnenko" <[EMAIL PROTECTED]> wrote: This is a question for user list. With you need to set two attributes defaultexcludes="false" and includeemptydirs="true". - Alexey. Arminio Andrei wrote: > I read the manual bu

Re: Delete recursive directories

2006-07-05 Thread Arminio Andrei
h that pattern Thx Dominique Dominique Devienne <[EMAIL PROTECTED]> wrote: Please read the manual entry for Arminio. Consider using a pattern similar to **/.svn/** and using the attribute that control inclusion or not of empty dirs. --DD On 7/5/06, Arminio Andrei wrote: > Hi, >

Delete recursive directories

2006-07-05 Thread Arminio Andrei
Hi, How can I delete recursive a directory starting from a parent directory? I have this tree Parent - |- .svn |- Dir1 |- .svn |-Dir2 . . I want to delete .svn direcory form all child directories Have a nice day, Arminio