Feature Request: comparing Changesets in BCompare.exe

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • johnlau7
    New User
    • Jun 2016
    • 2

    Feature Request: comparing Changesets in BCompare.exe

    Hello,

    Is it possible to connect Beyond Compare to a source control system and display all the files in a Changeset. The file on the left would display the previous version of the file and the one on the right would display the new version.

    I use Visual Studio connected to TFS as my source control, and it's tedious to right click on each file to compare with the previous version. Using Beyond Compare within my IDE helps, but it could be better.

    If not already a feature, can you please add it!

    Thanks!
    John
  • Aaron
    Team Scooter
    • Oct 2007
    • 15997

    #2
    Some VCS can display a directory diff using local files to represent the two folders, such as Git using --dir-diff. For setting this up with or without symlinks, you can follow either answer here:
    https://stackoverflow.com/questions/...with-sym-links
    (using the BC4 Follow Symbolic Links option, or the Git --no-symlinks option.

    I do not believe TFS has a similar layout, but if it can call a diff of two folders to represent the changeset, then BC4 could diff it. Alternatively, you could perform two temporary checkouts of each revision, then diff the temp revision folders.
    Aaron P Scooter Software

    Comment

    Working...