Undoing a delivery
What is the proper way to under a delivery of a workitem+changeset to the integration workspace. If I do a reverse change-set on the integration workspace, will everyone else can accept that reverse-changeset? And then how does the person who delivered the change-set , create a fix and then redeliver both change-sets?
3 answers
On Fri, 22 Aug 2008 11:08:01 +0000, abaror wrote:
You can reverse the changeset and deliver the reverse. Everyone else can
accept it since it is just a normal changeset that undoes the changes.
The original person can also accept it, and rewrite his code to be
acceptable in a new changeset and deliver that.
A less recommended solution is to discard the changeset from your
workspace, and run "replace in stream". This will remove the changeset
from the stream. Then the original developer can fix it and deliver the
old changeset + fix when he's ready.
- Dmitry
What is the proper way to under a delivery of a workitem+changeset to
the integration workspace. If I do a reverse change-set on the
integration workspace, will everyone else can accept that
reverse-changeset? And then how does the person who delivered the
change-set , create a fix and then redeliver both change-sets?
You can reverse the changeset and deliver the reverse. Everyone else can
accept it since it is just a normal changeset that undoes the changes.
The original person can also accept it, and rewrite his code to be
acceptable in a new changeset and deliver that.
A less recommended solution is to discard the changeset from your
workspace, and run "replace in stream". This will remove the changeset
from the stream. Then the original developer can fix it and deliver the
old changeset + fix when he's ready.
- Dmitry