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 F19D711CA6 for ; Thu, 3 Jul 2014 10:04:30 +0000 (UTC) Received: (qmail 50790 invoked by uid 500); 3 Jul 2014 10:04:30 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 50762 invoked by uid 500); 3 Jul 2014 10:04:30 -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 50752 invoked by uid 99); 3 Jul 2014 10:04:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jul 2014 10:04:30 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jongmob@gmail.com designates 74.125.82.169 as permitted sender) Received: from [74.125.82.169] (HELO mail-we0-f169.google.com) (74.125.82.169) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jul 2014 10:04:25 +0000 Received: by mail-we0-f169.google.com with SMTP id t60so12673241wes.0 for ; Thu, 03 Jul 2014 03:04:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=K+3tP8jKHkVqZ++EpCa92XdAqQgFA+I6yBXeWc59eQo=; b=XqBPZQ8NBDsr7MBjIfNo97s0d3SksX1RkvTnT92ptOEnA5EecgFSauachPDLiMv1So sbaEfCuVajRqYXgH8jqwxd5F7cc98a9VQ08Dh7RtL3BIWE4mCqneR57g9/8HpjjpDcew GJyQfvb7m9/ceRHcbrOVRncBEtvv6rcLiy/P8+iExgefvvD1kS5bwvEte7/a1d5lfJZT tTuU0Lye4cqXBf+XAikG75dEzJIrR9e2d9wG2GQhUAxs85J2hitIuwoIEdA2+Q+Ih3X2 WQ4FD66qxV/f8VwDe9m29sNMqU6e1AJ/8SQ9Nk3s6jZX178q7cUnTr4SZqeRmZlzujRT SBVg== MIME-Version: 1.0 X-Received: by 10.180.13.47 with SMTP id e15mr50396053wic.28.1404381515352; Thu, 03 Jul 2014 02:58:35 -0700 (PDT) Received: by 10.194.152.5 with HTTP; Thu, 3 Jul 2014 02:58:35 -0700 (PDT) In-Reply-To: <53B525AD.903@wandisco.com> References: <043e01cf95e0$bd56f7c0$3804e740$@qqmail.nl> <53B525AD.903@wandisco.com> Date: Thu, 3 Jul 2014 10:58:35 +0100 Message-ID: Subject: Re: Extend E155021 message to include supported format version From: Notes Jonny To: =?UTF-8?Q?Branko_=C4=8Cibej?= Cc: users@subversion.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi Brane On Thu, Jul 3, 2014 at 10:43 AM, Branko =C4=8Cibej wro= te: > On 03.07.2014 11:37, Notes Jonny wrote: > > Hi Bert > > Could I ask, would it be possible to standardise the .svn format to > avoid the problems I see? > > > svn: E155021: This client is too old to work with the working copy at > '/cygdrive/c/jenkins/_code' (format 31). > You need to get a newer Subversion client. For more details, see > http://subversion.apache.org/faq.html#working-copy-format-change > > > Like the way FLAC or MP3 bitstream is standardised, if .svn folder > could be standardised, and not change from format 29 -> 31, it would > make my life simpler (I have cygwin svn.exe, TortoiseSVN and also > Jenkins SVN) because Jenkins SVN is lagging behind, I have to manually > find old versions of other tools. That is the workaround. However, if > svn was backwards and forwards compatible to work gracefully with > checkouts that would be great. > > > It's definitely not trivial. We want to do that eventually, but due to > hysterical raisins, it's going to take a fair amount of work. > > -- Brane Hi Brane Many thanks for your reply I guess the other idea is to promise to only allow ".svn format" updates every 5 years? I can't think that I've noticed any improvements since I've been using new formats.. Do GIT repos suffer these same problems? I suffer this .svn dependency hell every time I need to build a new automated build server (most places don't even publish old packages any-more). Jon