From owner-freebsd-hackers@FreeBSD.ORG Thu Dec 22 19:31:23 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CCDA3106566B for ; Thu, 22 Dec 2011 19:31:23 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1-b.corp.bf1.yahoo.com (mrout1-b.corp.bf1.yahoo.com [98.139.253.104]) by mx1.freebsd.org (Postfix) with ESMTP id 5A6D48FC08 for ; Thu, 22 Dec 2011 19:31:23 +0000 (UTC) Received: from [127.0.0.1] (rideseveral.corp.yahoo.com [10.73.160.231]) by mrout1-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id pBMJUc43076105; Thu, 22 Dec 2011 11:30:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1324582239; bh=CaQpwsFkiHXL/HAOFMk+z0WhwkkAXdhGBrtaLyx1Tgs=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=AO3GkU0EIKMPgsi1P+sw9IzZRXA5CLcdmDOeKmiFYMFSxy5lPBNY9wFPZCy+DZPjF EAZ6Eh4z/R/X5ds75nwEv6oUxXtrK7dEVGwa/aP5vJTmawFDqKFtwoURq2ttE7StAa tDeG0kQTM2lhl6DYBA9rRFJBNsYcC3Zwo8vFj1GQ= From: Sean Bruno To: Jason Hellenthal In-Reply-To: <20111222175620.GA19784@DataIX.net> References: <1324575225.20358.2.camel@hitfishpass-lx.corp.yahoo.com> <20111222175620.GA19784@DataIX.net> Content-Type: text/plain; charset="UTF-8" Date: Thu, 22 Dec 2011 11:30:38 -0800 Message-ID: <1324582238.20358.6.camel@hitfishpass-lx.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 (2.32.3-1.fc14) Content-Transfer-Encoding: 7bit Cc: "freebsd-hackers@freebsd.org" Subject: Re: Subversion upgrades of existing dirs X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2011 19:31:23 -0000 On Thu, 2011-12-22 at 09:56 -0800, Jason Hellenthal wrote: > > On Thu, Dec 22, 2011 at 09:33:45AM -0800, Sean Bruno wrote: > > How do I upgrade an existing svn tree with the current svn client. I > > don't really get what the client is trying to tell me here. > > > > [sbruno@ref9-xen32 /dumpster/scratch/sbruno-scratch/9]$ svn up > > svn: E155036: Please see the 'svn upgrade' command > > svn: E155036: Working copy '/dumpster/scratch/sbruno-scratch/9' is an > > old development version (format 12); to upgrade it, use a format 18 > > client, then use 'tools/dev/wc-ng/bumpt > > > > [sbruno@ref9-xen32 /dumpster/scratch/sbruno-scratch/9]$ svn upgrade . > > svn: E155019: Can't upgrade '/dumpster/scratch/sbruno-scratch/9' as it > > is not a pre-1.7 working copy directory > > svn: E150000: Missing default entry > > > > seeing as this is a scratch location I wouldnt waste the time to figure it out and just recheck the sources out for 9 and move over whatever needed to function. I have found some instances of pre-checked out source unable to upgrade for whatever reason. > > 'tools/dev/wc-ng/bumpt' should be in the source tarball for SVN. Round about it is telling you to use a Subversion 1.8 client. > Yeah, I'm hoping that this doesn't impact users too much, but I think people are going to run into this. I have working directories that I share amongst the cluster machines for building, upgrading, testing and installing. I'd like to not have to keep a fbsd9 tree for svn version "x" and another fbsd9 tree for svn version "y" I guess I should fire off a pr to ports/subversion then ... Sean