Beyond Compare is a tool used to compare 2 files.

learn more… | top users | synonyms

0
votes
0answers
29 views

Why does beyond compare opens git diff in merge mode?

We have made the transition to git in my project and now I want beyond compare to work as it should with it. I have read the instructions on the scootersoftware page. I have tried both alternatives, ...
0
votes
0answers
11 views

Rule for excluding in XML comparison using BeyondCompare

I need to add a rule in beyond compare when comparing xml files. I need to ignore nodes that begin with something containing the words [CODE]exclude="true"[/CODE] and end with the words </File> ...
1
vote
0answers
55 views

Making Beyond compare work in Ecplipse Juno

I'm working with PyDev on Ecplise and i want to make Beyond Compare my tool for merge/diff I read in several places regarding the var and configuration but nothing seems to work I've installed the SVN ...
0
votes
2answers
246 views

Compare two different directories for same file

Is there any tool, which can compare 2 directories( with different sub dirs) for same named files? Eg. DirA has subdir DirA1, DirA1 has one file named file.cpp. DirB has file.cpp. ...
0
votes
0answers
20 views

How to get current version number from Vault in BeyondCompare 3

Does anyone know a way to get BeyondCompare 3 to show the version number of the source file in Vault I'm diffing against? Ideally I'd like to have this number in the .HTML file that it saves, but ...
1
vote
1answer
248 views

Beyond Compare 2 as Git Mergetool

I am trying to use beyond compare 2 with Git as a mergetool, following this example: http://www.iokom.com/drupal/node/4 The example uses beyond compare 3, so I simply substituted my directory ...
1
vote
1answer
641 views

Beyond Compare: Export Differences in two CSV files in CSV format

I want to export differences in 2 CSV files and want the export to be present in CSV format. I can use text compare and export differences in csv but if i use text compare, i cant use keys I can use ...
2
votes
0answers
35 views

BeyondCVS only opens in Text Merge on MAC OS X

I am running BeyondCVS with Eclipse on the MAC OS X. I am using Wine Bottler on the MAC to run Beyond Compare. When I open "Compare with" in Eclipse and Beyond Compare opens up, for some reason it ...
0
votes
0answers
382 views

How to get Beyond Compare to compare data files matching columns by name, not by order

I have two scenarios: Two csv files with the same number of columns, but the column order differs. The first row of the csv is a header row and indicates correctly the column names Two csv files ...
0
votes
2answers
213 views

Batch/bulk compare of 2 different versions of website code/files?

Is there a software that allows me to batch/bulk compare code/files of 2 different versions of a website? I tried using Beyond Compare, but it doesn't let me run a batch on the directories of the ...
0
votes
1answer
190 views

Beyond Compare - how to ignore readonly flag for TFS files when comparing

I am trying to use Beyond Compare to compare files that have read only flags (caused from TFS) to a directory of files that should be identical other than the readonly flag. Is there a Beyond Compare ...
0
votes
1answer
94 views

Forcing Beyond Compare to use tabs when used as an external diff tool in Bazaar Explorer

I'm trying to use Beyond Compare as my diff tool in Bazaar Explorer. In Settings > Configuration > User Configuration > Diff I added Name: Beyond Compare Command: C:\Program Files (x86)\Beyond ...
1
vote
2answers
660 views

Pass Command Line argument to Beyond Compare

I have a list of files in a dataGridView that I would like to be able to select 2 of them (I can figure out how to check for the selectedRows count) and pass those files to Beyond Compare 3 for ...
0
votes
1answer
292 views

ignore differences in syntax in beyondcompare

In a branch of code I have changed all of the code from obj.varname to obj("varname") and when I compare the code I would like to ignore these differences since varname is the same. I have a ...
1
vote
0answers
101 views

XAML file format for Beyond Compare

Has someone created a file format for XAML files, to use with Beyond Compare. Although xml format suits xaml files and using XML Tidied and XML tidied with attributes sorted formats can make it more ...
2
votes
1answer
878 views

How do I configure TortoiseSVN's external merge behavior?

I'm having some trouble running conflict resolution after a merge with TortoiseSVN. I'm trying to have it send the data to BeyondCompare and use its 3-way merge functionality. Unfortunately, it ...
2
votes
0answers
417 views

