cjohansson / emacs-ssh-deploy

A deployment plugin via Tramp for Emacs.
GNU General Public License v3.0
154 stars 6 forks source link

Recursive directory diff not working with symlinked remote path #55

Closed cjohansson closed 5 years ago

cjohansson commented 5 years ago

If the remote path is using a symlinked directory like in /home/www where www -> public_html the recursive difference function will not resolve filenames correctly. Remote path should use truename to solve this

cjohansson commented 5 years ago

Resolved in this commit