Re: git p4 diff-tree ambiguous argument error

2014-07-12 Thread Duane Murphy
On Jul 12, 2014, at 11:10 AM, Pete Wyckoff p...@padd.com wrote: Some additional investigation. I am working in a copy of a repository that was originally used to pull the data from Perforce. As part of my experiments to figure out this problem, I deleted the contents of

git-fast-import bug?

2014-07-11 Thread Duane Murphy
git-fast-import is not writing a commit even after a checkpoint/progress command. See my previous message git p4 diff-tree ambiguous argument error. The error in git-p4 is caused by git not writing the commit even after git-fast-import has been given a checkpoint and progress command. On

Re: git p4 diff-tree ambiguous argument error

2014-07-10 Thread Duane Murphy
All local storage. …Duane On Jul 10, 2014, at 11:07 AM, Luke Diamand l...@diamand.org wrote: Is this using NFS, or local storage? On 10/07/14 18:30, Bill Door wrote: $ git p4 sync --detect-branches --import-labels //main@all ... Lots of useful information elided fatal: ambiguous

Re: git p4 diff-tree ambiguous argument error

2014-07-10 Thread Duane Murphy
the sync is running. That seems significant. I expect git-p4 to crash again on a new commit that is not in .git/git-p4-tmp/. Then I have to start the 8-12 hour process over again (did I mention 70k commits?). …Duane On Jul 10, 2014, at 11:08 AM, Duane Murphy duanemur...@mac.com wrote: All