From owner-freebsd-hackers@FreeBSD.ORG Thu Dec 22 19:23:50 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 C6E651065670; Thu, 22 Dec 2011 19:23:50 +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 8C43C8FC0A; Thu, 22 Dec 2011 19:23:50 +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 pBMJN2sb072945; Thu, 22 Dec 2011 11:23:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1324581782; bh=QSs8Orng/nONOuPstWHHy21vZki/c1gM2+cl40bZf/Q=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=tvdqCZOOGT6Ey7AnohfvZyqqDGIRhvwUtjq+h7ntTD9qLMi5tMDu/g1uypw/5LqP2 /wnz4ioq+gl1FULkjod/URXxIJCXfrewBLbMV2nq5RrgwB/tbNZ41jZvyi+Gv5/Xhy ps6LvlvXf7a8iqbmydGY9KzTprGAF201LkGfgy4c= From: Sean Bruno To: Dimitry Andric In-Reply-To: <4EF36E0B.5000102@FreeBSD.org> References: <1324575225.20358.2.camel@hitfishpass-lx.corp.yahoo.com> <4EF36E0B.5000102@FreeBSD.org> Content-Type: text/plain; charset="UTF-8" Date: Thu, 22 Dec 2011 11:23:02 -0800 Message-ID: <1324581782.20358.4.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 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:23:50 -0000 On Thu, 2011-12-22 at 09:51 -0800, Dimitry Andric wrote: > 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 :) > Eh? No. That's the other email thread I started ... back in November I think ... oh hey, you responded to that one! :-) http://lists.freebsd.org/pipermail/freebsd-current/2011-November/029580.html sean