From dev-return-15260-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Thu Feb 25 01:02:28 2010 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 40908 invoked from network); 25 Feb 2010 01:02:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Feb 2010 01:02:28 -0000 Received: (qmail 37459 invoked by uid 500); 25 Feb 2010 01:02:28 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 37427 invoked by uid 500); 25 Feb 2010 01:02:28 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 37419 invoked by uid 99); 25 Feb 2010 01:02:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Feb 2010 01:02:28 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [76.13.13.46] (HELO smtp107.prem.mail.ac4.yahoo.com) (76.13.13.46) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 25 Feb 2010 01:02:20 +0000 Received: (qmail 67745 invoked from network); 25 Feb 2010 01:01:59 -0000 Received: from cpe-174-099-058-061.nc.res.rr.com (dwoods@174.99.58.61 with plain) by smtp107.prem.mail.ac4.yahoo.com with SMTP; 24 Feb 2010 17:01:59 -0800 PST X-Yahoo-SMTP: sCI.ryiswBB7FW.DxjU523c87MI- X-YMail-OSG: E441MAsVM1kI0CzMaL2GQVExeBHjD9TzSnmnCQaqTFJ7aZY81.WmlWX5gDSR1sU6s0SGruGQApgd3VcP.LIo.FZOl3A_gDL.w31m1rmUfZN6Yj74v8ybCLT_S3EHyIlxvocM1j_zkv0uLALSsr9qDdscZEwZebsbvbHdY3jU3E1wNpWv.RDUKY1Y5btwR.xzBGKN5ibn_lA3Svy91BQ5EYrMxL0xZfLlsB_4f61BBNq5KRBItfobq4OYCb5QzRJk7LyCSFR_gW_ui5LvWDFlZ8ej9fF7f8bJK1hUxrjB1qt.1jZtSM7YyMhE76bxS0JftZkU.adWsG1EyKpL3KUxa9W5 X-Yahoo-Newman-Property: ymail-3 Message-ID: <4B85CC06.8080707@apache.org> Date: Wed, 24 Feb 2010 20:01:58 -0500 From: Donald Woods User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.7) Gecko/20100111 Lightning/1.0b1 Thunderbird/3.0.1 MIME-Version: 1.0 To: dev@openjpa.apache.org Subject: Re: "Revision: svn: This client is too old" on clean checkout and build References: <2ABAA93F-5DAC-477F-A7C0-6FB5018F7192@SUN.com> In-Reply-To: <2ABAA93F-5DAC-477F-A7C0-6FB5018F7192@SUN.com> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I've never tried replacing the version provided with MacOSX. I'm using the following on 10.6.2 - svn, version 1.5.5 (r34862) compiled Jan 5 2009, 12:30:39 Looks like they're up to 1.6.9 now and have made some installer changes, so maybe it's worth trying the latest level. http://svnbinaries.open.collab.net/ Also, the readme mentions some post install steps.... -Donald On 2/23/10 5:28 PM, Craig L Russell wrote: > Hi, > > I've got a clean checkout of 1.3.x (checked out with svn 1.6.0) and get > this message on mvn install at the root level: > > [INFO] [antrun:run {execution: set subversion revision}] > [INFO] Executing tasks > [exec] Result: 1 > [echo] Revision: svn: This client is too old to work with working > copy '/Users/clr/openjpa/openjpa/branches/1.3.x/openjpa-lib/..'; please > get a newer Subversion client > [echo] OpenJPA version: 1.3.0-SNAPSHOT > [INFO] Executed tasks > > I've got relatively recent versions of ant, mvn, and svn. Any idea what > it's complaining about? > > Thanks, > > Craig > > clr% svn --version > svn, version 1.6.0 (r36650) > compiled Jan 25 2010, 21:34:51 > > Copyright (C) 2000-2009 CollabNet. > Subversion is open source software, see http://subversion.tigris.org/ > This product includes software developed by CollabNet > (http://www.Collab.Net/). > > The following repository access (RA) modules are available: > > * ra_neon : Module for accessing a repository via WebDAV protocol using > Neon. > - handles 'http' scheme > - handles 'https' scheme > * ra_svn : Module for accessing a repository using the svn network > protocol. > - with Cyrus SASL authentication > - handles 'svn' scheme > * ra_local : Module for accessing a repository on local disk. > - handles 'file' scheme > * ra_serf : Module for accessing a repository via WebDAV protocol using > serf. > - handles 'http' scheme > - handles 'https' scheme > > > clr% mvn --version > Apache Maven 2.2.0 (r788681; 2009-06-26 06:04:01-0700) > Java version: 1.5.0_22 > Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home > Default locale: en_US, platform encoding: MacRoman > OS name: "mac os x" version: "10.5.8" arch: "i386" Family: "unix" > > clr% ant -version > Apache Ant version 1.7.1 compiled on October 13 2009 > > > Craig L Russell > Architect, Sun Java Enterprise System http://db.apache.org/jdo > 408 276-5638 mailto:Craig.Russell@sun.com > P.S. A good JDO? O, Gasp! > >