From gstein@lyra.org Sat Nov 25 23:20:21 2000 Return-Path: Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Delivered-To: mailing list dev@apr.apache.org Received: (qmail 98330 invoked from network); 25 Nov 2000 23:20:21 -0000 Received: from test.webdav.org (HELO kurgan.lyra.org) (198.144.203.199) by locus.apache.org with SMTP; 25 Nov 2000 23:20:21 -0000 Received: (from gstein@localhost) by kurgan.lyra.org (8.9.3/8.9.3) id PAA32308; Sat, 25 Nov 2000 15:21:20 -0800 X-Authentication-Warning: kurgan.lyra.org: gstein set sender to gstein@lyra.org using -f Date: Sat, 25 Nov 2000 15:21:19 -0800 From: Greg Stein To: kfogel@collab.net Cc: dev@apr.apache.org, dev@subversion.tigris.org Subject: Re: CVS access weiredness Message-ID: <20001125152119.A21426@lyra.org> Mail-Followup-To: kfogel@collab.net, dev@apr.apache.org, dev@subversion.tigris.org References: <3A1E4F35.8000007@xbc.nu> <87pujlcm13.fsf@galois.collab.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <87pujlcm13.fsf@galois.collab.net>; from kfogel@galois.collab.net on Fri, Nov 24, 2000 at 11:33:44AM -0600 X-URL: http://www.lyra.org/greg/ X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N On Fri, Nov 24, 2000 at 11:33:44AM -0600, Karl Fogel wrote: > Branko =?ISO-8859-2?Q?=C8ibej?= writes: > > Now let me see ... Aha, :pserver: checkout works fine, so does :pserver: > > update ... oops, I got it. :ext: update from the top of the APR tree > > works fine, but reports that error when I update a Subversion tree, > > which links to APR. So this is obviously a CVS problem. Maybe it's > > confused by mixing :pserver: (svn) and :ext: (apr) in the same working > > copy tree. > > Wow. That's a clue and a half, yeah, it could be that... Ever since we mixed the SVN and APR repositories (e.g. many months ago), I've been getting: $ cvs update ... [ SVN directories ] ... cvs server: Updating tools/cvs2svn/tests cvs server: Updating www cvs server: Updating apr cvs server: Updating apr/buckets ... [ APR directories ] ... cvs server: Updating apr/user cvs server: Updating apr/user/unix cvs [update aborted]: shutting down connection to apache.org: Bad file descriptor $ SVN is an authenticated :pserver: access and APR is an SSH :ext: access. The behavior didn't change when APR moved. My CVS version: (from cvs-1.10.6-2.i386.rpm in the RH 6.1 distro) $ cvs --version Concurrent Versions System (CVS) 1.10.6 (client/server) ... Cheers, -g -- Greg Stein, http://www.lyra.org/