Difference between revisions of "Diff/Merge"

From Animation Master Wiki
Jump to navigation Jump to search
(New page: If you are using TortoiseSVN on the PC with SVN then see its help file on conflicts. When an <span class="caps">SVN</span> conflict occurs there are three temp files created * file...)
 
m
Line 1: Line 1:
 
 
If you are using TortoiseSVN on the PC with [[SVN]] then see its help file on conflicts.
 
If you are using TortoiseSVN on the PC with [[SVN]] then see its help file on conflicts.
  
Line 10: Line 9:
 
To before you can mark the file.ext’s conflict resolved you need to merge .rx+1 and .mine into file.ext
 
To before you can mark the file.ext’s conflict resolved you need to merge .rx+1 and .mine into file.ext
  
You can fix file.ext with a text editor by searching for “<<<<<<<” see [[Svn Conflicts]].<br />But the best way is to use tortois’s “Edit Conflicts” option if you are on the PC or…<br />If you are on <span class="caps">OSX</span> or are not using tortoise you’ll need a tool like [http://kdiff3.sourceforge.net/ KDiff3]
+
You can fix file.ext with a text editor by searching for “<<<<<<<” see [[Svn Conflict]].<br />But the best way is to use Tortoise’s “Edit Conflicts” option if you are on the PC or…
 +
 
 +
If you are on <span class="caps">OSX</span> or are not using tortoise you’ll need a tool like [http://kdiff3.sourceforge.net/ KDiff3]
  
 
'''KDiff3'''
 
'''KDiff3'''

Revision as of 13:05, 13 February 2007

If you are using TortoiseSVN on the PC with SVN then see its help file on conflicts.

When an SVN conflict occurs there are three temp files created
  • file.ext.rx
    (origional file)
  • file.ext.rx+1
    (recived file)
  • file.ext.mine
    (your file)
    file.ext has file.ext.rx+1 and file.ext.mine merged as well as it can with conflicts marked with <<<<<<<

To before you can mark the file.ext’s conflict resolved you need to merge .rx+1 and .mine into file.ext

You can fix file.ext with a text editor by searching for “<<<<<<<” see Svn Conflict.
But the best way is to use Tortoise’s “Edit Conflicts” option if you are on the PC or…

If you are on OSX or are not using tortoise you’ll need a tool like KDiff3

KDiff3

file.ext.rx should be file A

file.ext.rx+1 should be file B

file.ext.mine should be file C cateogry:SVN