On 2022-08-14 10:56:07 -0400, Nathan Hartman wrote: > I'm attaching an updated patch with the following changes: > > (1) Revert LICENSE > (2) Revert the license headers
Your patch adds a trailing newline to 2 files:
subversion/tests/cmdline/svneditor.bat
tools/buildbot/slaves/win32-vcpkg/svntest-build.cmd
I've attached a new patch obtained with
perl -pi -e \
's[http://(subversion\.apache\.org|svnbook\.red-bean\.com)]
[https://\1];
s[http://(www.apache.org)(?!/licenses)]
[https://\1]' **/*(.)
and the manual formatting improvements on
subversion/libsvn_repos/repos.c
tools/dev/contribulyze.py
This corresponds to your patch without the added trailing newlines.
--
Vincent Lefèvre <[email protected]> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)
subversion-url-v3.patch.xz
Description: Binary data

