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 A9A391133A for ; Wed, 2 Jul 2014 19:06:43 +0000 (UTC) Received: (qmail 63741 invoked by uid 500); 2 Jul 2014 19:06:43 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 63708 invoked by uid 500); 2 Jul 2014 19:06:43 -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 63696 invoked by uid 99); 2 Jul 2014 19:06:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jul 2014 19:06:42 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [192.109.42.8] (HELO einhorn.in-berlin.de) (192.109.42.8) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jul 2014 19:06:38 +0000 X-Envelope-From: stsp@stsp.name Received: from larry.stsp.name (larry.stsp.name [217.197.84.39]) by einhorn.in-berlin.de (8.14.4/8.14.4/Debian-4) with ESMTP id s62J62as000305 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 2 Jul 2014 21:06:04 +0200 Received: from larry.stsp.name (localhost [127.0.0.1]) by larry.stsp.name (8.14.8/8.14.5) with ESMTP id s62J60hH011751; Wed, 2 Jul 2014 21:06:00 +0200 (CEST) Received: (from stsp@localhost) by larry.stsp.name (8.14.8/8.14.6/Submit) id s62J5w9k024990; Wed, 2 Jul 2014 21:05:58 +0200 (CEST) Date: Wed, 2 Jul 2014 21:05:58 +0200 From: Stefan Sperling To: Markus Schaber Cc: Saurabh Patel , "users@subversion.apache.org" Subject: Re: Recreate SVN DB Message-ID: <20140702190557.GJ27101@larry.stsp.name> Mail-Followup-To: Markus Schaber , Saurabh Patel , "users@subversion.apache.org" References: <727D8E16AE957149B447FE368139F2B539C0188D@SERVER10> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <727D8E16AE957149B447FE368139F2B539C0188D@SERVER10> User-Agent: Mutt/1.5.23 (2014-03-12) X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Jul 02, 2014 at 07:11:36AM +0000, Markus Schaber wrote: > There are companies which offer commercial support including hex-editing broken repositories. I'm not sure this is a good answer in general for questions asked on the users@ list, which is a free best effort support forum. Loss of data is tragic, and it seems in this case that several revision files (817-824) have been lost. It might still be possible to extract a full text if any of the files in the 825-891 range were saved as full texts, rather than deltas. This is the case for representations which begin with a line saying "DELTA\n" instead of "DELTA \n" Saurabh, are there any revision files among the 825-891 range which contains contain lines saying just "DELTA"? > Hello, > > I really need some help!! I accidentally deleted my Repository folder. I have a backup of it from last year, and have a incremental backup of it as well. Unfortunately my backup system had problems and so the only thing I could retrieve from the most recent backup was the "db" folder which has the revprops and rev folder and current file. Under the revprops and rev folders, I notice the files in there are from 825-891. My backup from last year has files from 0-816. So I'm missing files 817-824. Now I can open my last year's backup just fine using Repo-Browser, but can't seem to open the most recent backup as it only has the db folder. Is there a way I can merge all these files together without the missing files? I use Tortoise SVN 1.7.�Please help. Any help or advice is�really appreciated. > > Thank you, > -S