[BUG] svn patch with svn:eol-style set to native

2022-08-14 Thread Vincent Lefevre
About this bug: On 2022-08-14 14:11:15 -0400, Nathan Hartman wrote: > But applying your original patch to a clean working copy and then > running 'svn diff' does show it -- note the - and + of and > "\ No newline at end of file" at the end of the output: [...] > That looks like a bug in SVN. This

Re: [PATCH] URL update to https

2022-08-14 Thread Nathan Hartman
On Sun, Aug 14, 2022 at 11:57 AM Vincent Lefevre wrote: > > [1] Those files are: > > build/generator/templates/svn_config.vcxproj.ezt > > build/generator/templates/svn_locale.vcxproj.ezt > > build/generator/templates/vcnet_vcxproj_filters.ezt > > subversion/libsvn_subr/win32_crashrpt_dll.h > > Are

Re: [PATCH] URL update to https

2022-08-14 Thread Vincent Lefevre
On 2022-08-14 10:56:07 -0400, Nathan Hartman wrote: > Regarding LICENSE, I also think it should remain identical. OK (if a change is needed, perhaps Apache could do it first, like what the FSF did for GPLv3, in 2017 IIRC). However, I think that there would be no problems to update the license loca

Re: [PATCH] URL update to https

2022-08-14 Thread Yasuhito FUTATSUKI
Hello, On 2022/08/14 20:02, Vincent Lefevre wrote: > Hi, > > Following the thread "http URLs should be updated to https", > I've attached a patch that changes the http URLs to https for > the following hostnames: > > subversion.apache.org > www.apache.org > svnbook.red-bean.com > > This h

[PATCH] URL update to https

2022-08-14 Thread Vincent Lefevre
Hi, Following the thread "http URLs should be updated to https", I've attached a patch that changes the http URLs to https for the following hostnames: subversion.apache.org www.apache.org svnbook.red-bean.com This has been done with perl -pi -e \ 's[http://((subversion|www)\.apache