vote up 0 vote down star

I want to configure it so that svn diff filename shows the diff in beyond compare.

I am on ubuntu. On a related note what is everyone using to diff and merge. BC is awesome on windows, but very ugly looking on Linux, imo.

flag

3 Answers

vote up 1 vote down check

See the SVN Book on External Diff Tools:

The presence of --diff-cmd and --diff3-cmd options, and similarly named runtime configuration parameters (see the section called “Config”), can lead to a false notion of how easy it is to use external differencing (or “diff”) and merge tools with Subversion. While Subversion can use most of popular such tools available, the effort invested in setting this up often turns out to be non-trivial.

...

The key to using external diff and merge tools (other than GNU diff and diff3, of course) with Subversion is to use wrapper scripts which convert the input from Subversion into something that your differencing tool can understand, and then to convert the output of your tool back into a format which Subversion expects—the format that the GNU tools would have used. The following sections cover the specifics of those expectations.

link|flag
vote up 1 vote down

Definitely a fan of Beyond Compare, as it not only serves as a very good diff/merge tool for use with source control, it does a very good job of helping to synchronise directories/files in general. An absolute no-brainer, when it comes to buying a copy - can't vouch for the Linux version, though, as I've never used it.

link|flag
"How to use beyond compare as a external svn diff tool"? – sbi Oct 21 at 8:40
I think it was referring to "On a related note what is everyone using to diff and merge." which, if you insert proper punctuation gets another question. – Johannes Rössel Oct 21 at 8:43
In the Windows world, Araxis Merge was my preferred visual diff application (way better than Beyond Compare IMO). But under GNU/Linux, why would I use something else than Meld? – Pascal Thivent Oct 21 at 16:48
"On a related note what is everyone using to diff and merge" !? – belugabob Oct 22 at 13:17
I'm sorry. I removed my down-vote. – sbi Oct 22 at 14:33
show 2 more comments
vote up 0 vote down

See here: link text

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.