It's all about the answers!

Ask a question

RTC 4.0.1 - windows server - can I use SCM command to change the owner of a stream?


Donald Poulin (2249118107) | asked Jan 25 '13, 7:45 a.m.

At the conclusion of a build using ant build I would like to change the owner of a stream if the build was unsuccessful to stop anyone from delivering changesets to the stream until the build problem is resolved. I see where there is an example of changing the owner on a component but not for a stream.

Is there a way to change the stream owner from a batch job - and/or is there a better way to prevent stream deliveries while working out the build problem? The intent is to run the build a continuous regular intervals.

One answer



permanent link
Robin Bobbitt (59679) | answered Jan 25 '13, 2:42 p.m.
edited Jan 25 '13, 2:43 p.m.
Don,

I think you are looking for scm workspace propertyset. Another option would be to code a pre-condition on deliver that checks the status of your most recent build result.

Robin

Your answer


Register or to post your answer.