all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* cvs-mode, cvs base file have missing part
@ 2006-02-20 13:27 pier31
  0 siblings, 0 replies; 2+ messages in thread
From: pier31 @ 2006-02-20 13:27 UTC (permalink / raw)


Hello,
This might be a well-known issue but after a while searching on list
and on the web I couldn't find anything about it.
My problem appears using cvs-mode of emacs to do some cvs.
When i use ediff on a locally modified file (de) the base version
retrieved may have missing part making the ediff mode behaves odd.
If I try with tkcvs I got a complete file from base.
I have a cvs pserver with CVS_RSH set to ssh.
Using fedora core 3, emacs 21.3.1 (add same problem with debian package).
Thanks for your help

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: cvs-mode, cvs base file have missing part
       [not found] <mailman.916.1140454091.2856.help-gnu-emacs@gnu.org>
@ 2006-02-20 17:21 ` Johan Bockgård
  0 siblings, 0 replies; 2+ messages in thread
From: Johan Bockgård @ 2006-02-20 17:21 UTC (permalink / raw)


pier31 <pier31@gmail.com> writes:

> When i use ediff on a locally modified file (de) the base version
> retrieved may have missing part making the ediff mode behaves odd.
> If I try with tkcvs I got a complete file from base. I have a cvs
> pserver with CVS_RSH set to ssh. Using fedora core 3, emacs 21.3.1
> (add same problem with debian package).


[Emacs 22, etc/PROBLEMS]:

  *** GNU/Linux: Remote access to CVS with SSH causes file corruption.

  If you access a remote CVS repository via SSH, files may be corrupted
  due to bad interaction between CVS, SSH, and libc.

  To fix the problem, save the following script into a file, make it
  executable, and set CVS_RSH environment variable to the file name of
  the script:

  #!/bin/bash
  exec 2> >(exec cat >&2 2>/dev/null)
  exec ssh "$@"

-- 
Johan Bockgård

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-02-20 17:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-20 13:27 cvs-mode, cvs base file have missing part pier31
     [not found] <mailman.916.1140454091.2856.help-gnu-emacs@gnu.org>
2006-02-20 17:21 ` Johan Bockgård

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.