On Sun, Jul 05, 2009 at 02:43:01PM +1200, Antony Stubbs wrote: > I've got a new install from mac-ports and am having trouble with cvs > import not finding the plumbing commands. > > It seems that cvsimport still uses all the old style git-hash-object > type commands, instead of the new " git hash-object" command style. > And on my system, I don't have any of the old style commands. The old style commands should be in the execdir (e.g., /usr/local/libexec/git-core). That directory should be placed at the beginning of the PATH when you run "git cvsimport". If you run "git --exec-path", what directory does it print? If you go to that directory, is it filled with dashed git commands? -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html