rtc2git icon indicating copy to clipboard operation
rtc2git copied to clipboard

A tool made for migrating code from an existing IBM's RTC SCM repository into a Git repository

Results 34 rtc2git issues
Sort by recently updated
recently updated
newest added

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...

While working on RTC there were some files that were added to baseline. Then a .jazzignore was added to prevent people from overwriting those files. When the rtc2git utility was...

I am migrating RTC stream to Git, I have 5000changesets to migrate. Each changeset migration is taking 30mins to 45min. It is taking long time to migrate the data. Can...

Hi Manuel, Thank you so much for all your support during the code migration activity. With your help, I'm able to migrate the code with 13000 changeset and 15GB in...

Hi, I am trying to run a migration using rtc2git python script and encountering below error, ``` 21:42:44 - Set component 'Dev-ALM_PPM_ADT_Src'(_oVtHEKHBEeKiY-82zS2mKQ) to baseline 'FY18Q4_Aug_Snapshot' (_Bm0L0LEGEei7nNaTvIPLMg) 21:45:09 - Start (re)loading...

Hello, I am trying to move a RTC project to Github using rtc2git and after following the directions, I get a ``` 22:04:52 - Start collecting changes since baseline creation...

https://github.com/rtcTo/rtc2git/blob/dc0736c036be744e78bc5fefaaca59b6cec18999/rtcFunctions.py#L248 The above line was commented out at some point. Seems to me like that broke (or rather disabled) the automatic conflict resolution. Why was it commented out? How else...

bug

My migration takes about 3-4 days to run, and it is still running. However, I am seeing some errors regarding 'accept'. The following form of logging is reported as below:...

question

Did not dive deep into the code so the fix is rather crude and simple but I tested it with a ~400 change set repo and didn't run into problems.

`git diff` is used to determine whether there are any changes. `git diff` is empty if only new, untracked files are added. This halts the migration process and asks the...

enhancement
idea
improvement