Menu

#114 Symlink comparison

open
nobody
None
5
2013-09-05
2010-09-20
-
No

In version 0.9.95 relative symlinks are first converted to absolute ones and then compared. There should be a way to compare symlinks by their exact contents. Suppose, for example, '~/dir1/link' points to 'README' and '~/dir2/link' also points to 'README' (each is in a different directory). kdiff3 converts these links to '~/dir1/README' and '~/dir2/README', respectively, and then compares them. This results in relative symlinks comparing different when option 'follow symlinks' is turned off. This makes it inconvenient to check if two directory trees have the exact same contents.

Discussion

  • -

    - - 2011-04-12

    Another problem with symlinks in 0.9.95 is when I copy a relative symlink during directory merge. The copied symlink is absolute! I'd like to have a way to copy relative symlinks. This feature can be used to synchronize a backup (a 1:1 copy).

     
  • Harvey Chapman

    Harvey Chapman - 2013-09-05

    I have this problem as well and would appreciate a fix.