git-cc
git-cc copied to clipboard
Bridge for Git and Clearcase
My git repository has a symlink pointing into a VOB. From `a..b` the symlink moved. `gitcc checkin` failed (after `unco`ing checked out files) with error: `Exception: cleartool: Error: Not an...
While running gitcc rebase I get the below. When used python 2.7 all worked fine. As I didn't find somewhere that the project is python 2 specific I open this...
This may well be something I'm doing wrong, but, when files are synced (this is a new install), any file in the root directory gets copied over to my git...
Hi When i try to run any of the command, it is throwing me the below error. /bin/env: python: No such file or directory Actually I have downloaded git-cc repository...
Would there be a way to include both the Activity name and Check-in comment from ClearCase in the commit comment in Git?? Even if this isn't desired for the main...
Hello Charles, I'm trying to track 2 different branches of the same project in Clearcase under git-cc. I followed the documentation and I came up with this .git/gitcc file >...
Hi, charleso, I run into this problem during executing "gitcc rebase" command. Let me elaborate the reproduce steps: 1. check in a new file using some tools like CCRC (clear...
The script works great for the most part ( had to modify it to take out the language checking going out to Git Bash ), but it would be much...
The following function is used to check if the history is the same def same(a, b): return a.subject == b.subject and a.user == b.user But I think you should add...