-
Notifications
You must be signed in to change notification settings - Fork 34
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
SVN history is not captured #66
Comments
Hi @smartarix This is a known "limitation". With rtc2git(cli) there is no way to capture the svn history. |
Thanks @WtfJoke for your reply. |
I dont know if the changesets are any different, but the initial baseline is set by RTC after Code has been migrated from SVN. And the initial baseline is the starting point of rtc2git (and I also think rtc2gitcli). Therefore it will be migrated from there onwards and not before. You can try to create a baseline before the svn code... but im not really sure if its possible rtc wise. I have no experience migrating svn/cvs already migrated to rtc out of rtc. Our company luckily still had the cvs repo available as backup. And we used cvs2git and afterwards rtc2git. Keep us updated if you find a way. |
Hi @smartarix , Could you please tell me whether the commits/changesets originating from SVN are visible on the history web UI of RTC? regards, |
Hi @verhasi , |
There is nothing special about SVN history in RTC, if you ran the SVN->RTC import correctly through Eclipse, each Subversion commit maps to a logical RTC changeset in the history. Most likely you are not running with the right history configuration for your flow target in your workspace setup, and it's skipping the SVN-migrated-RTC changesets entirely. I did the same thing you did (had an RTC history established from SVN history) and it migrated to Git just fine. Once it's in RTC, it's not in any way "SVN history", they are logically mapped to changesets and are legit RTC changesets. |
Hi ,
My project is not native RTC project, I migrated it in RTC from SVN.
Now I'm migrating my RTC projecct to bitbucket using this tool. This tool did the migration but didn't captured the svn history.
Is there any way I can capture svn history ?
The text was updated successfully, but these errors were encountered: