From users-return-5175-apmail-subversion-users-archive=subversion.apache.org@subversion.apache.org Tue Oct 05 16:07:17 2010 Return-Path: Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: (qmail 20860 invoked from network); 5 Oct 2010 16:07:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Oct 2010 16:07:17 -0000 Received: (qmail 98962 invoked by uid 500); 5 Oct 2010 16:07:17 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 98941 invoked by uid 500); 5 Oct 2010 16:07:16 -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 98934 invoked by uid 99); 5 Oct 2010 16:07:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Oct 2010 16:07:16 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of techgeek12345@gmail.com designates 74.125.82.171 as permitted sender) Received: from [74.125.82.171] (HELO mail-wy0-f171.google.com) (74.125.82.171) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Oct 2010 16:07:08 +0000 Received: by wyf19 with SMTP id 19so7792182wyf.16 for ; Tue, 05 Oct 2010 09:06:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=El4nKtZyt4SZkqGVBxeQBc2VzGU64q2EWZW02mFE+PE=; b=AHx/THoZVra8rL6627pJ3XcqIKUSU5ELwBpzndOta7cr0efSPqaJdwz+EmI91IrzGk C0rdj2gS/H/BMNNLRtfkZGWGYADxaQ9JjJ5HzvjQokkRpPg/VxhaD4JvUAd7ds/qFF2o i4CGd1q5smDjjJxKO0ZSVFC3ou9X4eEXurT1Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=k9TV3VH7pd18S20Cuk96fXNN0vn2nnbhvl7qdI9nD812AhI8wSmMqaFOK/bNoR11EQ AkmslNqH2+tFioRcUZZYPg2aznwI+9BXkB/XrxVygBCrlFmD1UfscIX+u2L9qztFjzAW zQLpRHSs5eR8FTbHosTyH4ZGbyPXLhm7HunAk= MIME-Version: 1.0 Received: by 10.216.231.26 with SMTP id k26mr9467865weq.3.1286294807911; Tue, 05 Oct 2010 09:06:47 -0700 (PDT) Received: by 10.216.28.135 with HTTP; Tue, 5 Oct 2010 09:06:47 -0700 (PDT) In-Reply-To: <2FCAEE1D-1DD4-4961-A18E-87092BD6AD52@ryandesign.com> References: <2FCAEE1D-1DD4-4961-A18E-87092BD6AD52@ryandesign.com> Date: Tue, 5 Oct 2010 09:06:47 -0700 Message-ID: Subject: Re: dumping non-continuous ranges using svnadmin dump From: Tech Geek To: Ryan Schmidt Cc: Subversion Users Content-Type: multipart/alternative; boundary=000e0cdf9e141a1ff90491e0d91c X-Virus-Checked: Checked by ClamAV on apache.org --000e0cdf9e141a1ff90491e0d91c Content-Type: text/plain; charset=ISO-8859-1 > > svnadmin dump -r 1:15 sandbox > sandbox-dumpfile > svnadmin dump -r 18:19 sandbox > sandbox-dumpfile2 > > Then when it comes time to load, load the first file, then the second Tried but does not work... # svnadmin load sandbox-restore < sandbox-dumpfile The above command restored it up to 15 revision as expected: <<< Started new transaction, based on original revision 15 * editing path : PartA/trunk/source/README.txt ... done. ------- Committed revision 15 >>> and then the following command: # svnadmin load sandbox-restore < sandbox-dump2 gave the error message: <<< Started new transaction, based on original revision 18 svnadmin: File already exists: filesystem 'sandbox-restore/db', transaction '18-a', path 'PartA' * adding path : PartA ... The first method also ended up with the same error message. Any more ideas? Thanks. --000e0cdf9e141a1ff90491e0d91c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
svnadmin dump -r 1:15 sandbox > sandbox-dumpfile
svnadmin dump -r 18:19 sandbox > sandbox-dumpfile2

Then when it comes time to load, load the first file, then the second
Tried but does not work...

# svnadmin load sandbox-resto= re < sandbox-dumpfile
The above command restored it up to 15 revision= as expected:
<snip>
<<< Started new transaction, based on original rev= ision 15
=A0=A0=A0=A0 * editing path : PartA/trunk/source/README.txt ...= done.

------- Committed revision 15 >>>
</snip>
and then the following command:
# svnadmin load sandbox-restore < san= dbox-dump2

gave the error message:

<snip>
<<< Started new transaction, based on original revision 18
svna= dmin: File already exists: filesystem 'sandbox-restore/db', transac= tion '18-a', path 'PartA'
=A0=A0=A0=A0 * adding path : P= artA ...
</snip>

The first method also ended up with the same error message.

Any = more ideas?

Thanks.
--000e0cdf9e141a1ff90491e0d91c--