rtcTo / rtc2gitcli

An IBM's RTC SCM tool extension to migrate an RTC repository into a Git repository
https://rtc.to
MIT License
28 stars 34 forks source link

Commit failure after deleting all files in a repository #56

Closed fabieu closed 2 years ago

fabieu commented 4 years ago

After migrating many streams from RTC successfully, I encountered an error on a few streams. I noticed this issue because the files in the git folder didnt' match the files in RTC. After investigating the problem I recognized that after deleting all Files in the current repository and a followed check-in, the plugin can not make another commit after that, but it print out the changesets in the console as normal. I then tried to migrate the files/changes from a different baseline which where checked-in after the problem commit - without any problem. So it seems that after an empty repository the plugin is not able to write new files or commits.