tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tramp (2.0.51); Problem with remote RCS registering


From: Michael Albinus
Subject: Re: tramp (2.0.51); Problem with remote RCS registering
Date: Sun, 30 Apr 2006 18:09:38 +0200
User-agent: Gnus/5.110005 (No Gnus v0.5) Emacs/22.0.50 (gnu/linux)

Terechkov Evgenii <address@hidden> 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:address@hidden:/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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]