rtc2gitcli icon indicating copy to clipboard operation
rtc2gitcli copied to clipboard

Migration fails on directory links

Open ycon-company opened this issue 8 years ago • 6 comments

I suspect the migration fails because of a symbolic link problem (on Windows machine) - when the RTC repository contains directory/file links.

Is there a solution for this scenario?

Thanks!

ycon-company avatar Jul 27 '17 05:07 ycon-company

@ycon123 It seems to be a problem of JGit handling links. We did out migration using a Llinux/Docker environment based on the rtc2git-docker based image, because we had RTC 5.0.2 at the time and needed to use an older version of JGit. What version of RTC are you using?

reinhapa avatar Jul 27 '17 09:07 reinhapa

I am executing the script with scmtools v5.0.2 (server v6.0.3) and EGit 4.1.1 installed on Eclipse (Mars)

ycon-company avatar Jul 28 '17 04:07 ycon-company

@ycon123 I see, could a migration within a docker container be an option for you?

reinhapa avatar Jul 28 '17 11:07 reinhapa

  1. Can't I just install the docker's git version on my environment?

  2. Just to make sure - the link issue doesn't recreate using the docker configuration?

ycon-company avatar Jul 28 '17 15:07 ycon-company

@ycon123 it seems that I do not understand exactly what you want me to say.

I have no experiences with handling links during the migration from RTC to GIT jet, due the fact that we did not have such a scenario in our environment. I know, that handling links under Linux together with JGit could maybe working better than under Windows. It's just an assumption, not a proven fact.

I would recommend you to give it an try using a docker image and try to migrate within that to see if that would fit your needs. (We did our complete migration this way, even though we where using Windows in our day to day work) If you like you could join the RTC to Git Slack Channel to chat with me later on. Just sign up under https://rtc.to/#slack

reinhapa avatar Jul 28 '17 20:07 reinhapa

Thanks!

ycon-company avatar Aug 02 '17 04:08 ycon-company