Hi For stuff like this I use Nant, this has great build in stuff for zipping and excluding files, folders, ....
with kind regards Ruben Willems On Wed, May 4, 2011 at 4:12 PM, towps <[email protected]> wrote: > I recently needed ccnet to recurse some folders when zipping up the > packages I have it create. Now that it's recursing the sub folders, > it's including .svn folders in my zip packages which is not big deal > but ideally I don't want them there. > > What is the wildcard path filter to exclude file types? > > I added this file path for recursion > <file>Installations\MyProj\MyServerr\**\*</file> > > I tried this to exclude svn related files > <file>nstallations\MyProj\MyServerr\**\-x *.svn*</file> > > One problem may be that one of the subfolders is a .svn folder. There > are also .config.svn-base files in a text-base subfolder that i'd like > to exclude. > I'd want to exclude the .svn folder and anything it contains. > > Any help would be fantastic. Thanks.
