From owner-freebsd-hackers@FreeBSD.ORG Thu Dec 22 17:51:08 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 7BF74106566C for ; Thu, 22 Dec 2011 17:51:08 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 3EA688FC08 for ; Thu, 22 Dec 2011 17:51:08 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:64be:2ed2:2384:1368] (unknown [IPv6:2001:7b8:3a7:0:64be:2ed2:2384:1368]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 2B46F5C37; Thu, 22 Dec 2011 18:51:07 +0100 (CET) Message-ID: <4EF36E0B.5000102@FreeBSD.org> Date: Thu, 22 Dec 2011 18:51:07 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0) Gecko/20111214 Thunderbird/9.0 MIME-Version: 1.0 To: Sean Bruno References: <1324575225.20358.2.camel@hitfishpass-lx.corp.yahoo.com> In-Reply-To: <1324575225.20358.2.camel@hitfishpass-lx.corp.yahoo.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hackers 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:51:08 -0000 On 2011-12-22 18:33, 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 This is on an NFS share, right? That is most likely fixed by running NFSv4, or by making sure rpc.lockd and rpc.statd run on both server and client. It looks like Subversion needs file locking to work in a certain way, otherwise it will give these obscure messages. Maybe it is useful to report it to the Subversion guys... (and hopefully not get the answer "don't do that" back :)