Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 074351089D for ; Mon, 5 Aug 2013 08:52:34 +0000 (UTC) Received: (qmail 40260 invoked by uid 500); 5 Aug 2013 08:52:33 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 40027 invoked by uid 500); 5 Aug 2013 08:52:32 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 40020 invoked by uid 99); 5 Aug 2013 08:52:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Aug 2013 08:52:31 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: local policy) Received: from [80.67.31.93] (HELO smtprelay05.ispgateway.de) (80.67.31.93) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Aug 2013 08:52:26 +0000 Received: from [72.183.117.249] (helo=[192.168.7.57]) by smtprelay05.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1V6GVz-0000eL-0o; Mon, 05 Aug 2013 10:51:43 +0200 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: SVN 1.8.1 Errors - Show Log and Commit New Files From: Ryan Schmidt In-Reply-To: <4A2A8BDDBE6EFE4199FB22121DB971B102486BA6@AAPLExchange.aapl.com.au> Date: Mon, 5 Aug 2013 03:51:40 -0500 Cc: "users@subversion.apache.org" Content-Transfer-Encoding: quoted-printable Message-Id: References: <4A2A8BDDBE6EFE4199FB22121DB971B102486BA6@AAPLExchange.aapl.com.au> To: Geoff Field X-Mailer: Apple Mail (2.1508) X-Df-Sender: MzY4ODE4 X-Virus-Checked: Checked by ClamAV on apache.org On Aug 1, 2013, at 19:06, Geoff Field wrote: > I have recently updated to TSVN 1.8.1, which of course uses SVN 1.8.1 = as its command-line basis. Our server has been running 1.2 and has not = been changed (apart from Windows updates) for a LONG time. >=20 > (Yes, I know 1.2 is very old. However, we're an automotive company = and changes to our tools can result in issues with customer approvals. = Nonetheless, an upgrade is on the "to-do" list.) It has been a longstanding policy of the Subversion project at any given = time to support the latest major version and the previous major version. = Therefore at this time Subversion < 1.7 is no longer supported. You = should attempt to reproduce the issue with the server running Subversion = 1.7 or later. If you cannot upgrade the real server to 1.7 or later yet, you could set = up a test server elsewhere, for example on your workstation, to see if = upgrading would help with this problem. On the old server, you could = "svnadmin dump" the repository into a file and then "svnadmin load" that = file into your newer test server. Then see if you still experience the = problem when you check out your working copies from the test server.