Hi, I have a filter called from taginfo to validate use of tags: - ban tags not in our list - make sure tags are placed in the proper locations in the repository - lock-out existing tags so they cannot be moved
the filter really only needs to run once, in the directory where the tag command is run from. however, it is called multiple times, once for each directory. this applies also to the case where the filter returns with an error: I see the error message repeated multiple times, once for each directory in the sub-tree. Is there any way to define the taginfo behavior so the script is run only for the top-level directory ? Thanks, Yaron Yogev
