Maxim Gordienko wrote: > No, unfortunately lattest git-p4 does not help. p4 still complain > about location of checkout or unable to apply patch("file(s) not on > client"). > My client spec is (p4 itselt is 2007.3) > --- > Client: YOUR-6C9B4BEFA3 > Update: 2008/02/22 01:03:06 > Access: 2008/03/01 10:32:50 > Owner: foo > Description: > Created by foo. > Root: c:\p4 > Options: noallwrite noclobber nocompress unlocked nomodtime normdir > SubmitOptions: submitunchanged > LineEnd: local > View: > //depot/... //YOUR-6C9B4BEFA3/... Hmm, odd. The only thing I can think of is that maybe you have the client spec set up correctly, but you never initially checked out the sources into C:\p4 ? Try to run cd /D C:\ && p4 sync -f ... manually, and then see if you're able to 'git p4 submit'. Oh, and why is Perforce reporting Path 'c:/tmp/p42/main\...' is not under client's root 'c:\p4'. It seems to me that you're still using the Cygwin version of Perforce, is this correct? If so, ensure that you're only using the native version. And please try to remove the Cygwin directories from your PATH environment variable, so we're sure that Cygwin isn't messing with us to. MSys (which the Git Windows port uses) and Cygwin are not that compatible. -- .marius