Vincent Lefevre (vincent-svn {at} vinc17 dot net)


Found Patch
r1903580, r1903579, r1903578 r1903577

r1903577 | hartmannathan | 2022-08-19 16:31:35 +0000 (Fri, 19 Aug 2022)

Replace http:// links with https://, except LICENSE and license headers

Leaving LICENSE as-is so that it will remain identical to
https://www.apache.org/licenses/LICENSE-2.0.txt. Same for license headers.

All other http:// links are changed to https://.

The patch was 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 manual alignment/rewrapping in:
  
    subversion/libsvn_repos/repos.c
    tools/dev/contribulyze.py
    
  to ensure the output fits in 80 columns.

Patch by: Vincent Lefevre (vincent-svn {at} vinc17 dot net)

Reviewed by: hartmannathan


r1903578 | hartmannathan | 2022-08-19 16:42:58 +0000 (Fri, 19 Aug 2022)

Remove nonexistent #cla anchor from links to new-committers-guide.html

* notes/commit-access-templates/full-committer.tmpl,
  notes/commit-access-templates/partial-committer.tmpl
  notes/commit-access-templates/pmc-member.tmpl
  (): In https://www.apache.org/dev/new-committers-guide.html it appears there
   used to be a #cla anchor that has been removed from that page in the past.
   Updating our links to just refer to the page itself.

Found by: Vincent Lefevre (vincent-svn {at} vinc17 dot net)

See dev@s.a.o message "[PATCH] URL update to https" on 14 Aug 2022, archived
at https://lists.apache.org/thread/fh60jks7b14jy47gnombt05mv926csjm and other
places.


r1903579 | hartmannathan | 2022-08-19 16:47:22 +0000 (Fri, 19 Aug 2022)

Fix URL anchor in link to delta editor errata

* notes/api-errata/1.7/ra001.txt
  (Details of Previous Behavior): Fix apparent typo (leading underscore) in
   URL anchor.

Found by: Vincent Lefevre (vincent-svn {at} vinc17 dot net)

See dev@s.a.o message "[PATCH] URL update to https" on 14 Aug 2022, archived
at https://lists.apache.org/thread/fh60jks7b14jy47gnombt05mv926csjm and other
places.


r1903580 | hartmannathan | 2022-08-19 17:00:37 +0000 (Fri, 19 Aug 2022)

Fix URL in link to a section of HACKING

* tools/examples/svnlook.py
  (delta.Editor): In a comment, fix wrong link to the section of the community
   guide, a.k.a. HACKING, that was missing part of the URL.

Found by: Vincent Lefevre (vincent-svn {at} vinc17 dot net)

See dev@s.a.o message "[PATCH] URL update to https" on 14 Aug 2022, archived
at https://lists.apache.org/thread/fh60jks7b14jy47gnombt05mv926csjm and other
places.