Questions tagged [beyondcompare4]

Beyond Compare is a data comparison utility. Aside from comparing files, the program is capable of doing side-by-side comparison of directories, FTP and SFTP directories, Dropbox directories, Amazon S3 directories, and archives.[1] It is available for Windows, Mac OS, and Linux operating systems. A strength of Beyond Compare is that it can be configured as difftool and mergetool of version control systems, such as git.

Beyond Compare 4 is a data comparison utility of Scooter Software, Inc.

The programm is capable of doing

  • side-by-side file comparison with special comparison view for tables (csv, Excel) and pictures.
  • side-by-side comparison of directories, FTP and SFTP directories, Dropbox directories, Amazon S3 directories, and archives.
  • 3-way file and directory merging.

It is available for Windows, Mac OS, and Linux operating systems.

A strength of Beyond Compare is that it can be configured as difftool and mergetool of version control systems, such as git.

See also:

77 questions
0
votes
1 answer

Add Windows Context Menu file command for "git difftool %1"

I am trying to add a file context menu option to execute git difftool %1 (which is configured to use Beyond Compare 4). I've got the context menu showing up with the icon I want but can't get Beyond Compare to pop up with the file diff. I've…
Brantley Blanchard
  • 1,138
  • 2
  • 13
  • 23
0
votes
1 answer

Mac OS. Is there a way to open compare directly, skip the `Launch 'bc3' [Y/n]?`

I am using the Beyond compare and set it as the git merge tool. Now I face a problem, every time I type the command line git difftool. The code below show: Viewing (1/3): 'followUpTeam.html' Launch 'bc3' [Y/n]? I am using an iMac and Beyond…
jiexishede
  • 2,193
  • 6
  • 31
  • 49
0
votes
1 answer

How to set multiple column lines (grid lines) in Beyond Compare 4?

Currently I'm able to set one column line already using the Options > Tweaks > Show column line at option. How do I set multiple column lines / grid lines?
0
votes
0 answers

Git difftool --cached and Beyond Compare

I am using Windows 10. I am diffing 256 files in one folder to 256 files in another I am using the command git difftool --cached to display files in Beyond Compare. The display out put in Git Bash says: Viewing (1/256):…
Jonathan
  • 365
  • 2
  • 6
  • 20
0
votes
1 answer

Set priority when using Beyond Compare to solve conflicts after a merge

I can see on the Beyond Compare option list for the mergetool that one can specify to favor the right or the left side with -favorright or -favorleft option. If I try to use it I get an error $git merge master [...](Actual merge with some…
Manfredo
  • 1,330
  • 2
  • 17
  • 46
0
votes
1 answer

Tool for pdf comparison with images to be integrated with test scripts

Analyzing tools for pdf comparison to compare text, images (all elements in the pdf) and that can be integrated with test scripts (for automated comparison) I looked at Beyond Compare. They have command line utility that can help to trigger the…
0
votes
1 answer

How add Unimportant Text in Beyond Compare 4?

I'm comparing 2 .po files. They have a lot of differences of this type: File 1: #: G:\theme\mytheme\user_dashboard_add.php:1377 File 2: #: G:\theme\mytheme\user_dashboard_add.php:1100 I need ignore that lines. Lines that begin with "#: G:" as…
Gabrielizalo
  • 649
  • 18
  • 23
0
votes
3 answers

git difftool Beyond Compare 4 not diffing local with remote

I am using CYGWIN and Beyond Compare 4 Pro Edition. I have set up the following .gitconfig file: [diff] tool = bc3 [difftool "bc3"] path = c:/program files/beyond compare 4/bcomp.exe [merge] tool = bc3 [mergetool "bc3"] path =…
jipot
  • 301
  • 3
  • 7
  • 23
0
votes
1 answer

Is "git config --global mergetool.bc3 trustExitCode true" a correct usage of git-config?

Using Beyond Compare with Version Control Systems under OS X uses: git config --global mergetool.bc3 trustExitCode true But Using Beyond Compare with Version Control Systems uses: git config --global mergetool.bc3.trustExitCode true I think that…
Jingguo Yao
  • 5,523
  • 2
  • 40
  • 54
0
votes
1 answer

Run Beyond Compare4 Script from Java?

Beyond compare provides a script to get the Report in a html format. I want to run the script through java to get the report in a particular folder but i am getting error everytime. MyScript text-report layout:Interleived & …
Rahul Singh
  • 16,265
  • 5
  • 49
  • 74
0
votes
1 answer

Beyond Compare - Finding number of line differences rather than byte differences when using Folder Compare

So I am using Beyond Compare 4.0.7 and am comparing two folders containing different versions of a Java project. I want to find how many lines have been changed to class files in the newest project. So I filter by *.class files, view differences…
0
votes
2 answers

Beyond compare 4 with git for windows: cannot open with git diff

I want to use Beyond compare 4 in order to perform merge and diff for my git repositories in Windows. I've set the following .gitconfig but when I execute git diff in the shell I obtain the textual diff inside the console instead that opening…
Jepessen
  • 9,377
  • 11
  • 64
  • 111
0
votes
2 answers

beyond compare (4) how do I ignore case in file content when comparing folders

In beyond compare how do I ignore the comparison of some words that are contained in file inside the folder. exemple: in left side, i have a file in a folder that contains the word 'Hello' in the right side, at same place, the file contains…
Cedric Dumont
  • 929
  • 14
  • 34
0
votes
1 answer

How to use Beyond Compare 4 on ubuntu using wine HQ?

I'm using Beyond Compare 4 on Ubuntu 15.04 using wine HQ when i open a folder in it says folder not found but folder is present. I'm all the permission to folder.
Sparsh Pipley
  • 301
  • 7
  • 22
0
votes
1 answer

Why is BeyondCompare 4 / Git trying to perform a text diff on binary files?

I'm trying to merge a branch which has a different .NET .dll and .pdb, and git/BC4 is trying to do a text merge on the files instead of letting me choose local vs remote. I've never experienced this before, presumably I have changed some setting or…
Andrew Bullock
  • 34,331
  • 32
  • 145
  • 217