Date: Thu, 22 Dec 2011 14:18:43 -0800 From: Garrett Cooper <yanegomi@gmail.com> To: Sean Bruno <seanbru@yahoo-inc.com> Cc: "freebsd-hackers@freebsd.org" <freebsd-hackers@freebsd.org> Subject: Re: Subversion upgrades of existing dirs Message-ID: <CAGH67wT5bjaHfJS2iP5tSifxgdkR90_1Z_UGqRDrkJk4yBYYSA@mail.gmail.com> In-Reply-To: <CAGH67wTCLhjRQnYhL_TNwFCcAhuqca652ffmT69OC6VibZcQZw@mail.gmail.com> References: <1324575225.20358.2.camel@hitfishpass-lx.corp.yahoo.com> <1324587333.20358.8.camel@hitfishpass-lx.corp.yahoo.com> <CAGH67wTCLhjRQnYhL_TNwFCcAhuqca652ffmT69OC6VibZcQZw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Dec 22, 2011 at 2:17 PM, Garrett Cooper <yanegomi@gmail.com> wrote: > On Thu, Dec 22, 2011 at 12:55 PM, Sean Bruno <seanbru@yahoo-inc.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGH67wT5bjaHfJS2iP5tSifxgdkR90_1Z_UGqRDrkJk4yBYYSA>