Is it possible to restrict delivers when there are incoming change sets to the stream (not the workspace)??
					Hello,
I have a workspace connected to stream D (development), and stream D is connected to stream T (trunk). This flow is made in order to have the developer continously updated to the latest trunk changes.
Ok, when there are incoming changes from stream T to the stream D, this means incoming to the stream, not the workspace, I need the mentioned precondition to work at this level but apparently cannot see whats incoming to the stream.
Is there any way to control this? prevent delivers to the stream D when this stream (not the workspace) has incoming changes?
I would appreciate some help with this. Thanks.
				
				
				
I have a workspace connected to stream D (development), and stream D is connected to stream T (trunk). This flow is made in order to have the developer continously updated to the latest trunk changes.
Ok, when there are incoming changes from stream T to the stream D, this means incoming to the stream, not the workspace, I need the mentioned precondition to work at this level but apparently cannot see whats incoming to the stream.
Is there any way to control this? prevent delivers to the stream D when this stream (not the workspace) has incoming changes?
I would appreciate some help with this. Thanks.
3 answers
										 One approach may be to restrict who can deliver to each stream.  You may currently have permissions set to allow the developers to deliver to both D and T streams.  But consider if you restrict permissions to only allow delivery to D.  Then a more restricted team (maybe a team of 1 or 2 developers or CM) only may deliver to T.  This reduces the possibility that someone might accidentally accept changes from T back to D.  If you like this approach then implement with Team Areas and Stream ownership.
	
									
									
	Team Area D (or Parent Team Area) owns Stream D.
	Team Area T (only) owns Stream T.
									
Comments
sam detweiler
Jan 24 '14, 4:00 p.m.you want to stop updates from developers (into D) when there are downward exports from T coming back into D. correct?
Martha Toribio
Jan 24 '14, 5:27 p.m.Yes, exactly sam that is what I need...