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.
