How to use svn with beyond compare 3
Asked Answered
C

3

23

I want to use svn command line with beyond compare and get the following output

Text Compare
Produced: 11/16/2008 11:45:34 AM

SourceFile,CompareFile,IOriginal,IAdded,IDeleted,IChanged,UOriginal,UAdded,UDeleted,UChanged
"E:\Downloads\eeli\eel\1.c","E:\Downloads\eeli\eel\2.c",967,192,501,270,368,113,205,89

What is the exact commandline?

Countess answered 16/11, 2008 at 19:46 Comment(1)
why would anyone vote this down ? I know nothing about "beyond compare" but people actually use/know it and have already answered the question ? the question is not too vague or bizzare, no obvius spelling errors ? What's happening.Wriggly
P
8

Put this in (for example) c:\bin\bcsvn.bat

@REM To configure this as the Subversion diff command, add these lines to
@REM    c:\Documents and Settings\username\Application Data\Subversion\config:
@REM
@REM [helpers]
@REM diff-cmd = c:\bin\bcsvn.bat
@REM
@"C:\Progra~1\Beyond~1\bcomp.exe" "%6" /title1=%3 "%7" /title2=%5
@exit 0

You'll might have to fix up the path to bcomp.exe.

Pervert answered 16/11, 2008 at 20:22 Comment(0)
M
20

All the Beyond Compare settings for different version control systems are outlined here: http://www.scootersoftware.com/download.php?c=kb_vcs

For TortoiseSVN try https://web.archive.org/web/20221130064351/https://www.scootersoftware.com/support.php?zz=kb_vcs#tortoisesvn

Mollescent answered 21/1, 2011 at 1:12 Comment(0)
P
8

Put this in (for example) c:\bin\bcsvn.bat

@REM To configure this as the Subversion diff command, add these lines to
@REM    c:\Documents and Settings\username\Application Data\Subversion\config:
@REM
@REM [helpers]
@REM diff-cmd = c:\bin\bcsvn.bat
@REM
@"C:\Progra~1\Beyond~1\bcomp.exe" "%6" /title1=%3 "%7" /title2=%5
@exit 0

You'll might have to fix up the path to bcomp.exe.

Pervert answered 16/11, 2008 at 20:22 Comment(0)
B
3

The instructions suggested by the others didn't work for me. Here's how I finally got it:

I. On a Windows Explorer window, Right-click > TortoiseSVN > Settings

  1. Diff Viewer
  2. External
  3. ...

    The first three steps

  4. Find BCompare.exe. If you did a normal installation it's in C:\Program Files\Beyond Compare 4\.

    There's no need to enter all the whacky variables outlined in the documentation, in fact I couldn't get it to work with those.

  5. Go ahead and do the same thing for the other options in Diff Viewer and Merge Tool if you want.

Here's what the final should look like:

enter image description here

Brinkman answered 20/5, 2019 at 16:14 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.