Don't want to accept a change into a stream
I have an incoming change set that I don't want to ever accept because it is not valid for the release its flowing into. How do I discard a change set that I don't want. I want to retain the copy of the file in my stream without updating it, but I don't want the change to live in the Incoming pending changes folder anymore. It is the only change there and I don't want to inadvertently accept the change if it just lingers there?
One answer
My question would be:
Are you looking at a repository workspace or a stream? E.g. is the object that the change flows into to be accepted a stream or repository workspace?
If you look at a stream, why does your stream flow with another stream if you develop for another release in your stream? Remove the flow target from your stream and live ever happy thereafter.
If you look at a repository workspace, you should really be working against a new stream that will represent the new release.so,
Are you looking at a repository workspace or a stream? E.g. is the object that the change flows into to be accepted a stream or repository workspace?
If you look at a stream, why does your stream flow with another stream if you develop for another release in your stream? Remove the flow target from your stream and live ever happy thereafter.
If you look at a repository workspace, you should really be working against a new stream that will represent the new release.so,