Clearcase deliver accepted notice
I have a problem with some programmers. They don't let me know when they deliver, so I do nothing about it. Is there a way to get a notice when开发者_运维技巧 someone delivered?
Thanks.
First of all: hit them, hard!
Have a trigger implemented on the clearcase server that send on email on commit or on merge.
http://www.ibm.com/developerworks/rational/library/4311.html
"deliver" can mean an UCM merge, in which case you can:
- make an intermediate stream where developer delivers whenever they want
- simply lock the integration stream in order to be the only one able to deliver on it (meaning you can trigger a deliver from the intermediate stream to the integration stream when you want: if the deliver reports something to merge, then you can examine the activities to be merged).
精彩评论