tagging an alias module

2005-04-11 Thread Jean-Pierre Sevigny
Hi, I have a module, say "mymodule", defined like this: mymodule -a Project/Web \ !Project/Web/Client1 \ !Project/Web/Client2 When tagging the module, everything in Web gets tagged. I would like not to tag Project/Web/Clientx. Is there an easy way to do this, beside restructuring my repo,

Re: tagging an alias module

2005-04-11 Thread Mark E. Hamilton
Jean-Pierre, Jean-Pierre Sevigny wrote: Hi, I have a module, say "mymodule", defined like this: mymodule -a Project/Web \ !Project/Web/Client1 \ !Project/Web/Client2 Your problem is that your alias module is defined incorrectly. It should be: mymodule -a Project/Web/Clientx Project/Web With m

Re: tagging an alias module

2005-04-11 Thread Mark E. Hamilton
Doh! I left out a really important '!'. Sorry. Your module should be: mymodule -a !Project/Web/Clientx Project/Web (See section C.1.4 of Cederqvist for a little more info. ;) Mark E. Hamilton wrote: Jean-Pierre, Jean-Pierre Sevigny wrote: Hi, I have a module, say "mymodule", defined like this: mym

Re: tagging an alias module

2005-04-12 Thread Jean-Pierre Sevigny
Cool! Very simple! Tyvm. Doh! I left out a really important '!'. Sorry. Your module should be: mymodule -a !Project/Web/Clientx Project/Web (See section C.1.4 of Cederqvist for a little more info. ;) Mark E. Hamilton wrote: Jean-Pierre, Jean-Pierre Sevigny wrote: Hi, I have a module, say "mymodule