You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2017/07/25 13:40:54 UTC

svn commit: r1802940 - /subversion/trunk/subversion/svn/cleanup-cmd.c

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);