Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 29880 invoked from network); 3 Jul 2007 13:44:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jul 2007 13:44:50 -0000 Received: (qmail 84008 invoked by uid 500); 3 Jul 2007 13:44:51 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 83978 invoked by uid 500); 3 Jul 2007 13:44:51 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 83967 invoked by uid 99); 3 Jul 2007 13:44:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jul 2007 06:44:51 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of m.v.lunteren@gmail.com designates 209.85.132.241 as permitted sender) Received: from [209.85.132.241] (HELO an-out-0708.google.com) (209.85.132.241) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jul 2007 06:44:47 -0700 Received: by an-out-0708.google.com with SMTP id c8so423110ana for ; Tue, 03 Jul 2007 06:44:26 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MiHjh9RyDPloev/IC0s1OFZqCpFyewinPTAapAK3Ytq/YKKiCf4fNhNnfUmP6iJTczfm6TBBBMBZ+Sd6wwl7xAmTM3V8ly63bxvAbHV8VIfNJgt+KuDDalEIhwg24jqAn4PugDYRVGudvg1AbWashgmRUecqHQmA8R8UbWismiU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dVvTsZr8J+i1iyZvUbrqKG2Srs/A2eNH/d+idP3WI/coOCdKRPi+MBMd9I6zW2FiXhfuOCXbGhGQKAiGF4eCr0W3f5Hf+3cuYmSW/0KuHIEtgfaTwEfY4dcsvldkGlt+FPQSMy67iBTQweD9HW4+q61exuoGS0z17Gh6beX9Reg= Received: by 10.100.195.10 with SMTP id s10mr4277830anf.1183470266146; Tue, 03 Jul 2007 06:44:26 -0700 (PDT) Received: by 10.100.43.2 with HTTP; Tue, 3 Jul 2007 06:44:26 -0700 (PDT) Message-ID: Date: Tue, 3 Jul 2007 06:44:26 -0700 From: "Myrna van Lunteren" To: derby-dev@db.apache.org Subject: Re: Derby SVN Checkout 404 Error In-Reply-To: <927222550707030054t36bf6486q4ea10a3d0ff3d058@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <927222550707030054t36bf6486q4ea10a3d0ff3d058@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On 7/3/07, Gayal wrote: > Hi, > > I tried to SVN checkout the Derby from > http://db.apache.org/source-repos.html but getting the > following error. > > Error: URL ' > http://svn.apache.org/repos/asf/db/derby/trunk' doesn't > exist > > According to Web View link HTTP Response Status is 404 Not Found. > > Can someone with access permission solve this issue. > > -- > With Best Regards, > Gayal Rupasinghe > > Hi, That's a very interesting website - I didn't know of its existence. I usually find my way through the actual Derby webpages - tab community. The site you found is missing the word 'code' in its directory path. Try this instead: svn checkout http://svn.apache.org/repos/asf/db/derby/code/trunk (documented on: http://db.apache.org/derby/dev/derby_source.html) Does anyone know whom to contact regarding the top level page? Myrna