Terechkov Evgenii <[EMAIL PROTECTED]> writes:

Hi,

> I'm have a trouble with remote RCS (and I use it first time). I assume that
> remote VC with tramp must be transparent for user and must not differ with
> local VC. So I just open new remote file with tramp, write some text, save
> file and press 'C-x v i'. When the prompt for initial comment is appeat, I
> enter some description and press 'C-c C-c'. And then message "Registering
> /ssh:[EMAIL PROTECTED]:/file..." appear and tramp stop responding (because
> backgroud jobs, like gnus's daemon, a still working). RCS is installed on
> remote machine and it is in $PATH. Permissions are OK, too. I have done
> something wrong?

In the traces you have provided we see the following:

$ ci -i -u0.1 -t-1'
'.'
' myfile; tramp_old_status=$?

And the *tramp/ssh ...* buffer shows:

RCS/myfile,v  <--  myfile
initial revision: 0.1
enter log message, terminated with single '.' or end of file:
>>

Your shell on the remote host didn't accept this kind of "ci",
especially the -t option which goes over several lines. That's why ci
went to an interactive mode, and waited for addditional strings from
Tramp.

You shall give just one line as description, without the following "."
in the next line.

Best regards, Michael.


_______________________________________________
Tramp-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/tramp-devel

Reply via email to