Problem running 'lscm load'
version: RTC 5.0.2
'lscm load' does not work sometime while using rtc2git, a third party tool to migrate code and history from RTC to Git repository. https://github.com/rtcTo/rtc2git
I understand a question related to a third party tool may not be appropriate to be asked in this forum but looks like the issue is about scmtools itself rather than the tool.
What basically the tool does is described as below:
- It initalizes an empty git repository and clones it
- In this repository, it loads a newly created (which will be set to the oldest baseline possible) or existing rtc workspace
- The baseline of each component of a given stream is determined
- For each baseline a compare command will be executed
- The result of the compare will be parsed to get to the necessary commit-information (such as author, comment, date)
- The change will be accepted in the workspace
- The corresponding git command will be executed to do the same change in the git-repository
Currently, I'm trying to migrate about 1000 histories and at times (about 1 in 100, frequency may different among attempts) 'lscm load' looks like failed and changes are not loaded into local repository.
However, when look at the eclipse client, it seems all desired histories are accepted in a workspace correctly and moreover, even those failed histories can be loaded individually without problem.
Does 'lscm load' have potential issue or is there any way to fix this?
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jan 24 '24, 2:29 a.m.Some issues:
Ibuki Maniwa
Feb 14 '24, 6:38 a.m.Thank you for your response,
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Feb 14 '24, 8:35 a.m.Sorry, the only hint I can provide is to see, if there is any way to detect something is not working as you desire and do a retry or deeper analysis, why this could happen.