Do .jazzignore files take effect only once delivered?
Hi All, I have a .jazzignore file in folder A, which has been delivered and contains
core.ignore= \
{bin}
If I create a bin folder in A, next to this .jazzignore, no unresolved changes show up.
I moved the same .jazzignore file into a subfolder of A, called B.
Then I create a bin folder next to B's .jazzignore. Both the bin and the .jazzignore show up as an unresolved change.
Then I check in B's .jazzignore. The bin is still in the unresolved.
Do I need to deliver .jazzignore files to start working? If so, how can I test them before delivering?
RTC 6.0.1
related:
https://jazz.net/forum/questions/104068/jazzignore-not-working-w-rtc-cli
here it is suggested that the check-in would be sufficient
Accepted answer
There is no need to deliver the .jazzignore file, unless you want others to have the same configuration. Let's try this way.
1. Remove all the .jazzignore files except the original one in the root folder.
2. Add the folder root folder/A/B/bin.
3. In the Pending Changes view, expand the Unresolved category so that you can see the folder "bin".
4. Right-click "bin" and select Ignore.
2 other answers
By moving the Jazz ignore into a sub folder you basically removed any jazzignore for the files and folders that are not within the hierarchy of that folder.
So essentially you don't have no .jazzignore for all the other folders anymore. I think you either move the .jazzignore back up or create a new one. See https://jazz.net/help-dev/clm/index.jsp?topic=%2Fcom.ibm.team.scm.doc%2Ftopics%2Ft_scm_eclipse_ignore.html
A .jazzignore files can be contained anywhere under a shared folder. A .jazzignore file that is contained above a shared folder is not recognized.
Comments
Gergely Mincsovics
Jul 19 '17, 3:34 a.m.Donald Nong
Jul 19 '17, 8:39 p.m.Gergely Mincsovics
Jul 20 '17, 3:29 a.m.Donald Nong
Jul 20 '17, 10:43 p.m.Gergely Mincsovics
Jul 21 '17, 3:19 a.m.Gergely Mincsovics
Jul 21 '17, 3:29 a.m.