From owner-freebsd-hackers@FreeBSD.ORG Thu Dec 22 17:56:30 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 D2E801065672 for ; Thu, 22 Dec 2011 17:56:30 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8848D8FC08 for ; Thu, 22 Dec 2011 17:56:30 +0000 (UTC) Received: by ggnp1 with SMTP id p1so9494353ggn.13 for ; Thu, 22 Dec 2011 09:56:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to; bh=pBpE6tmD2rxELfS1Zk0hmwhzghfOaiGPUW87fxtSXYQ=; b=V61mUj2TLx1BMay/G7/fkBcAe6Ps9bU/NWVCpKFqjI0NdvqU3dMPSY1ZiLetSrZUOz 4I7s8JWy8WhU4GMQw/J9mMswthM3XhwRByUpePeBtQEQbREspbRRc1a19bsXgOYTgKOe ADNqvoEHge21cCysHNYq8YDPKfN4hvDoi+v3k= Received: by 10.50.159.195 with SMTP id xe3mr3200544igb.14.1324576589819; Thu, 22 Dec 2011 09:56:29 -0800 (PST) Received: from DataIX.net (24-247-9-230.dhcp.aldl.mi.charter.com. [24.247.9.230]) by mx.google.com with ESMTPS id r18sm31338552ibh.4.2011.12.22.09.56.28 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 22 Dec 2011 09:56:28 -0800 (PST) Sender: Jason Hellenthal Received: from DataIX.net (localhost [127.0.0.1]) by DataIX.net (8.14.5/8.14.5) with ESMTP id pBMHuP5V020758 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 22 Dec 2011 12:56:26 -0500 (EST) (envelope-from jhell@DataIX.net) Received: (from jhell@localhost) by DataIX.net (8.14.5/8.14.5/Submit) id pBMHuKfI020757; Thu, 22 Dec 2011 12:56:20 -0500 (EST) (envelope-from jhell@DataIX.net) Date: Thu, 22 Dec 2011 12:56:20 -0500 From: Jason Hellenthal To: Sean Bruno Message-ID: <20111222175620.GA19784@DataIX.net> References: <1324575225.20358.2.camel@hitfishpass-lx.corp.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1324575225.20358.2.camel@hitfishpass-lx.corp.yahoo.com> 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 17:56:31 -0000 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. > [sbruno@ref9-xen32 /dumpster/scratch/sbruno-scratch/9]$ pkg_info > 44bsd-csh-20001106_3 The traditional 4.4BSD /bin/csh C-shell > ambit-2.0.39 Extended bash brace expansion to expand hostnames or > comman > apr-ipv6-devrandom-gdbm-db42-1.4.5.1.3.12 Apache Portability Library > bash-4.1.10 The GNU Project's Bourne Again SHell > bison-2.4.3,1 A parser generator from FSF, (mostly) compatible > with Yacc > db42-4.2.52_5 The Berkeley DB package, revision 4.2 > expat-2.0.1_1 XML 1.0 parser written in C > gdbm-1.8.3_3 The GNU database manager > gettext-0.18.1.1 GNU gettext package > libiconv-1.13.1_1 A character set conversion library > libtool-2.4_1 Generic shared library support script > m4-1.4.16,1 GNU m4 > neon29-0.29.6_2 An HTTP and WebDAV client library for Unix systems > pkg-config-0.25_1 A utility to retrieve information about installed > libraries > sqlite3-3.7.7.1 An SQL database engine in a C library > subversion-1.7.2 Version control system > -- ;s =;