Brett Viren <[EMAIL PROTECTED]> wrote:
> /usr/bin/git-cvsimport-script tries to exec "git" and fails.
> Reproduce it by running the following against an existing CVS
> repository of your choice:
> 
> gt cvsimport -v -d $CVSROOT -C MODULE_NAME OUTPUT_DIRECTORY
> ...
> (copious unrelated output removed)
> ...
> Commit ID 47b5adfa83821f6d12419d6527c1424da302adbc
> DONE; creating master branch
> Can't exec "git": No such file or directory at /usr/bin/git-cvsimport-script 
> line 738.
> checkout failed: -1
> 
> That line is:
> 
>                 system('git checkout');
> 
> so, either need to do "s/git/gt/" or "s/git
> checkout/git-checkout-script/" (or settle on the "git" vs. "gt" naming
> controversy...)

Thanks for the bug report.  I'm still hoping to get to call git "git",
I have a few more options to explore.

I'll be a little slow in updating the cogito package (and git-core) until
things get settled finally, one way or another...  Please bear with me.


-- 
Sebastian Kuzminsky


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to