Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8ED3FC551 for ; Wed, 19 Jun 2013 10:01:31 +0000 (UTC) Received: (qmail 71394 invoked by uid 500); 19 Jun 2013 10:01:30 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 71282 invoked by uid 500); 19 Jun 2013 10:01:27 -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 70885 invoked by uid 99); 19 Jun 2013 10:01:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jun 2013 10:01:26 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [78.47.87.163] (HELO mx0.elegosoft.com) (78.47.87.163) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jun 2013 10:01:13 +0000 Received: from localhost (localhost [127.0.0.1]) by mx0.elegosoft.com (Postfix) with ESMTP id 07652DE05B; Wed, 19 Jun 2013 12:00:53 +0200 (CEST) Received: from mx0.elegosoft.com ([127.0.0.1]) by localhost (mx0.elegosoft.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5ZcXqwC2SRA9; Wed, 19 Jun 2013 12:00:52 +0200 (CEST) Received: from lp-shahaf.local (bzq-79-177-184-23.red.bezeqint.net [79.177.184.23]) by mx0.elegosoft.com (Postfix) with ESMTPSA id 9A0DBDE052; Wed, 19 Jun 2013 12:00:52 +0200 (CEST) Date: Wed, 19 Jun 2013 13:00:48 +0300 From: Daniel Shahaf To: r03@mdjnet.dk Cc: users@subversion.apache.org Subject: Re: Crash in 1.8.0 Message-ID: <20130619100048.GC2964@lp-shahaf.local> References: <51C16B99.5050806@mdjnet.dk> <20130619093032.GB2964@lp-shahaf.local> <51C17D08.3000603@mdjnet.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <51C17D08.3000603@mdjnet.dk> User-Agent: Mutt/1.5.18 (2008-05-17) X-Virus-Checked: Checked by ClamAV on apache.org Morten Due Jorgensen wrote on Wed, Jun 19, 2013 at 11:42:32 +0200: > In the meantime, should I "clean up" the repository before upgrading it > to 1.8.1, or can I just upgrade it when 1.8.1 is released? The latter. > Is the repository in a working order right now? For this particular failure mode, yes. Running 'svnadmin verify' won't hurt, though. > Could I manually change the content of "format", and re-upgrade? If you do that, your repository won't work (and you risk corrupting your data if you do it incorrectly). Daniel