Open
Description
I updated Cygwin to the latest binaries. I installed svn2git using RubyGems: v2.3.2
Here is my command:
svn2git https://apac-svn.xyz.com/prod/xyz --verbose --metadata
It ran for about one hour...then failed at the very end. Maybe this is a Cygwin-specific issue?
Here is the last part of my log:
liumaaRunning command: git log -1 --pretty=format:'%ae' "svn/tags/REL_QE0.0.0.RC1"
liumaa@287089ef-6891-4ea7-9438-46fac5d5f674Running command: git config --local user.name "liumaa"
Running command: git config --local user.email "liumaa@287089ef-6891-4ea7-9438-46fac5d5f674"
Running command: git tag -a -m "first try on testing SRL web for QE" "REL_QE0.0.0.RC1" "svn/tags/REL_QE0.0.0.RC1"
Running command: git branch -d -r "svn/tags/REL_QE0.0.0.RC1"
Deleted remote branch svn/tags/REL_QE0.0.0.RC1 (was 0cbcb45).
Running command: git config --local --unset user.name
Running command: git config --local --unset user.email
Running command: git checkout -f master
Already on 'master'
Your branch is up-to-date with 'origin/master'.
Running command: git gc
fatal: gc is already running on machine 'W01B5POS' pid 9204 (use --force if not)
command failed:
git gc
I am experienced with Linux, Cygwin, svn, and git, but not Ruby. I'll do my best to help.
Metadata
Metadata
Assignees
Labels
No labels