Re: [PATCH] URL update to https

2022-08-21 Thread Nathan Hartman
On Fri, Aug 19, 2022 at 2:36 PM Daniel Sahlberg wrote: > > Nathan & Vincent, > > Great work both of you! Thanks for taking care of this! > > /Daniel Thanks! And thanks for doing the same for the svn-book! Cheers, Nathan

Re: [PATCH] URL update to https

2022-08-19 Thread Daniel Sahlberg
Nathan & Vincent, Great work both of you! Thanks for taking care of this! /Daniel Den fre 19 aug. 2022 19:01Nathan Hartman skrev: > On Fri, Aug 19, 2022 at 12:52 PM Nathan Hartman > wrote: > > On Sun, Aug 14, 2022 at 7:02 AM Vincent Lefevre > wrote: > > > * In tools/examples/svnlook.py, the

Re: [PATCH] URL update to https

2022-08-19 Thread Nathan Hartman
On Fri, Aug 19, 2022 at 12:52 PM Nathan Hartman wrote: > On Sun, Aug 14, 2022 at 7:02 AM Vincent Lefevre > wrote: > > * In tools/examples/svnlook.py, the anchor in > > https://subversion.apache.org/docs/community-guide/#docs > > no longer exists. > > This one will take a little bit of digging th

Re: [PATCH] URL update to https

2022-08-19 Thread Nathan Hartman
On Wed, Aug 17, 2022 at 10:21 PM Vincent Lefevre wrote: > > On 2022-08-17 13:16:42 -0400, Nathan Hartman wrote: > > Looks good to me. Thanks for doing that. I'll commit it shortly. > > > > Is there anything in particular you'd like the log message to say (other > > than credit for writing this pat

Re: [PATCH] URL update to https

2022-08-17 Thread Vincent Lefevre
On 2022-08-17 13:16:42 -0400, Nathan Hartman wrote: > Looks good to me. Thanks for doing that. I'll commit it shortly. > > Is there anything in particular you'd like the log message to say (other > than credit for writing this patch of course)? Nothing particular. Thanks. -- Vincent Lefèvre -

Re: [PATCH] URL update to https

2022-08-17 Thread Nathan Hartman
On Wed, Aug 17, 2022 at 9:55 AM Vincent Lefevre wrote: > 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: > subversi

Re: [PATCH] URL update to https

2022-08-17 Thread Vincent Lefevre
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/svnt

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