Hi, On Tue, Mar 8, 2011 at 7:09 PM, Anatol Pomozov <anatol.pomozov@xxxxxxxxx> wrote: > Hi, I am using HEAD version of the git and I have an issue with git-p4 > tool (p4 to git importer). > > git-p4 works fine when I import HEAD version of my project > > $ git p4 clone //depot/foo/bar --verbose > But it fails with a cryptic error when I try to import @all revisions: [...] > > $ git p4 clone //depot/foo/bar@all --verbose > Importing from //depot/foo/bar@all into bar [...] > > Can it be related to Pete's changes? > http://permalink.gmane.org/gmane.comp.version-control.git/167281 Sorry for not testing myself before responding, but in my experience with Perforce a trailing slash may be significant. Did you try this format? $ git p4 clone //depot/foo/bar/@all If that also fails you may be onto something. - Thomas -- 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