Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io 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 AA5D1166BE1 for ; Tue, 25 Jul 2017 15:41:00 +0200 (CEST) Received: (qmail 45746 invoked by uid 500); 25 Jul 2017 13:40:58 -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 45732 invoked by uid 99); 25 Jul 2017 13:40:58 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Jul 2017 13:40:57 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id D1DF83A05C0 for ; Tue, 25 Jul 2017 13:40:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1802940 - /subversion/trunk/subversion/svn/cleanup-cmd.c Date: Tue, 25 Jul 2017 13:40:54 -0000 To: commits@subversion.apache.org From: stsp@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170725134056.D1DF83A05C0@svn01-us-west.apache.org> Author: stsp Date: Tue Jul 25 13:40:54 2017 New Revision: 1802940 URL: http://svn.apache.org/viewvc?rev=1802940&view=rev Log: Revert r1802797. We are not going to change the default behaviour of 'svn cleanup' after all. Discussion thread starts at: http://mail-archives.apache.org/mod_mbox/subversion-dev/201707.mbox/%3C20170724120913.GB90677%40ted.stsp.name%3E Modified: subversion/trunk/subversion/svn/cleanup-cmd.c Modified: subversion/trunk/subversion/svn/cleanup-cmd.c URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/cleanup-cmd.c?rev=1802940&r1=1802939&r2=1802940&view=diff ============================================================================== --- subversion/trunk/subversion/svn/cleanup-cmd.c (original) +++ subversion/trunk/subversion/svn/cleanup-cmd.c Tue Jul 25 13:40:54 2017 @@ -105,7 +105,7 @@ svn_cl__cleanup(apr_getopt_t *os, TRUE /* break_locks */, TRUE /* fix_timestamps */, TRUE /* clear_dav_cache */, - FALSE /* vacuum_pristines */, + TRUE /* vacuum_pristines */, opt_state->include_externals, ctx, iterpool);