You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed NiftyPerforce on Visual Studio 2008 and when I choose DiffItem
on a file, nothing happens. What do I need to do for this to work? Is this a
bug?
Original issue reported on code.google.com by [email protected] on 17 Apr 2012 at 4:51
The text was updated successfully, but these errors were encountered:
First, does the file have a diff? If it doesn't, then nothing will happen.
Second, do you have any custom diff options? If so, there is some logic in
there to make that work, but it will go to the console pane instead.
In my case I figured out I needed to use "p4 save -s P4DIFF" and make it point
to a batch file, which runs my custom diff utility (beyond compare 3). However,
is any special configuration required for just the default p4diff.exe utility
to be used? Before I did any setup work, a unified diff was printed to the
output pane in Visual Studio instead of opening up P4DIFF.EXE like I expected.
Original issue reported on code.google.com by
[email protected]
on 17 Apr 2012 at 4:51The text was updated successfully, but these errors were encountered: