Author: stefan2
Date: Sun Apr 14 11:52:01 2013
New Revision: 1467768
URL: http://svn.apache.org/r1467768
Log:
On the fsfs-format7 branch: add full support for UTF-8 file names as TODO
* BRANCHES-README
(TODO): * add section about control chars in file names.
Modified:
subversion/branches/fsfs-format7/BRANCH-README
Modified: subversion/branches/fsfs-format7/BRANCH-README
URL:
http://svn.apache.org/viewvc/subversion/branches/fsfs-format7/BRANCH-README?rev=1467768&r1=1467767&r2=1467768&view=diff
==============================================================================
--- subversion/branches/fsfs-format7/BRANCH-README (original)
+++ subversion/branches/fsfs-format7/BRANCH-README Sun Apr 14 11:52:01 2013
@@ -215,6 +215,14 @@ that prints the equivalent of `cat fs-ty
that's orthogonal to all backend changes.)
+Support for arbitrary chars in path names
+-----------------------------------------
+
+Format 6's textual item representations breaks when path names contain
+newlines. Format 7 revisions shall escape all control chars (e.g. < 0x20)
+in path names when using them in textual item representations.
+
+
DONE
====