You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2018/10/07 19:58:02 UTC

svn commit: r1843077 - /subversion/branches/multi-wc-format/BRANCH-README

Author: brane
Date: Sun Oct  7 19:58:02 2018
New Revision: 1843077

URL: http://svn.apache.org/viewvc?rev=1843077&view=rev
Log:
* branches/multi-wc-format/BRANCH-README: Update branch documentation.

Modified:
    subversion/branches/multi-wc-format/BRANCH-README

Modified: subversion/branches/multi-wc-format/BRANCH-README
URL: http://svn.apache.org/viewvc/subversion/branches/multi-wc-format/BRANCH-README?rev=1843077&r1=1843076&r2=1843077&view=diff
==============================================================================
--- subversion/branches/multi-wc-format/BRANCH-README (original)
+++ subversion/branches/multi-wc-format/BRANCH-README Sun Oct  7 19:58:02 2018
@@ -1,6 +1,3 @@
-This branch (^/subversion/branches/better-pristines) will be used to
-implement two dependent features:
-
 Client support for multiple working copy versions
 -------------------------------------------------
 
@@ -51,23 +48,3 @@ OPTIONAL: The "svn upgrade" command may
    Bad Thing, and b) defeat the purpose of this feature, which is
    support for multiple versions of the client in the same working
    copy.
-
-
-Compressed pristines and in-database pristine storage
------------------------------------------------------
-
-WC format 32 will get support for storing (small) pristine files
-directly in the WC-DB as blobs in the PRISTINES table, and also for
-compressing pristines with LZ4.
-
-The current WC format 31 will remain fully supported.
-
-The 'svn cleanup' command will grow a new option:
-
-    svn cleanup --compress-pristines
-
-that will, if compressed pristines are supported by the working copy
-format, compress any uncompressed pristine files, possibly removing
-them and storing their contents in the working copy database.
-
-Upgdading to format 32 will _not_ automatically compress pristines.