Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E0D85200B27 for ; Wed, 8 Jun 2016 07:29:41 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DF800160A4F; Wed, 8 Jun 2016 05:29:41 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 32F13160A36 for ; Wed, 8 Jun 2016 07:29:41 +0200 (CEST) Received: (qmail 84380 invoked by uid 500); 8 Jun 2016 05:29:40 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Delivered-To: moderator for users@subversion.apache.org Received: (qmail 88677 invoked by uid 99); 7 Jun 2016 19:25:25 -0000 X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.802 X-Spam-Level: X-Spam-Status: No, score=-0.802 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=kHuj8muXbanA34FQZYZFzQF+/P5sbPwdIDBZ9jhnIQg=; b=nzfzF6p55UxajY+dwkh0Vbujh30jl0bQgm3kXVMDdsDK4zQIJXumWtCmc+5s/1HPhR Fpo6o9kWT3tVIGihjrMKDWvNbTHzZR+4a6WgNQ1vUNUU+3ZkmXhhrRgg7BoVbyReN1nD VDZHdttNezlEJsOFWD7/Ja7tRqNldrHlg5Aef4iyR1LquH5eVl0QE0ZCg7TzTMWjT3uv zBkJ2/BoxHyyh/ZPajh5Bn0xdSEs+OQFJ2OQCNdcPCMgLjERg5NtHFzwaxvgv3PtUiSG iop/VgmdqxNRLPZZbXxUraKHLXA7dj8kGXDwz3Bc+gYLlJLm2HbSTis6UMV3UohB/Re0 yicg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=kHuj8muXbanA34FQZYZFzQF+/P5sbPwdIDBZ9jhnIQg=; b=mC3Hz6503KKyuJ99pED6RbYiz2eqnLP7CAJzI6CzHdSqzehWRW/taB7AX42rxe4Di8 12lP+u5mGlFdLoIAyitBw/4AlGdbtCtdO+AtppfoLCGL/efnHcfD90rQY4wyFvT4QQWI aASG85rZpRQFBR9ovkCJjWTu1LlK0aYpKq8kCiJqwMzPA92Th22l1/IeW25CjvdoXFOc K4rTFG4YAn9jSAfsCeEXLPWlvSxZNED5npPfVN1M0AhhrBYg9/R0jJlzZmXv703c1xGa eD66Kl5tP8v85XDEDd6eHazy6Mr/CffwCAgFB7DKsbYdtwOUq6VJPGpa5dDrYnmWY8rn A6Mg== X-Gm-Message-State: ALyK8tJv2ZSwUDw68PSH9dSEQBfPoccq2VbuQ7Oin8ByxZTfPvOi2HTHWLmZyN/D7BH6MPWeWZBAMqJMgar1cg== X-Received: by 10.202.66.135 with SMTP id p129mr706353oia.153.1465327523759; Tue, 07 Jun 2016 12:25:23 -0700 (PDT) MIME-Version: 1.0 From: Vinicius Massuchetto Date: Tue, 7 Jun 2016 16:24:54 -0300 Message-ID: Subject: E200004: Could not convert '<...>' into a number To: users@subversion.apache.org Content-Type: text/plain; charset=UTF-8 archived-at: Wed, 08 Jun 2016 05:29:42 -0000 Suddenly, the following error started to occur in the repository when checking out or updating: svn: E200004: Could not convert '?\F6R?\EF?\F2?\9Bn1?\85?\9F?\A4?\AFm?\F5?\95?\8A ?\D4RJ?\80w3'h?\9A?\ED?\CC{!p?\B3?\C6?\C2!P?\DE?\EA?\F0?\C3 ?\8D;?\E8?\E4 ?\D9 s<=4' into a number Cleaning up and running update again seems to change files properly, but the error keeps coming back every time. I noticed using `svnadmin verify` that the error applies to most revisions just after a specific one. `svnadmin dump` also fails with: * Error verifying repository metadata. The repository was created with 1.9.1, and clients use the same TortoiseSVN client version. I updated both svnserve and client to 1.9.4 (r1740329) with no success. `svn ls` gives the same error for the revisions that fail with dump. `svnadmin restore` runs within 1 second but does nothing that can fix this. The server log shows nothing else than the usual 'get-lock open get-latest-rev reparent' messages. I searched the Web and this mailing list about it, but could not find a solution. Any help is much appreciated. Thanks. -- Vinicius Massuchetto