* pcl-cvs wrong status output
@ 2004-07-08 11:59 Juro Mraz
0 siblings, 0 replies; 2+ messages in thread
From: Juro Mraz @ 2004-07-08 11:59 UTC (permalink / raw)
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.
-----------
In directory .:
Message: ===============================================
Message: release-1-05 (revision: 1.1)
Message: release-1-0-patches-merged (revision: 1.1)
Message: release-1-0-patches (branch: 1.1.2)
Message: release-1-0 (revision: 1.1)
Message:
Message: ===================================================================
Message: File: icon_channellistview_channel_notw
Message: File: icon_msgspec_caption.png Status: Up-to-date
Message:
Message: Working revision: 1.1
Message: Repository revision: 1.1 /cvsroot/MovingWeather/MovingWeather/src/mwconsole/icons/icon_msgspec_caption.png,v
Message: Sticky Tag: (none)
Message: Sticky Date: (none)
Message: Sticky Options: -kb
Message:
Message: Existing Tags:
Message: release-1-1-patches (branch: 1.1.4)
Message: release-1-1 (revision: 1.1)
Message: release-1-05 (revision: 1.1)
Message: release-1-0-patches-merged (revision: 1.1)
Message: release-1-0-patches (branch: 1.1.2)
Message: release-1-0 (revision: 1.1)
Message:
Message:
Message:
Unknown .xvpics
Up-To-Date 1.3 icon_about_logo.png
Up-To-Date 1.1 icon_action_copy.png
Up-To-Date 1.1 icon_action_cut.png
Up-To-Date 1.1 icon_action_find.png
Up-To-Date 1.1 icon_action_help.png
Up-To-Date 1.1 icon_action_new.png
Up-To-Date 1.1 icon_action_next_im.png
Up-To-Date 1.2 icon_app_console.png
Up-To-Date 1.1 icon_app_msgeditor.png
Up-To-Date 1.1 icon_bulletinmon_caption.png
Up-To-Date 1.1 icon_channelbypass_caption.png
Up-To-Date 1.1 icon_channelconf_caption.png
Up-To-Date 1.1 icon_channellistview_channel.png
Up-To-Date 1.1 icon_channellistview_channel_notused.png
Up-To-Date 1.1 icon_syslogbrowser_caption.png
Up-To-Date 1.1 icon_timedrouting_caption.png
Up-To-Date 1.23 makeicons.bat
--------------------- End ---------------------
-- last cmd: cvs -f status -v --
----------
^ permalink raw reply [flat|nested] 2+ messages in thread
[parent not found: <mailman.209.1089288191.22971.help-gnu-emacs@gnu.org>]
* Re: pcl-cvs wrong status output
[not found] <mailman.209.1089288191.22971.help-gnu-emacs@gnu.org>
@ 2004-07-08 17:06 ` Stefan Monnier
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2004-07-08 17:06 UTC (permalink / raw)
> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-07-08 17:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-08 11:59 pcl-cvs wrong status output Juro Mraz
[not found] <mailman.209.1089288191.22971.help-gnu-emacs@gnu.org>
2004-07-08 17:06 ` Stefan Monnier
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).