Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to migrate multiple streams #67

Open
rambaliga opened this issue Jul 30, 2020 · 1 comment
Open

How to migrate multiple streams #67

rambaliga opened this issue Jul 30, 2020 · 1 comment

Comments

@rambaliga
Copy link

Currently we are trying to migrate multiple streams with one single component across all these streams set at different baselines.

Can anyone suggest how can this be achieved using this tool?

@solzun
Copy link

solzun commented Mar 9, 2023

You would re-run this script using SOURCE and TARGET workspaces against those different stream histories and changing the local Git branch between each run (starting with a new local Git branch with no history.)

Unlike RTC, and most of IBM's tools, Git doesn't care about directory or file identity, so it will correctly merge content that exists in the same paths across multiple branches, you don't need to deal with moronic file identity issues like evil twins in RTC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants