From: bojohan+news@dd.chalmers.se (Johan Bockgård)
Subject: Re: cvs-mode, cvs base file have missing part
Date: Mon, 20 Feb 2006 18:21:52 +0100 [thread overview]
Message-ID: <yoijek1yrln3.fsf@linus003.dd.chalmers.se> (raw)
In-Reply-To: mailman.916.1140454091.2856.help-gnu-emacs@gnu.org
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
next parent reply other threads:[~2006-02-20 17:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.916.1140454091.2856.help-gnu-emacs@gnu.org>
2006-02-20 17:21 ` Johan Bockgård [this message]
2006-02-20 13:27 cvs-mode, cvs base file have missing part pier31
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=yoijek1yrln3.fsf@linus003.dd.chalmers.se \
--to=bojohan+news@dd.chalmers.se \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.