Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 98419 invoked from network); 2 Jun 2007 13:59:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Jun 2007 13:59:41 -0000 Received: (qmail 35973 invoked by uid 500); 2 Jun 2007 13:59:42 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 35946 invoked by uid 500); 2 Jun 2007 13:59:42 -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 35924 invoked by uid 99); 2 Jun 2007 13:59:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Jun 2007 06:59:42 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=MANY_EXCLAMATIONS,PLING_PLING,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.242 as permitted sender) Received: from [209.85.132.242] (HELO an-out-0708.google.com) (209.85.132.242) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Jun 2007 06:59:37 -0700 Received: by an-out-0708.google.com with SMTP id c8so245723ana for ; Sat, 02 Jun 2007 06:59:16 -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=j9fwhdtIKl4WfERq+0PhwwoHkwzm/lZNGOrTn9k/odJpjv3JRiV3JAzpQMcHCk6yMfm9FP/Oj8w00gXHRTexZGkwByWbyJpVef8m5yArbwfU0rpQLHggWtx2YG53kqulIID2MSqeSYjNEkH0ileFNCfNeC7sRVi6w1t0BcFYjZM= 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=oUAq6XupJv3njJdWils1HWdOAKt6gZQbmL8jawFJoNk2S9oNLWQC1sKdnUD2mAUiGXLF61aZ4SPz/xJ+pvyGYfm5qRynDef+m+W09nWzu0ri7fQpWUXRRYOlAgfUWpVL7PnieWSBvHRv/Z+iNT7j+Ew5l473DsO7AG6/5vOh5EU= Received: by 10.100.126.2 with SMTP id y2mr1607530anc.1180792756183; Sat, 02 Jun 2007 06:59:16 -0700 (PDT) Received: by 10.100.43.2 with HTTP; Sat, 2 Jun 2007 06:59:16 -0700 (PDT) Message-ID: Date: Sat, 2 Jun 2007 06:59:16 -0700 From: "Myrna van Lunteren" To: derby-dev@db.apache.org Subject: Re: !!!...Using Eclipse to build Derby...!!! In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46603B65.8000100@bristowhill.com> X-Virus-Checked: Checked by ClamAV on apache.org On 6/2/07, Life Challenge wrote: > > > > On 6/1/07, Jean T. Anderson wrote: > > Life Challenge wrote: > > > hello all. > > > > > > I am new to Derby and using the Eclipse IDE to build the > derby > > > using the link > > > > http://wiki.apache.org/db-derby/BuildingDerby#head-0c0abaf557bc2cfe0efdbdd9a6098de1db0f6bb2 > > > > > > But when I enter the url > https://svn.apache.org/repos/asf/db/derby/code/ > > > in url field of SVN Repository Exploring and Pressing Next It is taking > a > > > long time and printing the following Error Message > > > > > > svn: PROPFIND request failed on '/repos/asf/db/derby/code' > > > svn: Connection timed out > > > > > > plzz help me > > > ThankYou > > > > > > > Hmmm, maybe svn was down? Right now it shows as being up at > > http://monitoring.apache.org/status/ . > > > > Try again and if it still fails, try a smaller request and see if that > > works: > > > > https://svn.apache.org/repos/asf/db/derby/code/trunk > > > I tried atleast 10 times . It is giving the same error for both > the urls. > The Error is: > Error Validating > Location:"org.tigris.subversion.javahl.ClientException svn: > PROPFIND request failed on '/repos/asf/db/derby/code' > svn: Connection timed out > > > > > -jean > > > > I have never tried this from within eclipse; I didn't even realize that's possible (nor do I know exactly how to go about doing that). So far, I first svn co in a command line window and then tell eclipse-svn to use the dir at top of the trunk as the existing source for the workspace/project. Can you use svn outside of eclipse & does the svn co work then? Also, I definitely urge you to *not* co the full .../derby/code, but start with .../derby/code/trunk. If you start with ../derby/code, you get all older branches and it's probably more than you'd want at first. HTH Myrna