tags 1038926 + unreproducible
thanks

Hello Christian,

>Package: cvs
>Version: 2:1.12.13+real-28

>After the latest Debian update (the new stable release),
>CVS suddenly stopped to function completely for me.

if you’ll have a look at the versions, you’ll see that cvs has
the same version in bullseye and bookworm, it’s bit for bit
identical, so this is very much a you problem, I’m afraid.

>First, I got an error message about 'rsh' not found (and indeed

CVS in Debian has defaulted to use ssh as CVS_RSH since the
late 2000s. You should not use rsh, unless you _really_ use
it to connect to the CVS server. It’s an insecure, unencrypted
protocol of the previous millennium.

Let’s try to debug this then!

First, check your environment ($CVS_RSH in particular) and,
if you have a ~/.cvsrc file, that one as well. Also, check
your CVSROOT (both in the environment, the -d option if you
use it, and in the CVS/Root files in your working copy) if
it sets the rsh somewhere.

You can also execute the command…

$ cvs -nttt up -l

… in your working copy somewhere. It will not change the
filesystem (-n), run verbosely (-t for trace), and just try
to update the directory without subdirectories, to keep the
output shorter.

>timed out'.  This is using the cvs.savannah.gnu.org server.  Note

Works for me…

$ cvs -qd :ext:mirabi...@cvs.savannah.gnu.org:/web/grub rls -l grub
---- 2017-10-11 11:59:01 +0200 1.2        .htaccess
---- 2004-04-16 12:55:22 +0200 1.4        .symlinks
---- 2006-04-16 19:07:40 +0200 1.1        bg.png
---- 2021-08-31 17:07:23 +0200 1.6        grub-bugs.html
---- 2021-08-31 17:07:23 +0200 1.5        grub-development.html
---- 2021-08-31 17:07:23 +0200 1.9        grub-documentation.html
---- 2021-08-31 17:07:23 +0200 1.9        grub-download.html
---- 2021-08-31 17:07:23 +0200 1.6        grub-faq.html
---- 2021-08-31 17:07:24 +0200 1.5        grub-legacy-support.html
---- 2021-08-31 17:07:24 +0200 1.6        grub-legacy.html
---- 2021-08-31 17:07:24 +0200 1.5        grub-mailinglist.html
---- 2021-08-31 17:07:24 +0200 1.33       grub-soc.html
---- 2010-02-10 20:36:02 +0100 1.4        grub.css
---- 2021-08-31 17:07:24 +0200 1.7        grub.html
---- 2021-08-31 18:28:17 +0200 1.5        index.html
---- 2010-02-10 20:36:02 +0100 1.2        print.css
d--- 2010-02-10 20:36:03 +0100            archive
d--- 2019-07-05 13:50:16 +0200            manual
d--- 2010-06-07 22:40:01 +0200            newdesign
d--- 2006-04-16 19:22:23 +0200            olddesign20060415
d--- 2004-10-12 01:53:49 +0200            oldwebsite_before20041011
d--- 2021-08-31 17:07:25 +0200            templates

If you try this and it DOESN’T work for you, do it:

• in a directory that’s NOT a CVS working copy (in / if you must)
• add the -f option *before* the rls to skip ~/.cvsrc

bye,
//mirabilos
PS: Please reply to the bug, not to me directly, or get a proper eMail
    provider; Googlemail does not play with others but the BTS should
    (hopefully) work.
-- 
16:06⎜<Draget:#cvs> Thank god I found you =)   20:03│«bioe007:#cvs» mira2k: ty
18:36⎜«ThunderChicken:#cvs» mirabilos FTW!  23:03⎜«mithraic:#cvs» aaah. thanks
18:50⎜«grndlvl:#cvs» thankyou            18:50⎜«grndlvl:#cvs» worked perfectly
23:39⎜<symons:#cvs> this worked, thank you very much 16:26⎜<schweizer:#cvs> ok
20:08⎜<tsolox:#cvs> ...works like a charm.. thanks mirabilos

Reply via email to