Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 28956 invoked from network); 4 Jun 2007 08:01:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jun 2007 08:01:45 -0000 Received: (qmail 84954 invoked by uid 500); 4 Jun 2007 08:01:49 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 84746 invoked by uid 500); 4 Jun 2007 08:01:49 -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 84733 invoked by uid 99); 4 Jun 2007 08:01:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2007 01:01:49 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=MANY_EXCLAMATIONS,PLING_PLING,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [192.18.1.36] (HELO gmp-ea-fw-1.sun.com) (192.18.1.36) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2007 01:01:43 -0700 Received: from d1-emea-09.sun.com ([192.18.2.119]) by gmp-ea-fw-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id l5481JNB027618 for ; Mon, 4 Jun 2007 08:01:21 GMT Received: from conversion-daemon.d1-emea-09.sun.com by d1-emea-09.sun.com (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) id <0JJ300K01QA5JI00@d1-emea-09.sun.com> (original mail from John.Embretsen@Sun.COM) for derby-dev@db.apache.org; Mon, 04 Jun 2007 09:01:19 +0100 (BST) Received: from [129.159.112.236] by d1-emea-09.sun.com (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPSA id <0JJ3005SEQ9TLL0L@d1-emea-09.sun.com> for derby-dev@db.apache.org; Mon, 04 Jun 2007 09:01:18 +0100 (BST) Date: Mon, 04 Jun 2007 10:00:23 +0200 From: John Embretsen Subject: Re: !!!...Using Eclipse to build Derby...!!! In-reply-to: Sender: John.Embretsen@Sun.COM To: derby-dev@db.apache.org Reply-to: derby-dev@db.apache.org Message-id: <4663C697.2080504@Sun.COM> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7BIT References: <46603B65.8000100@bristowhill.com> User-Agent: Thunderbird 2.0.0.0 (X11/20070419) X-Virus-Checked: Checked by ClamAV on apache.org Myrna van Lunteren wrote: > 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 [snip] >> > 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 [snip] > 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. I agree, but I think this works a bit differently via Eclipse and NetBeans. According to the wiki instructions for Eclipse, you can: "Right-click on 'trunk' or expand the branches directory and right-click on a branch name and choose Checkout.... Check out the project using the New Project Wizard, so click Finish without changing anything." I have not tried this in Eclipse, but I don't think the full contents of the repository will be downloaded until you select checkout. In NetBeans, I think the subversion module first downloads the directory tree based on the URL specified. Then, you can select which sub-section of the repository to actually check out. -- John