Re: fileset problem

2010-07-12 Thread Nick Leaton
Thanks. Obvious in the end. Nick On Mon, Jul 12, 2010 at 4:09 PM, Stefan Bodewig wrote: > On 2010-07-12, Nick Leaton wrote: > >> However, I want to exclude the .hg directory (mercurial) apart from >> the .hg/hgrc file which contains the configuration for the repository. > >> I can't get the file

Re: fileset problem

2010-07-12 Thread Stefan Bodewig
On 2010-07-12, Nick Leaton wrote: > However, I want to exclude the .hg directory (mercurial) apart from > the .hg/hgrc file which contains the configuration for the repository. > I can't get the fileset working properly. This is my attempt. You don't say what your attempt results in 8-) >

fileset problem

2010-07-12 Thread Nick Leaton
I'm trying to create a zip file to archive source. However, I want to exclude the .hg directory (mercurial) apart from the .hg/hgrc file which contains the configuration for the repository. I can't get the fileset working properly. This is my attempt.