Perforce visual merge tool, which allows users to visualize the differences between file versions.
2
votes
1answer
256 views
How to force textual merging with p4merge?
I'm using Perforce and its default merge tool p4merge. On integration I have several conflicts in a vcproj I wish to resolve.
But it seems p4merge tries to somehow interpret the file's contents and ...
1
vote
1answer
41 views
How to set splitter exactly to half window width in p4merge?
I'm wondering if there is a way to set the splitter in p4merge window exactly to 50% screen width. For instance in Total Commander you can right click on splitter and choose from list but there is ...
1
vote
0answers
192 views
p4merge displays error 'nul is (or points to) an invalid file' when I am using git difftool --cached
I just decided and installed p4merge as my visual merge tool for git. In order to do that I've configured my git using this command
git config --global merge.tool p4merge
git config --global ...
2
votes
1answer
503 views
Perforce external diff in Eclipse?
I am using the P4Eclipse plugin for seamless integration with Perforce. I feel comfortable doing most of the P4 things with this plugin, except file diffing.
By Team - Diff File(s) against Depot in ...
1
vote
1answer
116 views
When using an external diff tool for Git, how can I get the full path to be passed to the tool rather than the relative path?
I'm trying to use a shell script and .gitconfig to open up p4merge (on Mac) when diffing files with git.
It's almost working, but I get a problem with the relative path on the "right" file (second ...
3
votes
4answers
752 views
error with p4merge merging tool in git
I have setup my classpath for p4merge an set the file .gitconfig, but there i get this error when the p4merge tool suppose to opem those two files that are in conflict. anybody knows the solution?
...
0
votes
0answers
104 views
Saving intermediate changes when using visual tools for conflict resolution
I'm using a visual merge tool - p4merge in this case - and I can't work out how to save intermediate changes so that I can finish off the conflict resolution process at a later session. Here's what I ...
2
votes
1answer
347 views
GIT 2 or more merge conflicts in a single file - how p4merge handles?
GIT p4merge - 2 or more conflict in same file
I have integrated p4merge with GIT and i came across this situation once.
I have a file with merge conflicts. The file say foo.c has merge conflicts ...
5
votes
1answer
781 views
How to set file labels in p4merge
When p4merge is invoked from p4v it displays depot paths as labels on the files. I would like to use p4merge as a diff viewer for SVN, and to that end I have this batch file:
@echo off
pause
p4merge ...
1
vote
1answer
625 views
Resolve selected merge conflicts using p4merge in GIT
Is there a way to resolve selected file having conflicts using p4merge in GIT?
Lets say there are 25 conflicts and each conflict has to be resolved by each developer, if any developer runs 'git ...
7
votes
2answers
4k views
p4merge error [GIT]
I am trying to use p4merge with git but I am getting:
Error starting p4merge: "path/myFile" is (or points to) an invalid file (this lists the BASE, LOCAL, REMOTE, and standard version of the file).
...
26
votes
6answers
7k views
How to use p4merge as the merge/diff tool for Mercurial?
Does anyone know how to setup Mercurial to use p4merge as the merge/diff tool on OS X 10.5?
