You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2022/03/16 01:04:16 UTC

svn commit: r1898954 - /subversion/branches/pristines-on-demand-on-mwf/notes/i525/i525-user-guide.md

Author: danielsh
Date: Wed Mar 16 01:04:15 2022
New Revision: 1898954

URL: http://svn.apache.org/viewvc?rev=1898954&view=rev
Log:
On the 'pristines-on-demand-on-mwf' branch:

* notes/i525/i525-user-guide.md: Use more accurate language and the correct syntax.
    While here, extend the summary.

Modified:
    subversion/branches/pristines-on-demand-on-mwf/notes/i525/i525-user-guide.md

Modified: subversion/branches/pristines-on-demand-on-mwf/notes/i525/i525-user-guide.md
URL: http://svn.apache.org/viewvc/subversion/branches/pristines-on-demand-on-mwf/notes/i525/i525-user-guide.md?rev=1898954&r1=1898953&r2=1898954&view=diff
==============================================================================
--- subversion/branches/pristines-on-demand-on-mwf/notes/i525/i525-user-guide.md (original)
+++ subversion/branches/pristines-on-demand-on-mwf/notes/i525/i525-user-guide.md Wed Mar 16 01:04:15 2022
@@ -141,8 +141,8 @@ In brief:
 "i525pod" is an optional feature in Subversion 1.15. It can be enabled
 separately for each WC. By default "i525pod" is not enabled and WCs remain
 compatible with Subversion 1.8 through 1.14. To enable "i525pod" for a given
-WC, check out or upgrade the WC to 1.15-compatible format. A WC in
-1.15-compatible format is no longer compatible with older Subversion
+WC, check out or upgrade the WC to 1.15's format. A WC in
+1.15's format is no longer compatible with older Subversion
 clients.
 
 For details: see "Working Copy Format Upgrade and Compatibility" section.
@@ -228,7 +228,7 @@ locally modified files, are:
   - `H` `D` `svn revert`
   - `H` `D` `svn switch`
   - `H` `D` `svn update`
-  - `-` `D` `svn upgrade` (upgrade to 1.15-compatible WC format)
+  - `-` `D` `svn upgrade --compatible-version=1.15` (upgrade to 1.15's WC format enables "i525pod")
 
 ### Which files does Subversion "hydrate" or "dehydrate" ("sync scope")?
 
@@ -268,6 +268,7 @@ Not minimal:
   - Subversion 1.15 by default uses 1.8-compatible WC format, with "i525pod"
     inactive in those WCs, the same as Subversion 1.8 through 1.14.
   - Subversion 1.14 and older cannot read or write a 1.15-compatible WC.
+  - Working copies cannot be downgraded
 
 ## Details