On Thu, Jul 22, 2010 at 23:44, François TOURDE <[email protected]> wrote:
> Le 14812ième jour après Epoch, > Andre Majorel écrivait: > > > Anyone knows of some software that will compare two trees and, for > > each file that differs, show you a diff and ask whether you want > > to update the destination file ? > > > > It must run in a terminal (no GUI) and it must be able to access > > the source tree through an SSH tunnel, like rsync. > > Try emacs with <M-x>ediff-directories, maybe with tramp package, and use > the syntax "/hostname:/some/path/to/tree/". It's a must for this kind of > usage. > > > -- > To UNSUBSCRIBE, email to [email protected] > with a subject of "unsubscribe". Trouble? Contact > [email protected] > Archive: http://lists.debian.org/[email protected] > > Another option is to mount the ssh remote using sshfs and use any standard gui based diff/merge tools like meld, kdiff3 etc.

