Author: brane
Date: Fri May 16 21:12:47 2025
New Revision: 1925597
URL: http://svn.apache.org/viewvc?rev=1925597&view=rev
Log:
On the patch-from-stream branch: Add branch documentation.
* BRANCH-README: New file.
Added:
subversion/branches/patch-from-stream/BRANCH-README (with props)
Added: subversion/branches/patch-from-stream/BRANCH-README
URL:
http://svn.apache.org/viewvc/subversion/branches/patch-from-stream/BRANCH-README?rev=1925597&view=auto
==============================================================================
--- subversion/branches/patch-from-stream/BRANCH-README (added)
+++ subversion/branches/patch-from-stream/BRANCH-README Fri May 16 21:12:47 2025
@@ -0,0 +1,6 @@
+Use streams instead of APR files to read patch files.
+=====================================================
+
+2025-05-16: The patch parser currently uses apr_file_t to read
+and parse patch files. Convert to usint svn_stream_t instead,
+as it's more flexible and doesn't strictly rely on on-disk files.
Propchange: subversion/branches/patch-from-stream/BRANCH-README
------------------------------------------------------------------------------
svn:eol-style = native