You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2013/03/01 08:32:59 UTC

svn commit: r1451506 - /subversion/trunk/CHANGES

Author: julianfoad
Date: Fri Mar  1 07:32:59 2013
New Revision: 1451506

URL: http://svn.apache.org/r1451506
Log:
* CHANGES: List the new '--drop-all-empty-revs' option to
  'svndumpfilter include/exclude' (issue #3681).

Patch by: Vijayaguru G <vijay{_AT_}collab.net>

Modified:
    subversion/trunk/CHANGES

Modified: subversion/trunk/CHANGES
URL: http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1451506&r1=1451505&r2=1451506&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Fri Mar  1 07:32:59 2013
@@ -33,6 +33,7 @@ http://svn.apache.org/repos/asf/subversi
     * new 'svn --version --verbose' option shows runtime environment info
     * new 'svnadmin freeze' subcommand (r1376228)
     * 'svndumpfilter' now supports --delta dumpfiles (r1351009, -3745)
+    * new '--drop-all-emtpy-revs' option for 'svndumpfilter' (issue #3681)
     * client version info now reported to commit hooks (issue #4124)
     * 'svn merge' now uses reintegrate mode automatically when needed
     * 'svn' is now non-interactive when not run in a terminal device (r1424037)