-
Notifications
You must be signed in to change notification settings - Fork 810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if i compare 2 folders of symlinks, will Delete-Left affect the linked files? #1976
Comments
If it is a symbolic link created with the |
okay, thanks. but is it possible to make winmerge delete the original file alongside its symbolic link when symbolic links are compared? |
Unfortunately WinMerge doesn't have such a feature. |
okay, but can you at least add the symlinks following in order to consider symlinks the same as their target files? for now, if chosen compare method is Binary Contents (i just don't have hours to compare large file sets with Full Contents) and i compare file A with symlink A (targets to file A), winmerge says they are different files, but double-clicking shows a popup that says that compared files are identical :\ |
…ethod, the contents of the files are identical, but if one side is a symbolic link, it is judged to be different. refs #1976
Fixed in commit dfcaf93 |
No description provided.
The text was updated successfully, but these errors were encountered: