unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* "unrecognized request `Case'"
@ 2004-06-09 20:15 Juanma Barranquero
  2004-06-10  6:02 ` Miles Bader
  0 siblings, 1 reply; 9+ messages in thread
From: Juanma Barranquero @ 2004-06-09 20:15 UTC (permalink / raw)



Since yesterday, all my attempts to update (read-write access) or
checkout (anonymous access) from CVS HEAD fail with the following
message:

  unrecognized request `Case'

Is someone else having problems, or did my setup suddenly got corrupt?

                                                           /L/e/k/t/u

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

* Re: "unrecognized request `Case'"
  2004-06-09 20:15 "unrecognized request `Case'" Juanma Barranquero
@ 2004-06-10  6:02 ` Miles Bader
  2004-06-10  8:08   ` Juanma Barranquero
  0 siblings, 1 reply; 9+ messages in thread
From: Miles Bader @ 2004-06-10  6:02 UTC (permalink / raw)
  Cc: emacs-devel

Juanma Barranquero <lektu@mi.madritel.es> writes:
> Since yesterday, all my attempts to update (read-write access) or
> checkout (anonymous access) from CVS HEAD fail with the following
> message:
>
>   unrecognized request `Case'
>
> Is someone else having problems, or did my setup suddenly got corrupt?

Works fine for me...

-Miles
-- 
`Cars give people wonderful freedom and increase their opportunities.
 But they also destroy the environment, to an extent so drastic that
 they kill all social life' (from _A Pattern Language_)

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

* Re: "unrecognized request `Case'"
  2004-06-10  6:02 ` Miles Bader
@ 2004-06-10  8:08   ` Juanma Barranquero
  2004-06-10  8:17     ` Juanma Barranquero
  0 siblings, 1 reply; 9+ messages in thread
From: Juanma Barranquero @ 2004-06-10  8:08 UTC (permalink / raw)



On Thu, 10 Jun 2004 15:02:32 +0900
Miles Bader <miles@lsi.nec.co.jp> wrote:

> Works fine for me...

Weird.  I've not recently updated my cvs or ssh executables, and it's
not a problem with the working copy being corrupt because a fresh

 cvs -z3 -d:ext:anoncvs@subversions.gnu.org:/cvsroot/emacs co emacs

gets the very same error.

Any idea, anyone?


                                                                Juanma

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

* Re: "unrecognized request `Case'"
  2004-06-10  8:08   ` Juanma Barranquero
@ 2004-06-10  8:17     ` Juanma Barranquero
  2004-06-10 21:18       ` Lars Hansen
  0 siblings, 1 reply; 9+ messages in thread
From: Juanma Barranquero @ 2004-06-10  8:17 UTC (permalink / raw)



On Thu, 10 Jun 2004 10:08:14 +0200
Juanma Barranquero <jmbarranquero@wke.es> wrote:

> Any idea, anyone?

Weirder and weirder.  Another savannah user, also on Windows, had the
same problem:

https://savannah.gnu.org/support/?func=detailitem&item_id=103123

and the trouble for him was caused by the cvs.exe included in
TortoiseCVS, which is CVSNT, the same client I'm using.  However, I'm
sure I didn't update CVSNT, and I don't have TortoiseCVS...

Anyway, it seems it is really a problem on my side, so sorry for the
noise.


                                                                Juanma

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

* Re: "unrecognized request `Case'"
  2004-06-10  8:17     ` Juanma Barranquero
@ 2004-06-10 21:18       ` Lars Hansen
  2004-06-10 21:44         ` Juanma Barranquero
  0 siblings, 1 reply; 9+ messages in thread
From: Lars Hansen @ 2004-06-10 21:18 UTC (permalink / raw)
  Cc: emacs-devel

> and the trouble for him was caused by the cvs.exe included in
> TortoiseCVS, which is CVSNT, the same client I'm using.  However, I'm
> sure I didn't update CVSNT, and I don't have TortoiseCVS...
> 
> Anyway, it seems it is really a problem on my side, so sorry for the
> noise.

Checkout works fine for me under GNU/Linux (Debian Woody).
But under Windows XP, when I try checkout with TortoiseCVS, I get 
"unrecognized request `Case'". And I haven't changed anything under 
Windows XP since checkout did work.

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

* Re: "unrecognized request `Case'"
  2004-06-10 21:18       ` Lars Hansen
@ 2004-06-10 21:44         ` Juanma Barranquero
  2004-06-10 21:50           ` Juanma Barranquero
  2004-06-10 21:54           ` David Kastrup
  0 siblings, 2 replies; 9+ messages in thread
From: Juanma Barranquero @ 2004-06-10 21:44 UTC (permalink / raw)


On Thu, 10 Jun 2004 23:18:41 +0200, Lars Hansen <larsh@math.ku.dk> wrote:

> But under Windows XP, when I try checkout with TortoiseCVS, I get 
> "unrecognized request `Case'". And I haven't changed anything under 
> Windows XP since checkout did work.

I know for a fact that I didn't change anything either.  I was using
CVSNT 2.0.41a, which was, according to the ChangeLog, a "Special release
to enable access to new sourceforge.net servers."

So I'd say the SF.net people must be doing something weird with their
CVS servers. Perhaps they've done some upgrading that breaks CVSNT
somehow (CVSNT is what TortoiseCVS uses).

Fortunately, I have also the Cygwin CVS exe installed; I'll use that
till the problem is solved.

Thanks,

                                                           /L/e/k/t/u

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

* Re: "unrecognized request `Case'"
  2004-06-10 21:44         ` Juanma Barranquero
@ 2004-06-10 21:50           ` Juanma Barranquero
  2004-06-10 21:54           ` David Kastrup
  1 sibling, 0 replies; 9+ messages in thread
From: Juanma Barranquero @ 2004-06-10 21:50 UTC (permalink / raw)


On Thu, 10 Jun 2004 23:44:49 +0200, Juanma Barranquero <lektu@mi.madritel.es> wrote:

> So I'd say the SF.net people must be doing something weird with their
> CVS servers. Perhaps they've done some upgrading that breaks CVSNT
> somehow (CVSNT is what TortoiseCVS uses).

I'm more sleepy that I thought.  The *savannah* people.

                                                           /L/e/k/t/u

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

* Re: "unrecognized request `Case'"
  2004-06-10 21:44         ` Juanma Barranquero
  2004-06-10 21:50           ` Juanma Barranquero
@ 2004-06-10 21:54           ` David Kastrup
  2004-06-10 22:32             ` Juanma Barranquero
  1 sibling, 1 reply; 9+ messages in thread
From: David Kastrup @ 2004-06-10 21:54 UTC (permalink / raw)
  Cc: emacs-devel

Juanma Barranquero <lektu@mi.madritel.es> writes:

> On Thu, 10 Jun 2004 23:18:41 +0200, Lars Hansen <larsh@math.ku.dk> wrote:
> 
> > But under Windows XP, when I try checkout with TortoiseCVS, I get 
> > "unrecognized request `Case'". And I haven't changed anything under 
> > Windows XP since checkout did work.
> 
> I know for a fact that I didn't change anything either.  I was using
> CVSNT 2.0.41a, which was, according to the ChangeLog, a "Special release
> to enable access to new sourceforge.net servers."
> 
> So I'd say the SF.net people must be doing something weird with their
> CVS servers.

Go wash out your mouth with Zope.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum

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

* Re: "unrecognized request `Case'"
  2004-06-10 21:54           ` David Kastrup
@ 2004-06-10 22:32             ` Juanma Barranquero
  0 siblings, 0 replies; 9+ messages in thread
From: Juanma Barranquero @ 2004-06-10 22:32 UTC (permalink / raw)
  Cc: emacs-devel

On 10 Jun 2004 23:54:02 +0200, David Kastrup <dak@gnu.org> wrote:

> Go wash out your mouth with Zope.

Puajjj!!!


                                                           /L/e/k/t/u

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

end of thread, other threads:[~2004-06-10 22:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-09 20:15 "unrecognized request `Case'" Juanma Barranquero
2004-06-10  6:02 ` Miles Bader
2004-06-10  8:08   ` Juanma Barranquero
2004-06-10  8:17     ` Juanma Barranquero
2004-06-10 21:18       ` Lars Hansen
2004-06-10 21:44         ` Juanma Barranquero
2004-06-10 21:50           ` Juanma Barranquero
2004-06-10 21:54           ` David Kastrup
2004-06-10 22:32             ` Juanma Barranquero

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).