git-cc
git-cc copied to clipboard
Bridge for Git and Clearcase
I am unable to initialize gitcc. Please refer below error. Could you please assist .I am using latest Python version. C:\Users\User>gitcc init C:/Users/User/User_CCC_git Traceback (most recent call last): File "C:\Program...
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...
Fixed encoding issue due to non-utf8 characters in commit messages.
Bumps [py](https://github.com/pytest-dev/py) from 1.4.31 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...
So, i followed the steps written in the documentation, but when i pushed my repository into git , I am not able to see any version history. However i am...
Hi, I am moving many branches from CC to GIT, one by one manually. This task is completed for all branches. Now while validation what I found is that all...
1. It looks like gitcc rebase is the functional equivalent of git pull --rebase on a git repo. Is this correct? 2. The "synchronise just a portion of your git...
Error encountered while rebase [root@linux git-repo]# /root/git-cc-master/gitcc rebase > git ls-files --modified > git log -n 1 --pretty=format:%ai master_cc > cleartool ls -recurse -short . > cleartool lsh -fmt %o%m|%Nd|%u|%En|%Vn|%Nc\n...
I added these lines in gitcc configuration file [master] clearcase = V:\clearcase-prod-branch-view\path\to\project-src branches = prod_branch [dev] clearcase = V:\clearcase-dev-branch-view\path\to\project-src branches = dev_branch After i run gitcc rebase only master branch...
Hello Charles, In my environment (Python 2.7), I found that variable `DEBUG` is recognized as `str` type instead of `Bool` type, after setting `debug` loaded from config file (".git\gitcc"): https://github.com/charleso/git-cc/blob/9db20378537ac92b96bad58d5e3d511a696884f3/git_cc/common.py#L228...