Re: exclude A/a if B/a exists

2010-11-04 Thread Dominique Devienne
On Wed, Nov 3, 2010 at 7:52 PM, Daniel Becroft wrote: > [...] However, I only want to apply this selector to a subset of the entries > in the fileset. [...] > I want to select everything, but only apply the selector to > anything under \alpha (everything under \beta and \gamma should be selected

Re: exclude A/a if B/a exists

2010-11-03 Thread Daniel Becroft
On Thu, Nov 4, 2010 at 8:01 AM, Dominique Devienne wrote: > On Wed, Nov 3, 2010 at 4:49 PM, Daniel Becroft > wrote: > > I am trying to construct a definition to exclude any files in > > /alpha if the same filename exists in /beta. > > See the selector in the manual. --DD > Thanks, DD, that loo

Re: exclude A/a if B/a exists

2010-11-03 Thread Dominique Devienne
On Wed, Nov 3, 2010 at 4:49 PM, Daniel Becroft wrote: > I am trying to construct a definition to exclude any files in > /alpha if the same filename exists in /beta. See the selector in the manual. --DD PS: I think that's the 3rd time I answered this question recently ;) --

exclude A/a if B/a exists

2010-11-03 Thread Daniel Becroft
Hi, Given the following folder structure: /alpha foo.c bar.c /beta foo.c A.txt I am trying to construct a definition to exclude any files in /alpha if the same filename exists in /beta. That is, construct a that returns (from the above example): /alpha/bar.c /beta/foo.c /beta/A.txt A