Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Can I use an external diff engine to compare files in bitbucket scm?

kmcalpine March 15, 2022

The built-in diff engine in BitBucket is atrocious at aligning code in the side-by-side comparison.

If I add a function in say at line 124, pushing the existing function down 10 lines to line 134, BitBucket will align the existing function to the new function at 124, even though there is an exact match to the original function 10 lines lower.

It prefers matching:
    func GetConfigFileFromS3(key string) (*model.RevConfig, error) { 
to:
     func GetDefaultConfigFileFromS3(ItemName string) (*model.RevConfig, error) {

 

Its like it chooses a poor match here and can't even scan 10 lines further for an exact match.

Using BeyondCompare I can set the look ahead to 100s of lines so it will align properly even if I'm inserting large blocks of new code.

1 answer

1 vote
Robert Willard May 22, 2023

Same question from me.  We're moving from an internal svn server to Bitbucket and git.  In svn I could connect beyondcompare as a diff viewer.  I prefer to use beyondcompare for all diff viewing.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events