Author: julianfoad
Date: Fri Sep 21 13:55:36 2018
New Revision: 1841589
URL: http://svn.apache.org/viewvc?rev=1841589&view=rev
Log:
* STATUS: Re-describe r1841059, emphasising experimental '.svn/x' namespace.
Modified:
subversion/branches/1.11.x/STATUS
Modified: subversion/branches/1.11.x/STATUS
URL:
http://svn.apache.org/viewvc/subversion/branches/1.11.x/STATUS?rev=1841589&r1=1841588&r2=1841589&view=diff
==============================================================================
--- subversion/branches/1.11.x/STATUS (original)
+++ subversion/branches/1.11.x/STATUS Fri Sep 21 13:55:36 2018
@@ -27,13 +27,16 @@ Candidate changes:
- r1840997 improves resolver API semantics
Ideally, these should be merged before 1.11.0 is released.
Votes:
+ +0: julianfoad (only r1840990,r1840991)
+1: stsp
* r1841059
- Shelving: fix SVN-4774 "presence of old 1.10 shelves breaks shelf-list".
+ Change the shelf storage dir from ".svn/shelves" to ".svn/x".
Justification:
- A cleaner upgrade path for those testing experimental shelving. Changes
- the shelf storage dir to '.svn/x/shelves/v2'.
+ Stop polluting the ".svn/" namespace with an experimental "shelves"
subdir.
+ Instead use an "x" subdir, intended for anything experimental/unstable.
+ Also fixes SVN-4774 "presence of old 1.10 shelves breaks shelf-list",
+ giving a cleaner upgrade path for those testing experimental shelving.
Votes:
+1: julianfoad, jamessan