Date: Tue, 25 Jun 2013 18:26:24 -0500 From: Tim Daneliuk <tundra@tundraware.com> To: freebsd-questions@freebsd.org Cc: lev@freebsd.org Subject: Re: Cannot Update Source Tree After Move To Subversion 1.8 Message-ID: <51CA2720.9070009@tundraware.com> In-Reply-To: <51C8C113.3060504@tundraware.com> References: <51C89DC4.20908@tundraware.com> <51C8AA24.1050202@FreeBSD.org> <51C8C113.3060504@tundraware.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 06/24/2013 04:58 PM, Tim Daneliuk wrote: > On 06/24/2013 03:20 PM, Matthew Seaman wrote: >> On 24/06/2013 20:28, Tim Daneliuk wrote: >>> After the update to svn 1.8, I did a new svn co of the FBSD 9-STABLE >>> source branch. When I try to do an update to it, I see this now: >>> >>> svn: E155005: Working copy not locked at /usr/scr >>> svn co svn://svn.freebsd.org/base/stable/9 /usr/src >>> >>> /usr/src is a symlink to another directory in a separate filesystem, >>> but this historically worked, so I'm guess that is not the problem. >>> >>> Ideas? >>> >> >> svn upgrade > > > > Hmmmmm .... > > [root] ozzie ~>svn upgrade /usr/src > [root] ozzie ~>svn update /usr/src > svn: E155004: Run 'svn cleanup' to remove locks (type 'svn help cleanup' for details) > svn: E155004: Working copy '/usr1/src-9-STABLE' locked. > svn: E155004: '/usr1/src-9-STABLE' is already locked. > [root] ozzie ~>svn cleanup /usr/src > [root] ozzie ~>svn update /usr/src > Updating '/usr/src': > svn: E155005: No write-lock in '/usr/src/sys' > svn: E155005: Additional errors: > svn: E155005: Working copy not locked at '/usr/src'. > > > It seems that svn 1.8 does not like symlinks. I have this: /usr/src -> /usr1/src-9-STABLE I can do this fine: svn update /usr1/src-9-STABLE But this causes svn to dump core: svn update /usr/src At which point I have to do a cleanup to get the locks cleared out. -- ---------------------------------------------------------------------------- Tim Daneliuk tundra@tundraware.com PGP Key: http://www.tundraware.com/PGP/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51CA2720.9070009>