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 96E8D200C10 for ; Fri, 3 Feb 2017 09:52:37 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 9567E160B55; Fri, 3 Feb 2017 08:52:37 +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 DE1B5160B48 for ; Fri, 3 Feb 2017 09:52:36 +0100 (CET) Received: (qmail 4770 invoked by uid 500); 3 Feb 2017 08:52:36 -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 Received: (qmail 4760 invoked by uid 99); 3 Feb 2017 08:52:35 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Feb 2017 08:52:35 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 5A0FCC14E0 for ; Fri, 3 Feb 2017 08:52:35 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.699 X-Spam-Level: X-Spam-Status: No, score=-0.699 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_LOW=-0.7, UNPARSEABLE_RELAY=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id xR6qbyFMka-a for ; Fri, 3 Feb 2017 08:52:33 +0000 (UTC) Received: from einhorn.in-berlin.de (einhorn.in-berlin.de [192.109.42.8]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id B75155F340 for ; Fri, 3 Feb 2017 08:52:32 +0000 (UTC) X-Envelope-From: stsp@elego.de Received: from jim.stsp.name (jim.stsp.name [217.197.84.42]) (authenticated bits=0) by einhorn.in-berlin.de (8.14.4/8.14.4/Debian-8+deb8u1) with ESMTP id v138qO5l018916 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 3 Feb 2017 09:52:24 +0100 Received: from localhost (jim.stsp.name [local]) by jim.stsp.name (OpenSMTPD) with ESMTPA id 72448d20; Fri, 3 Feb 2017 09:52:24 +0100 (CET) Date: Fri, 3 Feb 2017 09:52:24 +0100 From: Stefan Sperling To: Steven Barbaglia Cc: "users@subversion.apache.org" Subject: Re: svndumpfilter crash on empty revisions Message-ID: <20170203085222.o6y2l6io3kxas7ps@jim.stsp.name> Mail-Followup-To: Steven Barbaglia , "users@subversion.apache.org" References: <3cfb5514899b480f9a923703a3a0c600@SINEXCHANGE1.sinara.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3cfb5514899b480f9a923703a3a0c600@SINEXCHANGE1.sinara.net> User-Agent: NeoMutt/20170113 (1.7.2) archived-at: Fri, 03 Feb 2017 08:52:37 -0000 On Thu, Feb 02, 2017 at 02:57:02PM +0000, Steven Barbaglia wrote: > I am moving an SVN repository from one third-party remote server to a local one and I would like to remove empty revisions but svndumpfilter keeps crashing. I first loaded the dump from svnradmin into a local repository and dumped it again. I also tried with a dump that just includes the first few revisions, but svndumpfilter keeps crashing. Some of the attempts include: > > svndumpfilter --drop-empty-revs --renumber-revs include / < svnadmin.dump > svndumpfilter.dump > svndumpfilter include / < svnadmin.dump > svndumpfilter.dump > svndumpfilter exclude junk < svnadmin.dump > svndumpfilter.dump > > I am attaching the dump with just the first few revisions and a crash log. > > PS I am using the latest public svn version, 1.9.5 from CollabNet for Windows 64-bit. Thank Steven! Providing a dump file which triggered the problem helped a lot. I have fixed this problem in https://svn.apache.org/r1781507 I expect this bug to get patched in the next 1.9.x release. Stefan