-
Notifications
You must be signed in to change notification settings - Fork 93
Description
Thanks for your work, which helped me a lot. I used it to migrate my project from ClearCase to git.
After fixing issue #35 and issue #59, gitcc rebase ran without any reported errors.
But since I had configured cleartool diff to use the external "beyond compare" tool (in file D:\Programs\IBM\RationalSDLC\clearcase\lib\mgrs\map),
every cleartool diff call caused the script to open the interactive "beyond compare" gui,
which waits for the user to manually close it. Then the script proceeded.
So in total I had to close around 40 times the "beyond compare" window in order to proceed.
Also I am not sure, if the expected output from the original cleartool diff matches the one from beyond compare.
My question is: Do you think, it is necessary to undo the configuration for cleartool diff?
Second issue: Are symbolic links supported by git, windows 10 and git-cc?
After migrating they seemed to be lacking.
Thanks!