-
Notifications
You must be signed in to change notification settings - Fork 34
Home of rtc2gitcli
This Wiki should help you set up the actual migration environment in order to start your way to Git. Feel free to give feedback in order to improve this pages at any time in order to help also others trying to migrate their content also.
Create an SOURCE_WORKSPACE
workspace with the stream you like to migrate. Add all needed components for the migration. Check that the SOURCE_WORKSPACE
workspace has the latest changes accepted from the stream.
SOURCE_WORKSPACE
following the latest commits of an stream
Now create the TARGET_WORKSPACE
workspace that contains all components from the stream but with the initial baseline and set the flow target from the TARGET_WORKSPACE
to the SOURCE_WORKSPACE
and set it as default and current.
TARGET_WORKSPACE
(DST) following the the source workspace
The tool then try to bring the TARGET_WORKSPACE
workspace to the same level as the SOURCE_WORKSPACE
workspace by accepting each changeset step by step.
At at later time you can accept all changes from stream to TARGET_WORKSPACE
workspace and start an incremental migration.