windows - Git mergetool with Perforce -



windows - Git mergetool with Perforce -

i using perforce resolve file conflicts in git. set up, ran

git config --global mergetool.p4merge.cmd 'p4merge.exe \"$base\" \"$local\" \"$remote\" \"$merged\"' git config --global merge.tool p4merge

p4merge available in path.

when run git mergetool after conflicts have arisen, p4merge issues next error message:

errors: "./myfile.base.7132.example" invalid file "./myfile.local.7132.example" invalid file "./myfile.remote.7132.example" invalid file "myfile.example invalid file

it not taking finish path of files c:\users\abc\project\path\myfile.example seems think in root directory.

i working on windows.

how can create perforce take right paths of files?

windows git merge perforce

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -