all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* pcl-cvs not updating file status after an "add"
@ 2003-03-05 18:53 Maciej Kalisiak
  2003-03-10 20:26 ` Stefan Monnier
  0 siblings, 1 reply; 8+ messages in thread
From: Maciej Kalisiak @ 2003-03-05 18:53 UTC (permalink / raw)


Something seems to have changed in PCL-CVS that comes bundled with GNU Emacs.
With Emacs 21, when I run "cvs-update", and add an "Unknown" file to the repo
with "a", it's displayed status does *not* change (to "Added"); in fact, it
seems pcl-cvs' still thinks the file is unknown, because subsequently trying to
commit the file gives "`commit' is not applicable to any of the selected
files."  I have to redo "cvs-update" for pcl-cvs to pick up this change.  This
used to work fine before.  This behaviour persists even when I run as "emacs
-q", so it can't be my configuration.  I'm using the latest .deb emacs package
from Debian.

NOTE: doing an "add" on an Unknown directory works fine, and does update the
file listing.

-- 
Maciej Kalisiak | <mac@dgp.toronto.edu> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+>++++ DI+ G+ e>+++>++++(*) h--- r+++ y? 

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

* Re: pcl-cvs not updating file status after an "add"
  2003-03-05 18:53 Maciej Kalisiak
@ 2003-03-10 20:26 ` Stefan Monnier
  0 siblings, 0 replies; 8+ messages in thread
From: Stefan Monnier @ 2003-03-10 20:26 UTC (permalink / raw)


> Something seems to have changed in PCL-CVS that comes bundled with GNU
> Emacs.  With Emacs 21, when I run "cvs-update", and add an "Unknown" file
> to the repo with "a", it's displayed status does *not* change (to
> "Added"); in fact, it seems pcl-cvs' still thinks the file is unknown,

Have you changed anything else ?  Like your .cvsrc file maybe ?
Can you show us the "*cvs*" and the " *cvs-tmp*" buffers right
after the `a' command ?


        Stefan

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

* Re: pcl-cvs not updating file status after an "add"
@ 2003-03-13 15:59 Maciej Kalisiak
  2003-03-13 17:00 ` Bill Wohler
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Maciej Kalisiak @ 2003-03-13 15:59 UTC (permalink / raw)


> Have you changed anything else?

Nothing that I recall, but it might have been broken for some times... I can't
recall when it started malfunctioning... could be a few months.

> Like your .cvsrc file maybe ?

I did change it, to add "cvs -q".  At first glance this looks significant, but
then I looked at PCL-CVS' calls to cvs, and they all use "-f", so ~/.cvsrc
should not be read.  Nonethelewss, I removed this line, but this had no effect.

> Can you show us the "*cvs*" and the " *cvs-tmp*" buffers right
> after the `a' command ?

*cvs* buffer: only the bottom changes.  For example, here's the bottom after an
addition:

--------------------- End ---------------------
-- last cmd: cvs -f add -m xman config .xresources/xman --

(that should be "xman config", but I have found that PCL-CVS always drops the
quotes around the description string)

There doesn't appear to be a *cvs-tmp* buffer.

-- 
Maciej Kalisiak | <mac@dgp.toronto.edu> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+>++++ DI+ G+ e>+++>++++(*) h--- r+++ y? 

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

* Re: pcl-cvs not updating file status after an "add"
  2003-03-13 15:59 pcl-cvs not updating file status after an "add" Maciej Kalisiak
@ 2003-03-13 17:00 ` Bill Wohler
  2003-03-13 17:44   ` Maciej Kalisiak
  2003-03-14  0:47 ` Ryan Shaw
       [not found] ` <mailman.3192.1047604057.21513.help-gnu-emacs@gnu.org>
  2 siblings, 1 reply; 8+ messages in thread
From: Bill Wohler @ 2003-03-13 17:00 UTC (permalink / raw)


mac@die.spammer.die.dgp.toronto.edu (Maciej Kalisiak) writes:

> There doesn't appear to be a *cvs-tmp* buffer.

  That's " *cvs-tmp*". Note the leading space. Buffers whose names
  have leading spaces are not shown in buffer lists.

-- 
Bill Wohler <wohler@newt.com>  http://www.newt.com/wohler/  GnuPG ID:610BD9AD
Maintainer of comp.mail.mh FAQ and MH-E. Vote Libertarian!
If you're passed on the right, you're in the wrong lane.

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

* Re: pcl-cvs not updating file status after an "add"
  2003-03-13 17:00 ` Bill Wohler
@ 2003-03-13 17:44   ` Maciej Kalisiak
  0 siblings, 0 replies; 8+ messages in thread
From: Maciej Kalisiak @ 2003-03-13 17:44 UTC (permalink / raw)


* Bill Wohler <wohler@newt.com>:
> > There doesn't appear to be a *cvs-tmp* buffer.
>  
>    That's " *cvs-tmp*". Note the leading space. Buffers whose names
>    have leading spaces are not shown in buffer lists.

Ahhhhh... OK, the temp buffer then contains the one line:

cvs server: use 'cvs commit' to add this file permanently

-- 
Maciej Kalisiak | <mac@dgp.toronto.edu> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+>++++ DI+ G+ e>+++>++++(*) h--- r+++ y? 

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

* Re: pcl-cvs not updating file status after an "add"
  2003-03-13 15:59 pcl-cvs not updating file status after an "add" Maciej Kalisiak
  2003-03-13 17:00 ` Bill Wohler
@ 2003-03-14  0:47 ` Ryan Shaw
       [not found] ` <mailman.3192.1047604057.21513.help-gnu-emacs@gnu.org>
  2 siblings, 0 replies; 8+ messages in thread
From: Ryan Shaw @ 2003-03-14  0:47 UTC (permalink / raw)


I have noticed that I have this problem when using Emacs CVS.
Switching back to 21.2.1 fixes it.

-- 
Ryan Shaw <ryan.shaw@vanten.com>

Senior Developer
Vanten K.K.
http://www.vanten.com/

GPG key ID: 0xCF08A67A      http://www.gnupg.org/
01EC B88E 1157 6083 EF54 46F0 9874 E65A CF08 A67A
gpg --keyserver pgp.mit.edu  --recv-keys CF08A67A

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

* Re: pcl-cvs not updating file status after an "add"
       [not found] ` <mailman.3192.1047604057.21513.help-gnu-emacs@gnu.org>
@ 2003-03-14 16:09   ` Stefan Monnier
  2003-03-14 16:20     ` Stefan Monnier
  0 siblings, 1 reply; 8+ messages in thread
From: Stefan Monnier @ 2003-03-14 16:09 UTC (permalink / raw)


> I have noticed that I have this problem when using Emacs CVS.
> Switching back to 21.2.1 fixes it.

Please post a detailed recipe to reproduce the problem.
And post the content of both the "*cvs*" and " *cvs-tmp*" buffers
right after the command terminated.


        Stefan

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

* Re: pcl-cvs not updating file status after an "add"
  2003-03-14 16:09   ` Stefan Monnier
@ 2003-03-14 16:20     ` Stefan Monnier
  0 siblings, 0 replies; 8+ messages in thread
From: Stefan Monnier @ 2003-03-14 16:20 UTC (permalink / raw)


>> I have noticed that I have this problem when using Emacs CVS.
>> Switching back to 21.2.1 fixes it.
> Please post a detailed recipe to reproduce the problem.
> And post the content of both the "*cvs*" and " *cvs-tmp*" buffers
> right after the command terminated.

Oh and BTW: post it with M-x report-emacs-bug so that it will have
some relevant info and it will go to the proper place (hint: gnu.emacs.help
is not the place where unreleased versions of Emacs are discussed).


        Stefan

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

end of thread, other threads:[~2003-03-14 16:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-13 15:59 pcl-cvs not updating file status after an "add" Maciej Kalisiak
2003-03-13 17:00 ` Bill Wohler
2003-03-13 17:44   ` Maciej Kalisiak
2003-03-14  0:47 ` Ryan Shaw
     [not found] ` <mailman.3192.1047604057.21513.help-gnu-emacs@gnu.org>
2003-03-14 16:09   ` Stefan Monnier
2003-03-14 16:20     ` Stefan Monnier
  -- strict thread matches above, loose matches on Subject: below --
2003-03-05 18:53 Maciej Kalisiak
2003-03-10 20:26 ` Stefan Monnier

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.