-
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
the OldestStream option in configure file #20
Comments
Hi Chen, The option is needed for recreating the earliest state (including the optional initialbaseline entry in the config) of a workspace. In your case it will be the same stream as streamtomigrate. The way I thought this option is useful/should be used is following. If theres something else, or you didnt get my explaination, keep asking 😅 |
To explain it the same way, as you did. The steps, how the program works, are:
|
@WtfJoke Thanks, it works. I used the steps below:
|
Yeah, that's how it supposed to work :) Were you able to migrate everything successful? |
Yes, I migrate all the changesets successfully. Thanks. Besides, I encountered an issue, some of the changesets comment have line breaks, so iterate the file by line will not work. The better practice is iterate the file by every 5 items(uuid, comment, user, email, date). Thanks again, we escaped from RTC to powerful GIT. |
Glad to hear that 😄 I'm happy you were successful 🎈
I'll open a new issue for that, thanks for reporting |
Hi, thank you for you guide.
I am very confused, why there is an option OldestStream?
I want to migrate ALL history from a stream to git. Think about this case: The project only has one stream and all changesets are going to this stream.
So, in my understanding, the steps should be:
Thanks.
The text was updated successfully, but these errors were encountered: