Re: How to include just some subdirectory excluding all envelop tree

2016-03-07 Thread Olga Pshenichnikova
Thank you very much! The exclamation mark solves my problem. I can not create repository inside /a, because I need control /b also ) On 03/08/2016 12:06 AM, Kevin Daudt wrote: On Mon, Mar 07, 2016 at 10:01:52PM +0300, Olga Pshenichnikova wrote: I have some tree structure: /a /a/a /a/b .. /a/z

Re: How to include just some subdirectory excluding all envelop tree

2016-03-07 Thread Kevin Daudt
On Mon, Mar 07, 2016 at 10:01:52PM +0300, Olga Pshenichnikova wrote: > I have some tree structure: > > /a > /a/a > /a/b > .. > /a/z > /b > .. (thousands of folders) > /z > > How can I control just /a/a folder? > What exclude file should be? > > The way we use now is: > > /a/* > /b/ > .. (thousa

How to include just some subdirectory excluding all envelop tree

2016-03-07 Thread Olga Pshenichnikova
I have some tree structure: /a /a/a /a/b .. /a/z /b .. (thousands of folders) /z How can I control just /a/a folder? What exclude file should be? The way we use now is: /a/* /b/ .. (thousands of folders) /z/ !/a/a But it is very not nice looking and hard for maintenance... -- To unsubscribe f