From owner-freebsd-hackers@FreeBSD.ORG Thu Dec 22 22:18:44 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 7E9AB106567F for ; Thu, 22 Dec 2011 22:18:44 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-tul01m020-f182.google.com (mail-tul01m020-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 474888FC16 for ; Thu, 22 Dec 2011 22:18:44 +0000 (UTC) Received: by obbwd18 with SMTP id wd18so6895427obb.13 for ; Thu, 22 Dec 2011 14:18:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=5v57+lPDtJfoCLZ3jtpD0q2/xb7IbOsXFhXm+CQRf8E=; b=AzsSn1/BoQdrW2MUtjYXXtri++/Bu0bz+CTlYSJbXrXxfEUL1LGwug2JAwAVogO4Ji uQRsx1XfzKsYdPrY2k+XNvjzJttNu/t1PYX4EdRsG1c5M/R+Tx+r8uBJKjJt8YCYoAGE Tq0mzsCCXWx83kfO31MoOix4scLFJ7IQPoNAg= MIME-Version: 1.0 Received: by 10.182.40.98 with SMTP id w2mr10588534obk.36.1324592323805; Thu, 22 Dec 2011 14:18:43 -0800 (PST) Received: by 10.182.62.227 with HTTP; Thu, 22 Dec 2011 14:18:43 -0800 (PST) In-Reply-To: References: <1324575225.20358.2.camel@hitfishpass-lx.corp.yahoo.com> <1324587333.20358.8.camel@hitfishpass-lx.corp.yahoo.com> Date: Thu, 22 Dec 2011 14:18:43 -0800 Message-ID: From: Garrett Cooper To: Sean Bruno Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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 22:18:44 -0000 On Thu, Dec 22, 2011 at 2:17 PM, Garrett Cooper wrote: > On Thu, Dec 22, 2011 at 12:55 PM, Sean Bruno wrot= e: >> >> Even more strange, on another machine in the cluster I can read and >> update my tree with subversion-1.7.1 ... but that version doesn't know >> how to upgrade the tree? =A0I'm so confused on this. >> >> [sbruno@crush /dumpster/scratch/sbruno-scratch/9]$ pkg_info |grep >> subversion >> subversion-1.7.1_1 =A0Version control system >> >> [sbruno@crush /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 > > From what I've seen the originally reported error is usually the > result of two things: > 1. I can't lock files, because the filesystem doesn't support locking. > 2. I can't lock files, because of a permissions issue. Or scenario 3. I just remembered: 3. I can't lock because someone else has the .svn database file(s) locked ;= ). > subversion 1.7 doesn't make the difference between these two cases > intuitive and easy to understand; you might need to ktrace -d the > process to figure out what the exact issue is (most likely the former > case based on earlier notes in the thread). Cheers, -Garrett