unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
Subject: Re: pcl-cvs wrong status output
Date: Thu, 08 Jul 2004 17:06:15 GMT	[thread overview]
Message-ID: <jwv7jtel9ir.fsf-monnier+gnu.emacs.help@gnu.org> (raw)
In-Reply-To: mailman.209.1089288191.22971.help-gnu-emacs@gnu.org

> on running cvs-status I get the following output:
> can someone explain me what is wrong?
> of cource there is far more pngs in the examined directory.

I suspect you're accessing your repository via SSH and your machine is
running GNU/Linux (or maybe MacOS X).  There is a known bug in CVS+SSH+libc
which means that sometimes some of the data gets lost (which in turn causes
PCL-CVS to not recognize it).  It depends on the libc, apparently.  GNU libc
and MacOS X's libc are known to trigger the problem.

If it sounds like your problem, then try to use:

   % export CVS_RSH=~/bin/ssh-cvs
   % cat ~/bin/ssh-cvs
   #!/bin/sh
   (ssh "$@" 2>&1 1>&3 | cat) 3>&1 1>&2
   % 

this should fix it.  If it does, please report the bug to CVS and SSH and
GNU libc, to remind them that it still needs fixing (it's unclear whose bug
it is).


        Stefan

       reply	other threads:[~2004-07-08 17:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.209.1089288191.22971.help-gnu-emacs@gnu.org>
2004-07-08 17:06 ` Stefan Monnier [this message]
2004-07-08 11:59 pcl-cvs wrong status output Juro Mraz

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwv7jtel9ir.fsf-monnier+gnu.emacs.help@gnu.org \
    --to=monnier@iro.umontreal.ca \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).