4

I try to compare two revisions with the folder compare of Beyond Compare 4. But I fail to connect my SVN-folder, I get an error.

enter image description here

When I connect to the SVN-repository with my TortoiseSVN, I'm asked for user and password and I'm connected without problems.

What do I need in addition to compare SCN-revisions with the folder compare of Beyond Compare 4?

knut
  • 27,320
  • 6
  • 84
  • 112

1 Answers1

5

Beyond Compare 4 uses SVN via the command line, but the installation of TortoiseSVN does not install the command line by default.

After the installation of the command line client tools the svn.exe-command is availabe and beyond compare can connect to SVN.

Now you can compare two SVN-revisions in the folder compare: enter image description here

Community
  • 1
  • 1
knut
  • 27,320
  • 6
  • 84
  • 112