how to accept changesets on stream automatically (Flow target)
I have 2 streams on different repositories and both the streams are set as flow targets
For argument sake I will name them as following
R1, S1 (Repository 1 & Stream 1)
R2, S2 (Repository 2 & Stream 2)
S1 & S2 are set as flow targets.
When there are new changesets in S1, the same is shown as incoming at stream S2.
I am wondering if it i possible to accept changesets on S2 automatically using SCM tools
Of course there could be merge conflicts but that's next step
thanks
Accepted answer
OK. This is what I have done
- Use LSCM Deliver instead of accept as accept works only on target workspace and not stream.
- adjust the Preconditions in Operations behavior to accept change set without work items (only for Replicator)
- Use a continuous integration build on both the REPO to transfer change sets between 2 repositories.
Of course this only works when there are no conflicts
Edit:: The Preconditions in Operations behavior somewhat confused me.
On R2 delivering between 2 streams I had to adjust the "Deliver (client)" preconditions.
2 other answers
Perhaps "Accept" is not what I need.
I need to use 'lscm deliver'
Comments
1 vote
1 vote
showing 5 of 9
show 4 more comments