Make "rename" command an alias for "mv"?

Matthieu Moy Matthieu.Moy at imag.fr
Thu Oct 27 23:10:56 BST 2005


John A Meinel <john at arbash-meinel.com> writes:

> Well, I'm not a terminal expert.
> I believe the trick is to have part of the protocol define what terminal
> you are currently working on, and somehow have the server process grab
> hold of that terminal before continuing.

I think it's simpler to do the fork() for the editor on the client
side.

The difficulty is that you have to make sure that _all_ operations
needing to grab the terminal are correctly managed by your client
(like GPG signing requiring a passphrase).

-- 
Matthieu




More information about the bazaar mailing list