Prevent sharing to the root of a project with RTC v6.0.6?
One answer
Mark,
the only way I can think of is to use a custom check-in advisor, maybe also a custom change set delivery advisor. This could check the condition and prevent check in or delivery of such a change.
Check in advisors where introduced in 6.0.4 https://jazz.net/pub/new-noteworthy/rtc/6.0.4/M2/index.html#1
My blog post https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/ lists all the relevant places to look to self-enable with advisors and participants, especially the Extensions Workshop you need to setup a development environment.