From owner-freebsd-hackers Wed May 20 10:13:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA04360 for freebsd-hackers-outgoing; Wed, 20 May 1998 10:13:04 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from hub.org (hub.org [209.47.148.200]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA04330 for ; Wed, 20 May 1998 10:12:48 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by hub.org (8.8.8/8.7.5) with SMTP id NAA00375 for ; Wed, 20 May 1998 13:12:45 -0400 (EDT) Date: Wed, 20 May 1998 13:12:45 -0400 (EDT) From: The Hermit Hacker To: freebsd-hackers@FreeBSD.ORG Subject: anoncvs... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi... I'm trying to setup anoncvs here (postgresql.org) and can't seem to get it to work, so I figured I'd try the FreeBSD one, and it appears that it doesn't want to work either: hub> setenv CVSROOT anoncvs@anoncvs.freebsd.org:/cvs hub> cvs checkout ls cvs checkout: cannot find module `ls' - ignored hub> cvs co ls cvs checkout: cannot find module `ls' - ignored hub> I'm just trying to use the example from the URL: http://www.freebsd.org/handbook/handbook265.html If I try to set it up on postgresql.org, using 'pserver', I can do a 'cvs login' successfully, but as soon as I try and do a checkout there, I get: relay:/home/centre/marc> cvs checkout -P pgsql cvs server: existing repository /usr/local/cvsroot does not match \ /usr/local/cvsroot/pgsql cvs server: ignoring module pgsql But if I do a 'cvs login' as myself (writer vs reader), it all works fine. So, first off, what am I doing wrong with the above 'freebsd' example? and, assuming someone out there has had experience with setting this up, what does the error mean for the above 'postgresql' example? Thanks... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message