Controlling manual alignment in 'Beyond Compare's 3-way merge

When doing a 3-way merge in 'Beyond Compare', we can get the following misalignment due to code similarity (The X's are the deleted code segments, and only two files are shown): /* ...
1
vote
1answer
335 views

Beyond Compare 2 ignore case

How can you get Beyond Compare 2 to ignore differences in letters case? E.g. "Foo Bar" and "fOo BAR" would be considered the same.
1
vote
1answer
770 views

Git for Windows using Beyond Compare

I'm a newcomer to git and I've having difficulty configuring a visual diff/merge tool. I've configured git as per the instructions on http://www.scootersoftware.com/support.php?zz=kb_vcs#gitwindows ...
1
vote
2answers
217 views

Is there a way to compare 2 version of a “compiled” ASP.NET app to see if they are the same?

Is it possible to compare two versions of a compiled ASP.NET application (V2, Webforms). When I say compiled I mean all the code is in separate Webform and Codebehind DLLs in the "bin" folder ie the ...
2
votes
1answer
388 views

How to ignore line breaks?

I have it ignoring unimportant differences, but I want the below to not show as a difference.. 3. TITLE blah blah blah blah blah blah blah blah blah blah 3. TITLE blah blah blah blah blah blah ...
3
votes
2answers
620 views

git show commit in beyond compare

I would like to see a specific commit in Beyond Compare or any other separate diff tool while viewing it via git show. I tried looking at help of git show/difftool/config but couldn't find anything. ...
5
votes
2answers
1k views

mergetool from .gitconfig being ignored?

git config --global mergetool.bc3 "\"c:/program files (x86)/beyond compare 3/bcomp.exe\" \"$LOCAL\" \"$REMOTE\" \"$BASE\" \"$MERGED\"" git mergetool /usr/lib/git-core/git-mergetool--lib: line 116: ...
2
votes
1answer
595 views

Resolving merge conflict with Beyond Compare (Mercurial)

I am using Mercurial and it's configured to open Beyond Compare when there is a conflict when merging. BC opens just fine and shows me the two files, but I have no idea what to do after that. ...
1
vote
1answer
903 views

Comparing (sorted) XMLs using Beyond Compare (script) and Generate Report

We have to compare responses (XML) of two different but they are doing the same business processes. The thing is we are in a process of migrating from Mainframe Technology to Microsoft BizTalk ...
1
vote
2answers
450 views

Beyond compare integration with Clearcase failed

I tried to integrate Beyond Compare 3 with clearcase. But it failed and simply opening up the defauly compare application coming with clearcase. Here is the following data I had given in C:\Program ...
7
votes
1answer
3k views

Using Beyond Compare inside Eclipse for Merging in Subversion

I would like to use Beyond Compare inside Eclipse. The problem at hand is, that the native diff and merge tool does not allow to customize the diff enough, so there are too much differences. Beyond ...
0
votes
1answer
193 views

Beyond Compare Search Results

it's probably a silly simple question, but here is goes - how do I export the Comparison Results window content to a file? (BC version 3.1)
2
votes
1answer
270 views

How can you do a merge 'conflict report' in Mercurial?

How can you do a merge 'conflict report' in Mercurial? Given two conflicting revisions of a file in two heads, how can you output a report showing the parent and the two sets of revisions in each ...
0
votes
1answer
74 views

Ignoring a specific difference in BC 2.3

Using BC 2.3.1 I'd like to exclude the following specific difference from being flagged 'dbeLog' vs. 'dbeOut' Can I do this, and if so, how? I've read through other posts, and it's not clear if ...
3
votes
2answers
1k views

Beyond Compare 3 editing disabled

With BC2, when i click the Show differences... option in SourceGear Vault. It allow me to copy from the repository to the working version and save but I can't do this with BC3. It doesn't allow ...
3
votes
2answers
258 views

Can I diff more than one file at a time using subversion and Beyond Compare?

So, I've successfully figured out how to do a simple diff and a 3 way merge with command-line subversion and Beyond Compare 3 using Windows 7. Thank you, stackoverflow. However, I frequently have ...
1
vote
1answer
1k views

Beyond Compare - ignore certain text strings?

Is there a way to specify to ignore specific text? For example I have web files that are often the same execpt for the difference in file paths - local vs. remote paths. So in one file I will have: ...
2
votes
1answer
1k views

Beyond Compare - ignore white lines

I'm using Beyond compare to Diff HTML/PHP files between a windows PC and a Linux box. I want to compare file contents. I can't figure out how to get it to ignore white space (line spaces or space at ...
1
vote
1answer
236 views

Beyond Compare left/right file ordering using Mercurial

The left/right files in BeyondCompare merge are reversed when using hg fetch vs an hg pull + hg merge. Is there any reason for this? Is there a way to keep the same configuration? Update: ...
3
votes
2answers
912 views

Beyond Compare merges - is there a take all?

When we do merges with Beyond Compare there is a "Take Left" or "Take Right" option for each conflict.. is there any way to do a "Take Left for all conflicts"? I've seen this in other merge tools ...
8
votes
10answers
4k views

Code compare tool for Linux [closed]

What is the best code compare tool available for Linux? I have been using Beyond Compare in Windows and am looking for something similar for Ubuntu with nautilus integration.
2
votes
2answers
768 views

Diff for Mac with right-click file selection?

One of the features I like most about Beyond Compare is the 'memory' of the windows context menu: You click right on the first file (a.txt) you want to compare and choose the Beyond Compare entry, ...
101
votes
2answers
20k views

How to configure Visual Studio to use Beyond Compare

I would like to configure Visual Studio to open Beyond Compare by default as the diff tool. How can I do this?
1
vote
1answer
446 views

Ignore folders in solution compare with Beyond Compare

I am trying to compare two large Visual Studio 2010 solutions using Beyond Compare. These solutions have 60 projects, the only way I can find to ignore differences in the bin and obj folders of each ...
4
votes
3answers
1k views

Directory comparison of Git branches

One of my favorite workflows with svn is to use Beyond Compare's folder comparison feature to see the net differences between two branches, or a branch and the trunk. Is there a way to do this in git ...
1
vote
2answers
722 views

How to let mercurial external diff tool deal with file rename?

If I commit a file rename and use extdiff to see the diff in Beyond Compare or kdiff3, they show two different files on each side. With Beyond Compare I can manually pick arbitrary files from each ...
7
votes
3answers
3k views

How to use visual merging tools?

I can't get my head around KDiff3 or Beyond Compare in the merge mode. Is there any tutorial to this feature?
15
votes
4answers
9k views

How do I make Beyond Compare ignore certain differences while comparing versions of Delphi Form Files

I use Beyond Compare (version 3.1.10) to compare different versions of Delphi Form Files, but I don't want to see differences concerning ExplicitTop, ExplicitLeft, ExplicitHeight and ExplicitWidth. ...
12
votes
2answers
2k views

How do I configure BeyondCompare to ignore SCM replaced text in comments?

I do have some text sequences that are replaced by the SCM (Perforce in my case). I do want to configure BeyondCompare to consider these sequences as unimportant differences in order to be able to ...
3
votes
2answers
602 views

How to use BeyondCompare from git mergetool in cygwin?

How to use BeyondCompare from "git mergetool" in cygwin?
3
votes
2answers
2k views

Beyond Compare as default diff tool in Eclipse when using Mercurial?

Is there any way to make Beyond Compare 3 the default diff tool in Eclipse? I'm using the Mercurial plugin and would like to use BC3 for diffing files and handling merge conflicts. I'm only able to ...
2
votes
1answer
796 views

Getting Beyond Compare to Diff 2 Branches Simultaneously

>>git difftool branch1 branch2 opens my difftool (Beyond Compare:BC) with every file that has a diff between the branches. I have to close BC after each file just for it to reopen with the next ...
2
votes
1answer
385 views

Comare and Edit Branches in Git with a Mergetool

I have 2 branches that I can compare/diff using my difftool (Beyond Compare). However, the files used for the diff are temporary copies and not the actual files from the current branch. This means ...
9
votes
2answers
5k views

How do I integrate Beyond Compare with ClearCase?

I would like to integrate Beyond Compare with ClearCase so that I can use it for diffing and merging files, instead of the awful tools provided by ClearCase. Does anyone have instructions for ...

1 2