From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: pier31 Newsgroups: gmane.emacs.help Subject: cvs-mode, cvs base file have missing part Date: Mon, 20 Feb 2006 14:27:49 +0100 Message-ID: <9f09ee350602200527g3349b6e9j363bbaeb02c55906@mail.gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1140466738 25107 80.91.229.2 (20 Feb 2006 20:18:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Feb 2006 20:18:58 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 20 21:18:54 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FBHUW-0004lv-FC for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Feb 2006 21:18:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FBHUV-0003CX-GL for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Feb 2006 15:18:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FBBXz-00067G-T5 for help-gnu-emacs@gnu.org; Mon, 20 Feb 2006 08:57:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FBBO7-00049e-56 for help-gnu-emacs@gnu.org; Mon, 20 Feb 2006 08:47:41 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FBB4y-0000RG-Je for help-gnu-emacs@gnu.org; Mon, 20 Feb 2006 08:27:53 -0500 Original-Received: from [64.233.184.194] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FBBB0-0000GE-Nm for help-gnu-emacs@gnu.org; Mon, 20 Feb 2006 08:34:07 -0500 Original-Received: by wproxy.gmail.com with SMTP id i27so872579wra for ; Mon, 20 Feb 2006 05:27:49 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=oiGJ8WSaEdpKnyeMPgAKl1EJEdH0cgWfZyKKuWYI7M2rvuibfEyfR7pXhqj7hMatJ87EG8tT5X4suN106dPJnnThaeQ8zitf29/gfstSL+pcH98GCCQ6uyWnfaRZL3o7u04GEbZZ9OCPjJg9kc2MNg27nOSAw5v1FGDULr+J40c= Original-Received: by 10.65.176.19 with SMTP id d19mr784458qbp; Mon, 20 Feb 2006 05:27:49 -0800 (PST) Original-Received: by 10.64.148.2 with HTTP; Mon, 20 Feb 2006 05:27:49 -0800 (PST) Original-To: help-gnu-emacs@gnu.org Content-Disposition: inline X-Mailman-Approved-At: Mon, 20 Feb 2006 11:48:07 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:33314 Archived-At: 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