Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 83742 invoked from network); 30 Aug 2004 22:25:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 30 Aug 2004 22:25:35 -0000 Received: (qmail 28200 invoked by uid 500); 30 Aug 2004 22:25:33 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 28153 invoked by uid 500); 30 Aug 2004 22:25:33 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: List-Id: "Derby Development" Reply-To: "Derby Development" Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 28142 invoked by uid 99); 30 Aug 2004 22:25:33 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [66.146.194.200] (HELO sanpietro.red-bean.com) (66.146.194.200) by apache.org (qpsmtpd/0.27.1) with ESMTP; Mon, 30 Aug 2004 15:25:31 -0700 Received: from [10.3.0.97] (newton.ch.collab.net [66.146.194.194]) (authenticated bits=0) by sanpietro.red-bean.com (8.12.9/8.12.9/Debian-5) with ESMTP id i7UMOTdQ013362 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Mon, 30 Aug 2004 17:25:30 -0500 Subject: Subversion (was Re: CVS) From: "Brian W. Fitzpatrick" To: Derby Development In-Reply-To: References: Content-Type: text/plain Message-Id: <1093904664.5122.85.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 30 Aug 2004 17:24:24 -0500 Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamd / ClamAV version 0.70, clamav-milter version 0.70j X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Mon, 2004-08-30 at 17:21, Michael.Giroux@objectweb.org wrote: > I thought I found the CVS repository, but when I tried to download the > project with Eclipse, I only got a .project file. > > I've checked the site for FAQ or other info to give CVS details, but so > far, I'm not able to locate. > > Can someone tell me how to configure Eclipse for eclipse? > > Here is what I'm using: > > Host Name: cvs.apache.org > Repository path: /home/cvspublic > Userid: anoncvs > Connection type: pserver I don't know anything about Eclipse, but I do know that the Derby source code is not in CVS, but in Subversion. The URL for the repository is here: http://svn.apache.org/repos/asf/incubator/derby/code/trunk/ The Subversion website is here: http://subversion.tigris.org/ and the Subversion Book is here: http://svnbook.red-bean.com/ -Fitz