Subject: Re: CVSUP via cvsup.de.netbsd.org
To: current-users@netbsd.org <current-users@netbsd.org>
From: Klaus Heinz <k.heinz.okt.zwei@onlinehome.de>
List: current-users
Date: 10/10/2002 00:36:46
emanuel stiebler wrote:

> anybody else has problems getting the cvs via this server ?

At the moment I get 'Access limit exceeded; try again later'.

> Trying it for a week already, and it "seems" that I didn't get 
> any changes from there.

Did you try cvsup2.de.nebsd.org? I just used cvsup for the first time
and I got a part of the repository before I stopped the transfer.

But there is still a problem: The RCS id on some files isn't what it's
supposed to be:

files from cvsup2.de.netbsd.org:
  $ co memalloc.c
  memalloc.c,v  -->  memalloc.c
  revision 1.25
  done

  $ head -1 memalloc.c
  /*      $NetBSD: memalloc.c,v 1.24 2002/10/04 13:15:51 christos Exp $ *   */

  $ diff memalloc.c ../../../../../../../anoncvs.netbsd.org_basesrc/bin/sh/memalloc.c 
  1c1
  < /*    $NetBSD: memalloc.c,v 1.24 2002/10/04 13:15:51 christos Exp $ */
  ---
  > /*    $NetBSD: memalloc.c,v 1.25 2002/10/07 14:26:49 christos Exp $ */
  44c44
  < __RCSID("$NetBSD: memalloc.c,v 1.24 2002/10/04 13:15:51 christos Exp $");
  ---
  > __RCSID("$NetBSD: memalloc.c,v 1.25 2002/10/07 14:26:49 christos Exp $");

The file is the same as the one from anoncvs.netbsd.org except for the
the RCS id. The id is always one change behind as
'rcsdiff -r1.24  -r1.25 memalloc.c' shows:

  < /*    $NetBSD: memalloc.c,v 1.23 2000/11/01 19:56:01 christos Exp $ */
  ---
  > /*    $NetBSD: memalloc.c,v 1.24 2002/10/04 13:15:51 christos Exp $ */

I will try to contact the maintainer of cvsup2.de about this problem.


ciao
     Klaus