Changes between Version 3 and Version 4 of WinMerge


Ignore:
Timestamp:
11/14/08 13:59:01 (16 years ago)
Author:
csherwood
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WinMerge

    v3 v4  
    1212}}}
    1313Add this file as a filter file in
    14 {{{c:\Program Files\Winmerge\Filters\subversion.flt}}}
     14{{{c:\Program Files\Winmerge\Filters\subversion.flt}}} and load it from the Settings..Filters menu.
    1515{{{
    1616## This is a directory/file filter for WinMerge
     
    3535}}}
    3636
     37The line filters don't work properly to eliminate comparison of lines with version control tags like '''{{{! svn $Id:}}}''' in WinMerge 2.10.02.
     38
     39Say your ROMS repository is in a directory called {{{..\my_code\}}}, so you'll have files like {{{..\my_code\ROMS\Nonlinear\sediment.F}}}. If you want to compare with {{{..\trunk_version\ROMS\Nonlinear\sediment.F}}} and you start the WinMerge comparison by opening directories {{{my_code}}} and {{{trunk_version}}}, WinMerge will mark files with the svn tag with '''"Files are different"''', but when you open them, the '''"Files are identical"''' box will open.
     40
     41The workaround for this annoying feature is to initiate file comparisons at a lower level. For example, dragging your branch version of {{{ROMS}}} and the trunk version of {{{ROMS}}} into WinMerge works fine.
     42
     43Also, the '''File Compare method''' must be '''Full Contents''' (found under '''Options..Compare'''). This is the default. And the line filters must be checked and enabled. ('''Tools..Filters..Linefilters''').