-
Notifications
You must be signed in to change notification settings - Fork 60
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
Migrating multiple Streams overwrites branches content. #164
Comments
I think I dont fully understand the problem. You tried to migrate two streams to the same git repo, correct? And when you migrated the second stream you dont have the data of the second stream? But you have a branch called like the second stream? When you run the migration on an existing repo it will create a new branch from the current branch. If the current branch contains data of the first stream, then maybe migration of the second stream doesnt work for some reason. You should be able to figure out by inspecting the logs (or provide them). Should the two streams belong to the same git repo? Or are you better of to habe 1 git repo for 1 stream? |
@WtfJoke Thanks for the respond, As you said when I migrate the second stream into the same GIT repo a second branch is created with the name of the stream (As expected and all is good so far), but when I look into the files I see that the files of the second stream are not in the second branch I just find the files of the first branch (First Migrated Stream) Here is the output of the first Stream Migration
The output of the second Stream Migration:
|
@WtfJoke I hope that you respond because I am still stuck with this problem, and I realized That in the second branch (That contains the files of the first branch) has also the folders of the second branch(Which is good but they are empty). Thanks for the help in advance. |
Im currently in vacation 🌴 so I dont check github very often. As often the logs tell already a lot. In case youre stuck they often help.
The workspace name seems to be a windows path in your case. It probably also makes sense to change your workspace name to something more simple (eg. avoid special characters, except maybe - and _, so maybe workspace70 is enough in your case) Another note
You might need to check that as well. Depending on your rtc (cli) version that command doesnt work (or just the --current flag), you might need to fix that. Which rtc version do you use? 5, 6 or another one? Default is: 5 (Option is called In case you need to debug those commands, there is an option Hope that helps to get unstuck 👍 |
@Qusai3toon were you able to continue and to resolve the issue? |
Hello @WtfJoke,
Thanks for this amazing tool,
I am almost done with my work, but there is this last problem that I'm facing now.
The problem is that when I migrate the second stream what happens is that I find the names of the two branches but when I check their content, What I see is that the content of the first migrated stream is in both branches and none of the second stream is there**(Both branches have the first branch files)**.
please tell me if there are any variables I need to add them to the configuration file so I can make it work properly
Here is the configuration file :
The text was updated successfully, but these errors were encountered: