Return-Path: X-Original-To: apmail-subversion-commits-archive@minotaur.apache.org Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 62D1F108C4 for ; Tue, 20 Aug 2013 06:32:49 +0000 (UTC) Received: (qmail 24361 invoked by uid 500); 20 Aug 2013 06:32:48 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 24348 invoked by uid 500); 20 Aug 2013 06:32:48 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 24339 invoked by uid 99); 20 Aug 2013 06:32:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Aug 2013 06:32:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Aug 2013 06:32:45 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 84F1F238888A; Tue, 20 Aug 2013 06:32:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn propchange: r1512301 - svn:log Date: Tue, 20 Aug 2013 06:32:24 -0000 To: commits@subversion.apache.org From: breser@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130820063224.84F1F238888A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: breser Revision: 1512301 Modified property: svn:log Modified: svn:log at Tue Aug 20 06:32:24 2013 ------------------------------------------------------------------------------ --- svn:log (original) +++ svn:log Tue Aug 20 06:32:24 2013 @@ -1 +1,14 @@ -^/subversion/trunk +Fixing 'svnadmin hotcopy --incremental' for FSFS format 6 repositories. +Delete non-packed revprops after their packed counterparts have been +copied. + +* subversion/libsvn_fs_fs/fs_fs.c + (hotcopy_remove_files): similar to hotcopy_remove_rev_files but + takes the shard parent folder as parameter, + i.e. works for revs and revprops alike + (hotcopy_remove_rev_files): call the above + (hotcopy_remove_revprop_files): new, similar function + (remove_folder): new utility function + (hotcopy_incremental_check_preconditions): + (hotcopy_body): remove revprop files after packing just the same + as rev files