Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tools for SVN Merging

Tags:

SVN merging is very time consuming (especially on large code bases) and error prone. Eclipse and Netbeans plugins don't serve me very well. At the moment I'm using a combination of manual "svn merge" and the graphical diff Meld. Are there better alternatives (non-win32)?

like image 646
Fabian Buch Avatar asked Oct 20 '08 11:10

Fabian Buch


People also ask

What is a SVN Sync merge?

This basic syntax— svn merge URL —tells Subversion to merge all changes which have not been previously merged from the URL to the current working directory (which is typically the root of your working copy).


1 Answers

I have recently started using the new Beyond Compare 3 (for Windows and Linux). It seems to consistently make better automated merge decisions then TortoiseSVN or KDiff3. Particularly on whitespace, I believe this is due to BC3s better file type configuration.

I also think its merge interface is cleaner and easier to understand then KDiff.

like image 51
Mike Miller Avatar answered Sep 28 '22 01:09

Mike Miller