Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing a symlink into a file in git causes ClearCase checkin to fail #71

Open
chrahunt opened this issue Oct 29, 2016 · 1 comment
Open

Comments

@chrahunt
Copy link

This was located along with #70. I replaced a symlink with a file of the same name and committed. When I tried to do gitcc checkin I received KeyError: u'T' from this line. Per the git-diff docs (under --diff-filter) T is returned for type when the file in question has its type changed between symlink, regular file, and submodule. It looks like the dict here is lacking a suitable handler.

@charleso
Copy link
Owner

@chrahunt Yeah never worried about symlinks. If you haven't already discovered, I don't use/touch git-cc any more. If you manage to add support then I'm happy to accept a pull request, but otherwise I'm afraid there isn't much that I can do. Best of luck.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants