Why can't I stream a stream?
5 answers
A bit of confusion here. I am trying to stream a stream but under Team Artifact>Source Control>Stream, when I right click to create new stream I cannot find the option only New Repository Workspace is found. Why is that so?
I am unclear by what you mean by "stream a stream". If you want to create a new stream, you can use the Source Control node. Project Area > Source Control > New > Stream.
There is also a duplicate action on the stream node if you want the new stream to have the same configuration as the one selected.
Trying to branch a stream say Stream1. So do u mean I create a Stream-Sub1 from Source Control and set flow target to Stream1 right?
Next step I want to make changes to Stream-Sub1. To do so I need to create a repository workspace from Stream-Sub1, code, deliver changesets?
Then I want to merge Stream-Sub1 to Stream1. What are the steps involved please?
Next step I want to make changes to Stream-Sub1. To do so I need to create a repository workspace from Stream-Sub1, code, deliver changesets?
Then I want to merge Stream-Sub1 to Stream1. What are the steps involved please?
To merge Stream-Sub1 to Stream1, in the Pending Changes view, you:
- select the "change flow target" operation on the workspace you created
for Stream-Sub1, and specify Stream1.
- select the Accept operation on the workspace(to merge into the
workspace all changes from Stream1.
- merge any branching conflicts
- select the Deliver operation on the workspace.
Cheers,
Geoff
On 2/10/2011 10:08 AM, erwl88 wrote:
- select the "change flow target" operation on the workspace you created
for Stream-Sub1, and specify Stream1.
- select the Accept operation on the workspace(to merge into the
workspace all changes from Stream1.
- merge any branching conflicts
- select the Deliver operation on the workspace.
Cheers,
Geoff
On 2/10/2011 10:08 AM, erwl88 wrote:
Trying to branch a stream say Stream1. So do u mean I create a
Stream-Sub1 from Source Control and set flow target to Stream1 right?
Next step I want to make changes to Stream-Sub1. To do so I need to
create a repository workspace from Stream-Sub1, code, deliver
changesets?
Then I want to merge Stream-Sub1 to Stream1. What are the steps
involved please?
Trying to branch a stream say Stream1. So do u mean I create a Stream-Sub1 from Source Control and set flow target to Stream1 right?
Next step I want to make changes to Stream-Sub1. To do so I need to create a repository workspace from Stream-Sub1, code, deliver changesets?
Then I want to merge Stream-Sub1 to Stream1. What are the steps involved please?
For a branch, right-click on Stream 1 and duplicate it. Any changes you deliver to the duplicated stream will only exist there until you deliver the changes to Stream 1.