TortoiseSVN: Could not start external diff program!
26 views
Skip to first unread message
radhi....@gmail.com
unread,
Dec 12, 2018, 10:24:54 AM12/12/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TortoiseSVN
Hi,
I have setup Beyond Compare as the external diff tool for Tortoise SVN and I have been using it since a long time to compare different revisions of a file in SVN repo.
Suddenly from today, I get an error saying "Could not start external diff program! %1 is not a valid Win32 application".
I updated TortoiseSVN to the latest version. I also verified that Beyond Compare executable is independently working by comparing two files using Beyond compare.
I also removed the existing configuration for diff tool in Tortoise SVN and reconfigured Beyond Compare.
I also updated Beyond Compare to the latest version and verified is it working with a valid license by comparing two different files in Windows.
Can you tell me how to resolve this issue? It is quite a nuisance to suddenly find that something that was working is now no longer working.
Regards
Radhika
Stefan
unread,
Dec 14, 2018, 4:55:22 PM12/14/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TortoiseSVN
Does the default TortoiseMerge work?
Usually this error happens if you configure the diff tool wrong: paths that have spaces in them need to be in quotes, e.g. "C:\program files\difftool.exe" and not C:\program files\difftool.exe
Radhika R
unread,
Dec 17, 2018, 3:12:56 AM12/17/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TortoiseSVN
Tortoise merge works fine. I did have a space in the difftool path, enclosing the path in quotes solved the problem.