svn: is there a graphical tool to assist in merges? -
(Before you say it is a duplicate or, please read ...)
< P> I need a graphical tool to help merge into SVN; I do not mean per file merged; I am beyond comparison and it works well. I mean merge trees. What I would like to see is a 3-way source tree merge, which shows me which files are the same and which are different, and the working version, or version A, or version B, or a merged versionThere is also a way to prevent any automatic merge without accepting or rejecting me either.
Any suggestions?
Edit: I'm imagining some tools which is a svn merge - dra-run
behind the curtain and Parse results in some way, tell you what the recommendations of svn are.
To answer your second question about preventing automatic mergence. This can be done using the - diff3-cmd
switch for svn.exe.
Comments
Post a Comment