From owner-freebsd-ports@freebsd.org Tue Jul 11 16:21:02 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 F3D61DA3C75 for ; Tue, 11 Jul 2017 16:21:01 +0000 (UTC) (envelope-from duglas@bigpond.net.au) Received: from viclamta26p.bpe.bigpond.com (viclamta26p.bpe.bigpond.com [203.38.21.90]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "", Issuer "Openwave Messaging Inc." (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id CB72F7993F for ; Tue, 11 Jul 2017 16:20:57 +0000 (UTC) (envelope-from duglas@bigpond.net.au) Received: from smtp.telstra.com ([10.10.26.4]) by viclafep32p-svc.bpe.nexus.telstra.com.au with ESMTP id <20170711151732.BIFH31709.viclafep32p-svc.bpe.nexus.telstra.com.au@smtp.telstra.com> for ; Wed, 12 Jul 2017 01:17:32 +1000 X-RG-Spam: Unknown X-Junkmail-Premium-Raw: score=8/83, refid=2.7.2:2017.7.11.145416:17:8.129, ip=, rules=__TO_MALFORMED_2, __TO_NO_NAME, __HAS_FROM, __FRAUD_WEBMAIL_FROM, FROM_NAME_ONE_WORD, __HAS_MSGID, __SANE_MSGID, __USER_AGENT, __MOZILLA_USER_AGENT, __MIME_VERSION, __CT, __CT_TEXT_PLAIN, __CTE, __FRAUD_REFNUM, __NO_HTML_TAG_RAW, BODYTEXTP_SIZE_3000_LESS, BODY_SIZE_800_899, __MIME_TEXT_P1, __MIME_TEXT_ONLY, HTML_00_01, HTML_00_10, BODY_SIZE_5000_LESS, __FRAUD_WEBMAIL, __FRAUD_COMMON, NO_URI_FOUND, NO_CTA_URI_FOUND, __PHISH_SPEAR_STRUCTURE_1, BODY_SIZE_1000_LESS, BODY_SIZE_2000_LESS, __MIME_TEXT_P, NO_URI_HTTPS, BODY_SIZE_7000_LESS X-Authentication-Info: Submitted using ID duglasw@bigpond.com Received: from [10.10.10.160] (101.173.93.61) by smtp.telstra.com (9.0.019.16-1) (authenticated as duglasw@bigpond.com) id 5959E9B3021CB11B for freebsd-ports@freebsd.org; Wed, 12 Jul 2017 01:17:32 +1000 To: freebsd-ports@freebsd.org From: duglas Subject: Update failure E000022 after upgrade to subversion 1.9.6 Message-ID: <6d403c58-8eb6-806f-14bd-40717f1e3ad8@bigpond.net.au> Date: Wed, 12 Jul 2017 01:17:33 +1000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Antivirus: Avast (VPS 170711-0, 11/07/2017), Outbound message X-Antivirus-Status: Clean 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: Tue, 11 Jul 2017 16:21:02 -0000 Hi, After upgrading to subversion 1.9.6 My latest svn update attempts result in the following. svn update /usr/ports Updating 'ports': svn: E000022: Error converting entry in directory '/usr/ports' to UTF-8 svn: E000022: Can't convert string from native encoding to 'UTF-8': svn: E000022: ?\A89' Coincidentally it also occurs when attempting to update /usr/src and /usr/docs as well. Attempts to portdowngrade to the 1.9.5 version fail similarly. portdowngrade devel/subversion r435830 svn: E000022: Error converting entry in directory '/usr/ports/devel/subversion/subversion' to UTF-8 svn: E000022: Can't convert string from native encoding to 'UTF-8': svn: E000022: ?\A89' Something went wrong with svn... Ensure you have the correct revision! Any pointers appreciated. Cheers