From brian@collab.net Mon Nov 20 21:58:09 2000 Return-Path: Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Delivered-To: mailing list dev@apr.apache.org Received: (qmail 14969 invoked from network); 20 Nov 2000 21:58:09 -0000 Received: from unknown (HELO yez.hyperreal.org) (64.211.228.36) by locus.apache.org with SMTP; 20 Nov 2000 21:58:09 -0000 Received: (qmail 3699 invoked by uid 1000); 20 Nov 2000 21:58:13 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 20 Nov 2000 21:58:13 -0000 Date: Mon, 20 Nov 2000 13:58:13 -0800 (PST) From: Brian Behlendorf X-Sender: brian@localhost To: kfogel@collab.net cc: dev@subversion.tigris.org, dev@apr.apache.org Subject: Re: APR has moved repository, please tweak your working copies... In-Reply-To: <200011201933.eAKJXmT19092@galois.collab.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N On Mon, 20 Nov 2000, Karl Fogel wrote: > APR has broken out from Apache and moved to its own repository. > Subversion people should do the following: > > cvs -d :pserver:anonymous@locus.apache.org:/home/cvs login > (enter anon password) s/locus//; no need to get the machine's raw name embedded in a bunch of configs. e.g. cvs -d :pserver:anonymous@apache.org:/home/cvs login Brian