From owner-freebsd-ports@freebsd.org Sun Jun 4 16:47:44 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C90A2B7F9A1 for ; Sun, 4 Jun 2017 16:47:44 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.227]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cdptpa-oedge", Issuer "cdptpa-oedge" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 91CCF7C1CD for ; Sun, 4 Jun 2017 16:47:44 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from [65.186.81.207] ([65.186.81.207:36614] helo=raspberrypi.bildanet.com) by cdptpa-omsmta03 (envelope-from ) (ecelerity 3.6.9.48312 r(Core:3.6.9.0)) with ESMTP id F8/50-00833-56934395; Sun, 04 Jun 2017 16:46:29 +0000 Received: from [192.168.1.143] (helo=desktop.example.com) by raspberrypi.bildanet.com with esmtp (Exim 4.84) (envelope-from ) id 1dHYfd-0000xC-G3 for freebsd-ports@freebsd.org; Sun, 04 Jun 2017 12:46:29 -0400 To: freebsd-ports@freebsd.org From: Baho Utot Subject: svnlite barfing when updating from repo Message-ID: Date: Sun, 4 Jun 2017 12:46:29 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-RR-Connecting-IP: 107.14.168.88:25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jun 2017 16:47:44 -0000 when I am update my ports repo like this svnlite co "https://svn.freebsd.org/ports/head" "/usr/src/ports" svn: E155009: Failed to run the WC DB work queue associated with '/usr/home/FreeBSD/source/ports/head/net-im/mastodon/files', work item 132774 (file-remove net-im/mastodon/files/patch-bin_yarn) svn: E000013: Can't remove file '/usr/home/FreeBSD/source/ports/head/net-im/mastodon/files/patch-bin_yarn': Permission denied What causes this? I am updating the repo as a regular user and not root and the directory has the proper perms. I am getting this after I update a repo ( i do this once a month ) and it was fine last moth and now I get multiple failures. After: rm -rf /usr/home/FreeBSD/source/ports/head/net-im/mastodon/files/; svnlite cleanup; svnlite co "https://svn.freebsd.org/ports/head" "/usr/src/ports" It will run until it finds another perm problem so I have to shampoo,rinse,repeat until the local repo is finally updated