Author: hartmannathan
Date: Fri Aug 19 16:31:35 2022
New Revision: 1903577

URL: http://svn.apache.org/viewvc?rev=1903577&view=rev
Log:
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

Modified:
    subversion/trunk/BUGS
    subversion/trunk/CHANGES
    subversion/trunk/INSTALL
    subversion/trunk/NOTICE
    subversion/trunk/README
    subversion/trunk/build/win32/make_gem.rb
    subversion/trunk/configure.ac
    subversion/trunk/contrib/client-side/emacs/psvn.el
    subversion/trunk/contrib/hook-scripts/check-mime-type.pl
    subversion/trunk/contrib/hook-scripts/hook_toolbox.py
    subversion/trunk/contrib/server-side/svnmirror.sh
    subversion/trunk/doc/README
    subversion/trunk/doc/user/cvs-crossover-guide.html
    subversion/trunk/doc/user/svn-best-practices.html
    subversion/trunk/notes/api-errata/1.7/ra001.txt
    subversion/trunk/notes/commit-access-templates/full-committer.tmpl
    subversion/trunk/notes/commit-access-templates/partial-committer.tmpl
    subversion/trunk/notes/commit-access-templates/pmc-member.tmpl
    subversion/trunk/notes/fsfs
    subversion/trunk/notes/http-and-webdav/webdav-protocol
    subversion/trunk/notes/http-and-webdav/webdav-usage.html
    subversion/trunk/notes/xfail-status
    subversion/trunk/subversion/bindings/ctypes-python/setup.py
    subversion/trunk/subversion/bindings/swig/python/__init__.py
    subversion/trunk/subversion/bindings/swig/python/svn/__init__.py
    subversion/trunk/subversion/bindings/swig/python/svn/client.py
    subversion/trunk/subversion/bindings/swig/python/svn/core.py
    subversion/trunk/subversion/bindings/swig/python/svn/delta.py
    subversion/trunk/subversion/bindings/swig/python/svn/diff.py
    subversion/trunk/subversion/bindings/swig/python/svn/fs.py
    subversion/trunk/subversion/bindings/swig/python/svn/ra.py
    subversion/trunk/subversion/bindings/swig/python/svn/repos.py
    subversion/trunk/subversion/bindings/swig/python/svn/wc.py
    subversion/trunk/subversion/include/private/svn_doxygen.h
    subversion/trunk/subversion/include/svn_client.h
    subversion/trunk/subversion/include/svn_io.h
    subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c
    subversion/trunk/subversion/libsvn_repos/repos.c
    subversion/trunk/subversion/libsvn_subr/config_file.c
    subversion/trunk/subversion/libsvn_subr/version.c
    subversion/trunk/subversion/libsvn_wc/wc_db_wcroot.c
    subversion/trunk/subversion/mod_dav_svn/repos.c
    subversion/trunk/subversion/po/de.po
    subversion/trunk/subversion/po/es.po
    subversion/trunk/subversion/po/fr.po
    subversion/trunk/subversion/po/it.po
    subversion/trunk/subversion/po/ja.po
    subversion/trunk/subversion/po/ko.po
    subversion/trunk/subversion/po/nb.po
    subversion/trunk/subversion/po/pl.po
    subversion/trunk/subversion/po/pt_BR.po
    subversion/trunk/subversion/po/sv.po
    subversion/trunk/subversion/po/zh_CN.po
    subversion/trunk/subversion/po/zh_TW.po
    subversion/trunk/subversion/svn/help-cmd.c
    subversion/trunk/subversion/svn/svn.1
    subversion/trunk/subversion/svnadmin/svnadmin.1
    subversion/trunk/subversion/svnbench/help-cmd.c
    subversion/trunk/subversion/svndumpfilter/svndumpfilter.1
    subversion/trunk/subversion/svnlook/svnlook.1
    subversion/trunk/subversion/svnmucc/svnmucc.1
    subversion/trunk/subversion/svnrdump/svnrdump.1
    subversion/trunk/subversion/svnsync/svnsync.1
    subversion/trunk/subversion/svnversion/svnversion.1
    subversion/trunk/subversion/tests/cmdline/authz_tests.py
    subversion/trunk/subversion/tests/cmdline/autoprop_tests.py
    subversion/trunk/subversion/tests/cmdline/basic_tests.py
    subversion/trunk/subversion/tests/cmdline/blame_tests.py
    subversion/trunk/subversion/tests/cmdline/cat_tests.py
    subversion/trunk/subversion/tests/cmdline/changelist_tests.py
    subversion/trunk/subversion/tests/cmdline/checkout_tests.py
    subversion/trunk/subversion/tests/cmdline/commit_tests.py
    subversion/trunk/subversion/tests/cmdline/copy_tests.py
    subversion/trunk/subversion/tests/cmdline/dav_tests.py
    subversion/trunk/subversion/tests/cmdline/depth_tests.py
    subversion/trunk/subversion/tests/cmdline/diff_tests.py
    subversion/trunk/subversion/tests/cmdline/entries_tests.py
    subversion/trunk/subversion/tests/cmdline/export_tests.py
    subversion/trunk/subversion/tests/cmdline/externals_tests.py
    subversion/trunk/subversion/tests/cmdline/getopt_tests.py
    subversion/trunk/subversion/tests/cmdline/getopt_tests_data/svn--help_stdout
    
subversion/trunk/subversion/tests/cmdline/getopt_tests_data/svn--version--verbose_stdout
    
subversion/trunk/subversion/tests/cmdline/getopt_tests_data/svn--version_stdout
    subversion/trunk/subversion/tests/cmdline/getopt_tests_data/svn_help_stdout
    subversion/trunk/subversion/tests/cmdline/history_tests.py
    subversion/trunk/subversion/tests/cmdline/import_tests.py
    subversion/trunk/subversion/tests/cmdline/info_tests.py
    subversion/trunk/subversion/tests/cmdline/input_validation_tests.py
    subversion/trunk/subversion/tests/cmdline/iprop_authz_tests.py
    subversion/trunk/subversion/tests/cmdline/iprop_tests.py
    subversion/trunk/subversion/tests/cmdline/legacy/utf8_tests.py
    subversion/trunk/subversion/tests/cmdline/lock_tests.py
    subversion/trunk/subversion/tests/cmdline/log_tests.py
    subversion/trunk/subversion/tests/cmdline/merge_authz_tests.py
    subversion/trunk/subversion/tests/cmdline/merge_automatic_tests.py
    subversion/trunk/subversion/tests/cmdline/merge_reintegrate_tests.py
    subversion/trunk/subversion/tests/cmdline/merge_tests.py
    subversion/trunk/subversion/tests/cmdline/merge_tree_conflict_tests.py
    subversion/trunk/subversion/tests/cmdline/mergeinfo_tests.py
    subversion/trunk/subversion/tests/cmdline/mod_authz_svn_tests.py
    subversion/trunk/subversion/tests/cmdline/mod_dav_svn_tests.py
    subversion/trunk/subversion/tests/cmdline/move_tests.py
    subversion/trunk/subversion/tests/cmdline/patch_tests.py
    subversion/trunk/subversion/tests/cmdline/pegrev_parse_tests.py
    subversion/trunk/subversion/tests/cmdline/prop_tests.py
    subversion/trunk/subversion/tests/cmdline/redirect_tests.py
    subversion/trunk/subversion/tests/cmdline/relocate_tests.py
    subversion/trunk/subversion/tests/cmdline/resolve_tests.py
    subversion/trunk/subversion/tests/cmdline/revert_tests.py
    subversion/trunk/subversion/tests/cmdline/schedule_tests.py
    subversion/trunk/subversion/tests/cmdline/shelf2_tests.py
    subversion/trunk/subversion/tests/cmdline/shelf_tests.py
    subversion/trunk/subversion/tests/cmdline/special_tests.py
    subversion/trunk/subversion/tests/cmdline/stat_tests.py
    subversion/trunk/subversion/tests/cmdline/svnadmin_tests.py
    subversion/trunk/subversion/tests/cmdline/svnauthz_tests.py
    subversion/trunk/subversion/tests/cmdline/svndumpfilter_tests.py
    subversion/trunk/subversion/tests/cmdline/svneditor.py
    subversion/trunk/subversion/tests/cmdline/svneditor.sh.in
    subversion/trunk/subversion/tests/cmdline/svnfsfs_tests.py
    subversion/trunk/subversion/tests/cmdline/svnlook_tests.py
    subversion/trunk/subversion/tests/cmdline/svnmover_tests.py
    subversion/trunk/subversion/tests/cmdline/svnmucc_tests.py
    subversion/trunk/subversion/tests/cmdline/svnrdump_tests.py
    subversion/trunk/subversion/tests/cmdline/svnsync_authz_tests.py
    subversion/trunk/subversion/tests/cmdline/svnsync_tests.py
    subversion/trunk/subversion/tests/cmdline/svntest/mergetrees.py
    subversion/trunk/subversion/tests/cmdline/svnversion_tests.py
    subversion/trunk/subversion/tests/cmdline/switch_tests.py
    subversion/trunk/subversion/tests/cmdline/trans_tests.py
    subversion/trunk/subversion/tests/cmdline/tree_conflict_tests.py
    subversion/trunk/subversion/tests/cmdline/update_tests.py
    subversion/trunk/subversion/tests/cmdline/upgrade_tests.py
    subversion/trunk/subversion/tests/cmdline/wc_tests.py
    subversion/trunk/subversion/tests/libsvn_wc/create_wc_for_upgrade.sh
    subversion/trunk/tools/backup/hot-backup.py.in
    subversion/trunk/tools/client-side/store-plaintext-password.py
    subversion/trunk/tools/client-side/svn-mergeinfo-normalizer/help-cmd.c
    subversion/trunk/tools/client-side/svnconflict/svnconflict.c
    subversion/trunk/tools/client-side/svnviewspec_test.py
    subversion/trunk/tools/dev/benchmarks/RepoPerf/copy_repo.py
    subversion/trunk/tools/dev/benchmarks/RepoPerf/win_repo_bench.py
    subversion/trunk/tools/dev/contribulyze.py
    subversion/trunk/tools/dev/svn-dev.el
    subversion/trunk/tools/dist/advisory.py
    subversion/trunk/tools/dist/backport_tests.py
    subversion/trunk/tools/dist/backport_tests_pl.py
    subversion/trunk/tools/dist/backport_tests_py.py
    subversion/trunk/tools/dist/release.py
    subversion/trunk/tools/dist/templates/STATUS.ezt
    subversion/trunk/tools/dist/templates/release-notes-lts.ezt
    subversion/trunk/tools/dist/templates/release-notes.ezt
    subversion/trunk/tools/examples/svnlook.py

Modified: subversion/trunk/BUGS
URL: 
http://svn.apache.org/viewvc/subversion/trunk/BUGS?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/BUGS (original)
+++ subversion/trunk/BUGS Fri Aug 19 16:31:35 2022
@@ -1,2 +1,2 @@
 This document has been moved to
-http://subversion.apache.org/docs/community-guide/issues.html
+https://subversion.apache.org/docs/community-guide/issues.html

Modified: subversion/trunk/CHANGES
URL: 
http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Fri Aug 19 16:31:35 2022
@@ -2460,7 +2460,7 @@ http://svn.apache.org/repos/asf/subversi
     * svnadmin upgrade: fix data loss when cancelling in last stage (r1494298)
     * mod_dav_svn: fix incorrect path canonicalization (r1503528)
             See CVE-2013-4131, and descriptive advisory at
-            http://subversion.apache.org/security/CVE-2013-4131-advisory.txt
+            https://subversion.apache.org/security/CVE-2013-4131-advisory.txt
 
   - Other tool improvements and bugfixes:
     * fsfs-stats (tool): resolve segfault when passing invalid path (r1492164)
@@ -3057,12 +3057,12 @@ http://svn.apache.org/repos/asf/subversi
   - Server-side bugfixes:
     * mod_dav_svn: fix incorrect path canonicalization (r1503528)
             See CVE-2013-4131, and descriptive advisory at
-            http://subversion.apache.org/security/CVE-2013-4131-advisory.txt
+            https://subversion.apache.org/security/CVE-2013-4131-advisory.txt
 
   - Other tool improvements and bugfixes:
     * fix argument processing in contrib hook scripts (r1485350)
             See CVE-2013-2088, and descriptive advisory at
-            http://subversion.apache.org/security/CVE-2013-2088-advisory.txt
+            https://subversion.apache.org/security/CVE-2013-2088-advisory.txt
 
  Developer-visible changes:
   - Bindings:
@@ -3089,10 +3089,10 @@ http://svn.apache.org/repos/asf/subversi
   - Server-side bugfixes:
     * fix FSFS repository corruption due to newline in filename (issue #4340)
             See CVE-2013-1968, and descriptive advisory at
-            http://subversion.apache.org/security/CVE-2013-1968-advisory.txt
+            https://subversion.apache.org/security/CVE-2013-1968-advisory.txt
     * fix svnserve exiting when a client connection is aborted (r1482759)
             See CVE-2013-2112, and descriptive advisory at
-            http://subversion.apache.org/security/CVE-2013-2112-advisory.txt
+            https://subversion.apache.org/security/CVE-2013-2112-advisory.txt
     * fix svnserve memory use after clear (issue #4365)
     * fix repository corruption on power/disk failure on Windows (r1483781)
 
@@ -3120,7 +3120,7 @@ http://svn.apache.org/repos/asf/subversi
   - Server-side bugfixes:
       See CVE-2013-1845, CVE-2013-1846, CVE-2013-1847, CVE-2013-1849,
       and CVE-2013-1884, and descriptive advisories at
-            http://subversion.apache.org/security/
+            https://subversion.apache.org/security/
     * svnserve will log the replayed rev not the low-water rev. (r1461278)
     * mod_dav_svn will omit some property values for activity urls (r1453780)
     * fix an assertion in mod_dav_svn when acting as a proxy on / (issue #4272)
@@ -3460,7 +3460,7 @@ Version 1.7.0
 http://svn.apache.org/repos/asf/subversion/tags/1.7.0
 
 See the 1.7 release notes for a more verbose overview of the changes since
-the 1.6 release:  http://subversion.apache.org/docs/release-notes/1.7.html
+the 1.6 release:  https://subversion.apache.org/docs/release-notes/1.7.html
 
  User-visible changes:
   - General:
@@ -3659,7 +3659,7 @@ http://svn.apache.org/repos/asf/subversi
     * fix FSFS repository corruption due to newline in filename (issue #4340)
     * fix svnserve exiting when a client connection is aborted (r1482759)
             See CVE-2013-2112, and descriptive advisory at
-            http://subversion.apache.org/security/CVE-2013-2112-advisory.txt
+            https://subversion.apache.org/security/CVE-2013-2112-advisory.txt
 
   - Other tool improvements and bugfixes:
     * fix argument processing in contrib hook scripts (r1485350)
@@ -3757,7 +3757,7 @@ http://svn.apache.org/repos/asf/subversi
     * fixed: file externals cause mixed-revision working copies (issue #3816)
     * fix crash in mod_dav_svn with GETs of baselined resources (r1104126)
             See CVE-2011-1752, and descriptive advisory at
-            http://subversion.apache.org/security/CVE-2011-1752-advisory.txt
+            https://subversion.apache.org/security/CVE-2011-1752-advisory.txt
     * fixed: write-through proxy could directly commit to slave (r917523)
     * detect a particular corruption condition in FSFS (r1100213)
     * improve error message when clients refer to unknown revisions (r939000)
@@ -3770,10 +3770,10 @@ http://svn.apache.org/repos/asf/subversi
     * server-side validation of svn:mergeinfo syntax during commit (issue 
#3895)
     * fix remotely triggerable mod_dav_svn DoS (r1130303)
             See CVE-2011-1783, and descriptive advisory at
-            http://subversion.apache.org/security/CVE-2011-1783-advisory.txt
+            https://subversion.apache.org/security/CVE-2011-1783-advisory.txt
     * fix potential leak of authz-protected file contents (r1130303)
             See CVE-2011-1921, and descriptive advisory at
-            http://subversion.apache.org/security/CVE-2011-1921-advisory.txt
+            https://subversion.apache.org/security/CVE-2011-1921-advisory.txt
 
   Developer-visible changes:
     * fix reporting FS-level post-commit processing errors (r1104098)
@@ -3789,7 +3789,7 @@ http://svn.apache.org/repos/asf/subversi
    * more improvement to the 'blame -g' memory leak from 1.6.15 (r1041438)
    * avoid a crash in mod_dav_svn when using locks (r1071239, -307)
             See CVE-2011-0715, and descriptive advisory at
-            http://subversion.apache.org/security/CVE-2011-0715-advisory.txt
+            https://subversion.apache.org/security/CVE-2011-0715-advisory.txt
    * avoid unnecessary globbing for performance (r1068988)
    * don't add tree conflicts when one already exists (issue #3486)
    * fix potential crash when requesting mergeinfo (r902467)
@@ -3864,7 +3864,7 @@ http://svn.apache.org/repos/asf/subversi
    * fixed: record-only merges create self-referential mergeinfo (issue #3646)
    * fixed: 'SVNPathAuthz short_circuit' unsolicited read access (issue #3695)
             See CVE-2010-3315, and descriptive advisory at
-            http://subversion.apache.org/security/CVE-2010-3315-advisory.txt
+            https://subversion.apache.org/security/CVE-2010-3315-advisory.txt
    * make 'svnmucc propset' handle existing and non-existing URLs (r1000607)
    * add new 'propsetf' subcommand to svnmucc (r1000612)
    * warn about copied dirs during 'svn ci' with limited depth (r1002094)
@@ -4040,7 +4040,7 @@ http://svn.apache.org/repos/asf/subversi
  User-visible changes:
   * fixed: heap overflow vulnerability on server and client
            See CVE-2009-2411, and descriptive advisory at
-           http://subversion.apache.org/security/CVE-2009-2411-advisory.txt
+           https://subversion.apache.org/security/CVE-2009-2411-advisory.txt
 
 
 Version 1.6.3
@@ -4276,7 +4276,7 @@ http://svn.apache.org/repos/asf/subversi
   * improve memory performance in 'svn merge' (issue #3393)
   * fixed: 'SVNPathAuthz short_circuit' unsolicited read access (issue #3695)
            See CVE-2010-3315, and descriptive advisory at
-           http://subversion.apache.org/security/CVE-2010-3315-advisory.txt
+           https://subversion.apache.org/security/CVE-2010-3315-advisory.txt
   * prevent crash in mod_dav_svn when using SVNParentPath (r1033166)
   * limit memory fragmentation in svnserve (r1022675)
   * fix server-side memory leaks triggered by 'blame -g' (r1032808)
@@ -4301,7 +4301,7 @@ http://svn.apache.org/repos/asf/subversi
  User-visible changes:
   * fixed: heap overflow vulnerability on server and client
            See CVE-2009-2411, and descriptive advisory at
-           http://subversion.apache.org/security/CVE-2009-2411-advisory.txt
+           https://subversion.apache.org/security/CVE-2009-2411-advisory.txt
 
 
 Version 1.5.6
@@ -4734,7 +4734,7 @@ http://svn.apache.org/repos/asf/subversi
  User-visible changes:
  * fixed: file placement vulnerability (Win32 clients only)
           See CVE-2007-3846, and descriptive advisory at
-          http://subversion.apache.org/security/CVE-2007-3846-advisory.txt
+          https://subversion.apache.org/security/CVE-2007-3846-advisory.txt
 
 
 Version 1.4.4
@@ -5313,7 +5313,7 @@ Version 1.2.0
 http://svn.apache.org/repos/asf/subversion/tags/1.2.0
 
 See the 1.2 release notes for a more verbose overview of the changes since
-the 1.1 release:  http://subversion.apache.org/docs/release-notes/1.2.html
+the 1.1 release:  https://subversion.apache.org/docs/release-notes/1.2.html
 
  User-visible changes:
   - Client:
@@ -5609,7 +5609,7 @@ Version 1.1.0
 http://svn.apache.org/repos/asf/subversion/tags/1.1.0
 
 See the 1.1 release notes for a more verbose overview of the changes since
-1.0.x: http://subversion.apache.org/docs/release-notes/1.1.html
+1.0.x: https://subversion.apache.org/docs/release-notes/1.1.html
 
  User-visible changes:
  * new non-database repository back-end (libsvn_fs_fs)
@@ -5739,7 +5739,7 @@ http://svn.apache.org/repos/asf/subversi
  User-visible changes:
  * fixed: mod_authz_svn path and log-message metadata leaks.
           See CAN-2004-0749, and descriptive advisory at 
-          http://subversion.apache.org/security/CAN-2004-0749-advisory.txt
+          https://subversion.apache.org/security/CAN-2004-0749-advisory.txt
 
 
 Version 1.0.7

Modified: subversion/trunk/INSTALL
URL: 
http://svn.apache.org/viewvc/subversion/trunk/INSTALL?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/INSTALL (original)
+++ subversion/trunk/INSTALL Fri Aug 19 16:31:35 2022
@@ -646,7 +646,7 @@ I.    INTRODUCTION
 
       The primary documentation for Subversion is the free book
       "Version Control with Subversion", a.k.a. "The Subversion Book",
-      obtainable from http://svnbook.red-bean.com/.
+      obtainable from https://svnbook.red-bean.com/.
 
       Various additional documentation exists in the doc/ subdirectory of
       the Subversion source.  See the file doc/README for more information.
@@ -1282,7 +1282,7 @@ III.  BUILDING A SUBVERSION SERVER
 
       The following section is an abbreviated version of the
       information in the Subversion Book
-      (http://svnbook.red-bean.com).  Please read chapter 6 for more
+      (https://svnbook.red-bean.com).  Please read chapter 6 for more
       details.
 
       The following assumes you have already created a repository.
@@ -1429,7 +1429,7 @@ III.  BUILDING A SUBVERSION SERVER
       can use existing system accounts).  It's also capable of using
       Cyrus SASL if libsasl2 is detected at ./configure time.  Please
       read chapter 6 in the Subversion Book
-      (http://svnbook.red-bean.com) for details on these features.
+      (https://svnbook.red-bean.com) for details on these features.
 
 
 

Modified: subversion/trunk/NOTICE
URL: 
http://svn.apache.org/viewvc/subversion/trunk/NOTICE?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/NOTICE (original)
+++ subversion/trunk/NOTICE Fri Aug 19 16:31:35 2022
@@ -3,7 +3,7 @@ Copyright 2022 The Apache Software Found
 
 This product includes software developed by many people, and distributed
 under Contributor License Agreements to The Apache Software Foundation
-(http://www.apache.org/).  See the accompanying COMMITTERS file and the
+(https://www.apache.org/).  See the accompanying COMMITTERS file and the
 revision logs for an exact contribution history.
 
 Portions of the test suite for Subversion's Python bindings are copyrighted

Modified: subversion/trunk/README
URL: 
http://svn.apache.org/viewvc/subversion/trunk/README?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/README (original)
+++ subversion/trunk/README Fri Aug 19 16:31:35 2022
@@ -32,7 +32,7 @@ II.   DOCUMENTATION
       The main documentation is the Subversion Book - an on-line version
       can be found at:
       
-         http://svnbook.red-bean.com/
+         https://svnbook.red-bean.com/
 
       It is written in DocBook XML, and the sources can be found at:
 

Modified: subversion/trunk/build/win32/make_gem.rb
URL: 
http://svn.apache.org/viewvc/subversion/trunk/build/win32/make_gem.rb?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/build/win32/make_gem.rb (original)
+++ subversion/trunk/build/win32/make_gem.rb Fri Aug 19 16:31:35 2022
@@ -80,7 +80,7 @@ Dir.chdir(archive_dir) do
     s.version = Svn::Core::VER_NUM
     s.summary = "The Ruby bindings for Subversion."
     s.email = "[email protected]"
-    s.homepage = "http://subversion.apache.org/";
+    s.homepage = "https://subversion.apache.org/";
     s.description = s.summary
     s.authors = ["Kouhei Sutou"]
     s.files = Dir.glob(File.join("**", "*")).delete_if {|x| /\.gem$/i =~ x}

Modified: subversion/trunk/configure.ac
URL: 
http://svn.apache.org/viewvc/subversion/trunk/configure.ac?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/configure.ac (original)
+++ subversion/trunk/configure.ac Fri Aug 19 16:31:35 2022
@@ -24,7 +24,7 @@ dnl Get the version of Subversion, using
 dnl at m4-time, since AC_INIT() requires it then.
 AC_INIT([subversion],
      [esyscmd($PYTHON build/getversion.py SVN 
subversion/include/svn_version.h)],
-     [http://subversion.apache.org/])
+     [https://subversion.apache.org/])
 
 AC_CONFIG_SRCDIR(subversion/include/svn_types.h)
 AC_CONFIG_AUX_DIR([build])
@@ -1814,7 +1814,7 @@ https://www.gnu.org/licenses/agpl-3.0.ht
 http://opensource.org/licenses/AGPL-3.0
 
 The Berkeley DB backend to Subversion is deprecated; see
-http://subversion.apache.org/docs/release-notes/1.8#bdb-deprecated
+https://subversion.apache.org/docs/release-notes/1.8#bdb-deprecated
 
 The Subversion developers have not tested Subversion with Berkeley DB 6 for
 technical problems or bugs.

Modified: subversion/trunk/contrib/client-side/emacs/psvn.el
URL: 
http://svn.apache.org/viewvc/subversion/trunk/contrib/client-side/emacs/psvn.el?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/contrib/client-side/emacs/psvn.el (original)
+++ subversion/trunk/contrib/client-side/emacs/psvn.el Fri Aug 19 16:31:35 2022
@@ -28,7 +28,7 @@
 ;; if you upgrade to a higher version, you need to do a fresh checkout
 
 ;; psvn.el is an interface for the revision control tool subversion
-;; (see http://subversion.apache.org)
+;; (see https://subversion.apache.org)
 ;; psvn.el provides a similar interface for subversion as pcl-cvs for cvs.
 ;; At the moment the following commands are implemented:
 ;;

Modified: subversion/trunk/contrib/hook-scripts/check-mime-type.pl
URL: 
http://svn.apache.org/viewvc/subversion/trunk/contrib/hook-scripts/check-mime-type.pl?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/contrib/hook-scripts/check-mime-type.pl (original)
+++ subversion/trunk/contrib/hook-scripts/check-mime-type.pl Fri Aug 19 
16:31:35 2022
@@ -195,7 +195,7 @@ if (@errors)
 
     You may want to consider uncommenting the auto-props section
     in your ~/.subversion/config file. Read the Subversion book
-    (http://svnbook.red-bean.com/), Chapter 7, Properties section,
+    (https://svnbook.red-bean.com/), Chapter 7, Properties section,
     Automatic Property Setting subsection for more help.
 EOS
     exit 1;

Modified: subversion/trunk/contrib/hook-scripts/hook_toolbox.py
URL: 
http://svn.apache.org/viewvc/subversion/trunk/contrib/hook-scripts/hook_toolbox.py?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/contrib/hook-scripts/hook_toolbox.py (original)
+++ subversion/trunk/contrib/hook-scripts/hook_toolbox.py Fri Aug 19 16:31:35 
2022
@@ -55,7 +55,7 @@ def get_changed_paths(*args):
 
   # First four chars of each svnlook output line show the kind of change.
   # The rest of the line is the complete repository path. See:
-  # http://svnbook.red-bean.com/nightly/en/svn.ref.svnlook.c.changed.html
+  # https://svnbook.red-bean.com/nightly/en/svn.ref.svnlook.c.changed.html
   changed_paths = [ line[4:] for line in changes.split('\n') if len(line) > 4 ]
 
   #print '%s:\n '%(' '.join(args)), '\n  '.join(changed_paths)

Modified: subversion/trunk/contrib/server-side/svnmirror.sh
URL: 
http://svn.apache.org/viewvc/subversion/trunk/contrib/server-side/svnmirror.sh?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/contrib/server-side/svnmirror.sh (original)
+++ subversion/trunk/contrib/server-side/svnmirror.sh Fri Aug 19 16:31:35 2022
@@ -17,7 +17,7 @@ VERSION="0.0.7"
 #
 # 1. You need write access to the directory structure on both boxes
 #    for more see the warning at:
-#    http://svnbook.red-bean.com/html-chunk/ch06s03.html
+#    https://svnbook.red-bean.com/html-chunk/ch06s03.html
 #
 # 2. For running it from cron i suggest the use of the ssh agent e.g
 #    via keychain <http://www.gentoo.org/proj/en/keychain.xml>

Modified: subversion/trunk/doc/README
URL: 
http://svn.apache.org/viewvc/subversion/trunk/doc/README?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/doc/README (original)
+++ subversion/trunk/doc/README Fri Aug 19 16:31:35 2022
@@ -3,7 +3,7 @@
 
 A rough guide:
 
-  http://svnbook.red-bean.com/
+  https://svnbook.red-bean.com/
                              "Version Control with Subversion"
                              (a.k.a. "The Subversion Book", "The Svnbook",
                              and formerly entitled

Modified: subversion/trunk/doc/user/cvs-crossover-guide.html
URL: 
http://svn.apache.org/viewvc/subversion/trunk/doc/user/cvs-crossover-guide.html?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/doc/user/cvs-crossover-guide.html (original)
+++ subversion/trunk/doc/user/cvs-crossover-guide.html Fri Aug 19 16:31:35 2022
@@ -83,7 +83,7 @@ dd {
 <p>This document provides an alternate method of learning Subversion.
    Many users dislike learning new technology via a theoretical "top
    down" approach, as provided by the <a
-   href="http://svnbook.red-bean.com";>Subversion Book</a>.  Instead,
+   href="https://svnbook.red-bean.com";>Subversion Book</a>.  Instead,
    this document presents Subversion from the "bottom up": it shows a
    CVS command or task, and then shows the equivalent task in
    Subversion (along with relevant book links.) It's essentially a
@@ -185,7 +185,7 @@ dd {
 
 <dl class="bookref">
   <dt>Book References:</dt>
-  <dd><a href="http://svnbook.red-bean.com/svnbook/ch05s02.html";>Repository 
Creation and Configuration</a></dd>
+  <dd><a href="https://svnbook.red-bean.com/svnbook/ch05s02.html";>Repository 
Creation and Configuration</a></dd>
 </dl>
 
 </div>
@@ -241,8 +241,8 @@ dd {
 
 <dl class="bookref">
   <dt>Book References:</dt>
-  <dd><a 
href="http://svnbook.red-bean.com/svnbook/ch05s04.html#svn-ch-5-sect-6.1";>Choosing
 a repository layout</a></dd>
-  <dd><a href="http://svnbook.red-bean.com/svnbook/re12.html";>svn 
import</a></dd>
+  <dd><a 
href="https://svnbook.red-bean.com/svnbook/ch05s04.html#svn-ch-5-sect-6.1";>Choosing
 a repository layout</a></dd>
+  <dd><a href="https://svnbook.red-bean.com/svnbook/re12.html";>svn 
import</a></dd>
 </dl>
 </div>
 
@@ -288,7 +288,7 @@ dd {
 
 <dl class="bookref">
   <dt>Book References:</dt>
-  <dd><a href="http://svnbook.red-bean.com/svnbook/ch06.html";>Server 
configuration</a></dd>
+  <dd><a href="https://svnbook.red-bean.com/svnbook/ch06.html";>Server 
configuration</a></dd>
 </dl>
 
 </div>
@@ -341,7 +341,7 @@ dd {
 
 <dl class="bookref">
   <dt>Book References:</dt>
-  <dd><a href="http://svnbook.red-bean.com/svnbook/ch06s02.html";>Network 
Model</a></dd>
+  <dd><a href="https://svnbook.red-bean.com/svnbook/ch06s02.html";>Network 
Model</a></dd>
 </dl>
 
 </div>
@@ -397,7 +397,7 @@ dd {
 
 <dl class="bookref">
   <dt>Book References:</dt>
-  <dd><a href="http://svnbook.red-bean.com/svnbook/re14.html";>svn list</a></dd>
+  <dd><a href="https://svnbook.red-bean.com/svnbook/re14.html";>svn 
list</a></dd>
 </dl>
 
 </div>
@@ -454,8 +454,8 @@ dd {
 
 <dl class="bookref">
   <dt>Book References:</dt>
-  <dd><a href="http://svnbook.red-bean.com/svnbook/ch03s04.html";>Initial 
Checkout</a></dd>
-  <dd><a href="http://svnbook.red-bean.com/svnbook/re04.html";>svn 
checkout</a></dd>
+  <dd><a href="https://svnbook.red-bean.com/svnbook/ch03s04.html";>Initial 
Checkout</a></dd>
+  <dd><a href="https://svnbook.red-bean.com/svnbook/re04.html";>svn 
checkout</a></dd>
 </dl>
 
 </div>
@@ -518,8 +518,8 @@ dd {
 
 <dl class="bookref">
   <dt>Book References:</dt>
-  <dd><a 
href="http://svnbook.red-bean.com/svnbook/ch03s05.html#svn-ch-3-sect-4.3.1";>Examine
 Your Changes</a></dd>
-  <dd><a href="http://svnbook.red-bean.com/svnbook/re26.html";>svn 
status</a></dd>
+  <dd><a 
href="https://svnbook.red-bean.com/svnbook/ch03s05.html#svn-ch-3-sect-4.3.1";>Examine
 Your Changes</a></dd>
+  <dd><a href="https://svnbook.red-bean.com/svnbook/re26.html";>svn 
status</a></dd>
 </dl>
 
 </div>
@@ -583,8 +583,8 @@ dd {
 
 <dl class="bookref">
   <dt>Book References:</dt>
-  <dd><a 
href="http://svnbook.red-bean.com/svnbook/ch03s05.html#svn-ch-3-sect-4.3.1";>Examine
 Your Changes</a></dd>
-  <dd><a href="http://svnbook.red-bean.com/svnbook/re26.html";>svn 
status</a></dd>
+  <dd><a 
href="https://svnbook.red-bean.com/svnbook/ch03s05.html#svn-ch-3-sect-4.3.1";>Examine
 Your Changes</a></dd>
+  <dd><a href="https://svnbook.red-bean.com/svnbook/re26.html";>svn 
status</a></dd>
 </dl>
 
 </div>
@@ -673,9 +673,9 @@ dd {
 
 <dl class="bookref">
   <dt>Book References:</dt> 
-  <dd><a 
href="http://svnbook.red-bean.com/svnbook/ch03s05.html#svn-ch-3-sect-4.2";>Make 
Changes to Your Working Copy</a></dd>
-  <dd><a href="http://svnbook.red-bean.com/svnbook/re01.html";>svn add</a></dd>
-  <dd><a href="http://svnbook.red-bean.com/svnbook/re08.html";>svn 
delete</a></dd>
+  <dd><a 
href="https://svnbook.red-bean.com/svnbook/ch03s05.html#svn-ch-3-sect-4.2";>Make 
Changes to Your Working Copy</a></dd>
+  <dd><a href="https://svnbook.red-bean.com/svnbook/re01.html";>svn add</a></dd>
+  <dd><a href="https://svnbook.red-bean.com/svnbook/re08.html";>svn 
delete</a></dd>
 </dl>
 
 </div>
@@ -744,9 +744,9 @@ dd {
 
 <dl class="bookref">
   <dt>Book References:</dt> 
-  <dd><a 
href="http://svnbook.red-bean.com/svnbook/ch03s05.html#svn-ch-3-sect-4.2";>Make 
Changes to Your Working Copy</a></dd>
-  <dd><a href="http://svnbook.red-bean.com/svnbook/re07.html";>svn copy</a></dd>
-  <dd><a href="http://svnbook.red-bean.com/svnbook/re18.html";>svn move</a></dd>
+  <dd><a 
href="https://svnbook.red-bean.com/svnbook/ch03s05.html#svn-ch-3-sect-4.2";>Make 
Changes to Your Working Copy</a></dd>
+  <dd><a href="https://svnbook.red-bean.com/svnbook/re07.html";>svn 
copy</a></dd>
+  <dd><a href="https://svnbook.red-bean.com/svnbook/re18.html";>svn 
move</a></dd>
 </dl>
 
 

Modified: subversion/trunk/doc/user/svn-best-practices.html
URL: 
http://svn.apache.org/viewvc/subversion/trunk/doc/user/svn-best-practices.html?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/doc/user/svn-best-practices.html (original)
+++ subversion/trunk/doc/user/svn-best-practices.html Fri Aug 19 16:31:35 2022
@@ -53,7 +53,7 @@ root" contains exactly three subdirector
 only one project root, or it may contain a number of them.</p>
 
 <p><em>Book reference:</em> <a
-        
href="http://svnbook.red-bean.com/nightly/en/svn.reposadmin.planning.html#svn.reposadmin.projects.chooselayout";>Choosing
+        
href="https://svnbook.red-bean.com/nightly/en/svn.reposadmin.planning.html#svn.reposadmin.projects.chooselayout";>Choosing
         a Repository Layout</a>.</p>
 
 
@@ -71,7 +71,7 @@ it as an argument to <tt>svn merge</tt>
 change or port it to another branch.</p>
 
 <p><em>Book reference:</em> <a
-        
href="http://svnbook.red-bean.com/nightly/en/svn.branchmerge.basicmerging.html#svn.branchmerge.changesets";>Changesets</a>.</p>
+        
href="https://svnbook.red-bean.com/nightly/en/svn.branchmerge.basicmerging.html#svn.branchmerge.changesets";>Changesets</a>.</p>
 
 <!-- =================================================== -->
 
@@ -101,9 +101,9 @@ like:</p>
   <pre>Merged revisions 3490:4120 of /branches/foobranch to /trunk.</pre>
 
 <p><em>Book reference:</em> <a
-        
href="http://svnbook.red-bean.com/svnbook/ch04s03.html#svn-ch-4-sect-3.2";>Tracking
+        
href="https://svnbook.red-bean.com/svnbook/ch04s03.html#svn-ch-4-sect-3.2";>Tracking
         merges manually</a>, and <a
-        
href="http://svnbook.red-bean.com/svnbook/ch04s04.html#svn-ch-4-sect-4.1";>Merging
 a whole branch to another</a>.</p>
+        
href="https://svnbook.red-bean.com/svnbook/ch04s04.html#svn-ch-4-sect-4.1";>Merging
 a whole branch to another</a>.</p>
 </div>
 
 <!-- =================================================== -->
@@ -136,7 +136,7 @@ revision, and everything else is at an o
 </ol>
 
 <p><em>Book reference:</em> <a
-        
href="http://svnbook.red-bean.com/nightly/en/svn.basic.in-action.html#svn.basic.in-action.mixedrevs";>Mixed-revision
 working copies</a>.</p>
+        
href="https://svnbook.red-bean.com/nightly/en/svn.basic.in-action.html#svn.basic.in-action.mixedrevs";>Mixed-revision
 working copies</a>.</p>
 
 
 <!-- =================================================== -->

Modified: subversion/trunk/notes/api-errata/1.7/ra001.txt
URL: 
http://svn.apache.org/viewvc/subversion/trunk/notes/api-errata/1.7/ra001.txt?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/notes/api-errata/1.7/ra001.txt (original)
+++ subversion/trunk/notes/api-errata/1.7/ra001.txt Fri Aug 19 16:31:35 2022
@@ -13,7 +13,7 @@ The ra_neon (formerly, ra_dav) drives de
 accordance with the constraints of that API [1].
 
 [1] ../../../subversion/include/svn_delta.h:svn_delta_editor_t 
-[1] 
http://subversion.apache.org/docs/api/latest/structsvn__delta__editor__t.html#_details
+[1] 
https://subversion.apache.org/docs/api/latest/structsvn__delta__editor__t.html#_details
 
 
 == Details of New Behavior ==

Modified: subversion/trunk/notes/commit-access-templates/full-committer.tmpl
URL: 
http://svn.apache.org/viewvc/subversion/trunk/notes/commit-access-templates/full-committer.tmpl?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/notes/commit-access-templates/full-committer.tmpl 
(original)
+++ subversion/trunk/notes/commit-access-templates/full-committer.tmpl Fri Aug 
19 16:31:35 2022
@@ -23,7 +23,7 @@ you can do it yourself, that's fine too)
 
 If you do not already have partial commit access, you can accept this
 offer by replying to this mail and following the instructions at
-<http://www.apache.org/dev/new-committers-guide.html#cla>.  You will
+<https://www.apache.org/dev/new-committers-guide.html#cla>.  You will
 receive an email with details on how to access your account.  Once you
 have access to your account, you are encouraged to modify the COMMITTERS
 file appropriately, which also serves as a test of your new username and
@@ -32,8 +32,8 @@ password.
 Becoming a full committer also means you'll become part of the Subversion
 Project Management Committee (PMC).  The PMC is the managing body of the
 Subversion development and user communities.  For more information, see
-<http://www.apache.org/foundation/how-it-works.html#pmc> and
-<http://www.apache.org/dev/pmc.html#faq>.
+<https://www.apache.org/foundation/how-it-works.html#pmc> and
+<https://www.apache.org/dev/pmc.html#faq>.
 
 Please remember to subscribe to the private (PMC) mailing list by
 emailing <private-subscribe{AT}subversion.apache.org>, and to checkout
@@ -47,7 +47,7 @@ when you want to.  Commit access just me
 own judgment to decide when something is ready for commit.  Also, if
 you haven't done so already, please read
 
-   http://subversion.apache.org/docs/community-guide/
+   https://subversion.apache.org/docs/community-guide/
 
 Thanks for all your work so far!
 

Modified: subversion/trunk/notes/commit-access-templates/partial-committer.tmpl
URL: 
http://svn.apache.org/viewvc/subversion/trunk/notes/commit-access-templates/partial-committer.tmpl?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/notes/commit-access-templates/partial-committer.tmpl 
(original)
+++ subversion/trunk/notes/commit-access-templates/partial-committer.tmpl Fri 
Aug 19 16:31:35 2022
@@ -24,7 +24,7 @@ COMMITTERS file (or you can do it yourse
 
 #else
 You can accept this offer by replying to this mail and following the
-instructions at <http://www.apache.org/dev/new-committers-guide.html#cla>.
+instructions at <https://www.apache.org/dev/new-committers-guide.html#cla>.
 You will receive an email with details on how to access your account.
 Once you have access to your account, you are encouraged to modify the
 COMMITTERS file appropriately, which also serves as a test of your new
@@ -36,7 +36,7 @@ when you want to.  Commit access just me
 own judgment to decide when something is ready for commit.  Also, if
 you haven't done so already, please read
 
-   http://subversion.apache.org/docs/community-guide/
+   https://subversion.apache.org/docs/community-guide/
 
 Thanks for all your work so far!
 

Modified: subversion/trunk/notes/commit-access-templates/pmc-member.tmpl
URL: 
http://svn.apache.org/viewvc/subversion/trunk/notes/commit-access-templates/pmc-member.tmpl?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/notes/commit-access-templates/pmc-member.tmpl (original)
+++ subversion/trunk/notes/commit-access-templates/pmc-member.tmpl Fri Aug 19 
16:31:35 2022
@@ -17,13 +17,13 @@ Hi New PMC Member,
 The other PMC members and I would like to invite you to join the Subversion
 Project Management Committee (PMC).  The PMC is the managing body of the
 Subversion development and user communities.  For more information, see
-<http://www.apache.org/foundation/how-it-works.html#pmc> and
-<http://www.apache.org/dev/pmc.html#faq>.  If you have any questions about
+<https://www.apache.org/foundation/how-it-works.html#pmc> and
+<https://www.apache.org/dev/pmc.html#faq>.  If you have any questions about
 this invitation, please don't hesitate to ask me or the existing PMC.
 
 You can accept this offer by simply replying to this mail.  If you do not
 already have an account with the Apache Software Foundation, please follow
-the instructions at <http://www.apache.org/dev/new-committers-guide.html#cla>.
+the instructions at <https://www.apache.org/dev/new-committers-guide.html#cla>.
 You will receive an email with details on how to access your account.
 
 Please remember to subscribe to the private (PMC) mailing list by
@@ -42,7 +42,7 @@ when something is ready for commit.
 
 Finally, if you haven't done so already, please read
 
-   http://subversion.apache.org/docs/community-guide/
+   https://subversion.apache.org/docs/community-guide/
 
 Thanks for all your work so far!
 

Modified: subversion/trunk/notes/fsfs
URL: 
http://svn.apache.org/viewvc/subversion/trunk/notes/fsfs?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/notes/fsfs (original)
+++ subversion/trunk/notes/fsfs Fri Aug 19 16:31:35 2022
@@ -1,6 +1,6 @@
 "FSFS" is the name of a Subversion filesystem implementation, an
 alternative to the original Berkeley DB-based implementation.  See
-http://subversion.apache.org/ for information about Subversion.  This
+https://subversion.apache.org/ for information about Subversion.  This
 is a propaganda document for FSFS, to help people determine if they
 should be interested in using it instead of the BDB filesystem.
 

Modified: subversion/trunk/notes/http-and-webdav/webdav-protocol
URL: 
http://svn.apache.org/viewvc/subversion/trunk/notes/http-and-webdav/webdav-protocol?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/notes/http-and-webdav/webdav-protocol (original)
+++ subversion/trunk/notes/http-and-webdav/webdav-protocol Fri Aug 19 16:31:35 
2022
@@ -10,7 +10,7 @@ IMPORTANT RFCs and LINKS
 
   * Subversion's limited uses of DeltaV, as well as interoperability
     issues, are explained in the "WebDAV" appendix of the free
-    Subversion book (at http://svnbook.red-bean.com)
+    Subversion book (at https://svnbook.red-bean.com)
 
 
 

Modified: subversion/trunk/notes/http-and-webdav/webdav-usage.html
URL: 
http://svn.apache.org/viewvc/subversion/trunk/notes/http-and-webdav/webdav-usage.html?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/notes/http-and-webdav/webdav-usage.html (original)
+++ subversion/trunk/notes/http-and-webdav/webdav-usage.html Fri Aug 19 
16:31:35 2022
@@ -19,7 +19,7 @@
 
     <p>
       This document details how WebDAV is used within the
-      <a href="http://subversion.apache.org/";>Subversion
+      <a href="https://subversion.apache.org/";>Subversion
       product</a>. Specifically, how the client side interfaces with
       <a href="http://www.webdav.org/neon/";>Neon</a> to generate
       WebDAV requests over the wire, and what the

Modified: subversion/trunk/notes/xfail-status
URL: 
http://svn.apache.org/viewvc/subversion/trunk/notes/xfail-status?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/notes/xfail-status (original)
+++ subversion/trunk/notes/xfail-status Fri Aug 19 16:31:35 2022
@@ -1,5 +1,5 @@
 This tracked the remaining TODOs for the 'Test Review' roadmap item for
-1.7's release status (http://subversion.apache.org/roadmap), i.e.:
+1.7's release status (https://subversion.apache.org/roadmap), i.e.:
 
   "Determine which XFail and WIP tests should remain so,
    and which need to be fixed before release."

Modified: subversion/trunk/subversion/bindings/ctypes-python/setup.py
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/ctypes-python/setup.py?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/ctypes-python/setup.py (original)
+++ subversion/trunk/subversion/bindings/ctypes-python/setup.py Fri Aug 19 
16:31:35 2022
@@ -471,7 +471,7 @@ setup(cmdclass={'build': build, 'clean':
       description='Python bindings for the Subversion version control system.',
       author='The Subversion Team',
       author_email='[email protected]',
-      url='http://subversion.apache.org',
+      url='https://subversion.apache.org',
       packages=['csvn', 'csvn.core', 'csvn.ext'],
       license='Apache License, Version 2.0',
      )

Modified: subversion/trunk/subversion/bindings/swig/python/__init__.py
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/python/__init__.py?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/swig/python/__init__.py (original)
+++ subversion/trunk/subversion/bindings/swig/python/__init__.py Fri Aug 19 
16:31:35 2022
@@ -2,7 +2,7 @@
 # __init__.py:  defines this directory as the 'libsvn' package.
 #
 #  Subversion is a tool for revision control.
-#  See http://subversion.apache.org for more information.
+#  See https://subversion.apache.org for more information.
 #
 # ====================================================================
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/bindings/swig/python/svn/__init__.py
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/python/svn/__init__.py?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/swig/python/svn/__init__.py (original)
+++ subversion/trunk/subversion/bindings/swig/python/svn/__init__.py Fri Aug 19 
16:31:35 2022
@@ -2,7 +2,7 @@
 # __init__.py: defines this directory as the 'svn' package
 #
 # Subversion is a tool for revision control.
-# See http://subversion.apache.org for more information.
+# See https://subversion.apache.org for more information.
 #
 ######################################################################
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/bindings/swig/python/svn/client.py
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/python/svn/client.py?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/swig/python/svn/client.py (original)
+++ subversion/trunk/subversion/bindings/swig/python/svn/client.py Fri Aug 19 
16:31:35 2022
@@ -2,7 +2,7 @@
 # client.py: public Python interface for client components
 #
 # Subversion is a tool for revision control.
-# See http://subversion.apache.org for more information.
+# See https://subversion.apache.org for more information.
 #
 ######################################################################
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/bindings/swig/python/svn/core.py
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/python/svn/core.py?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/swig/python/svn/core.py (original)
+++ subversion/trunk/subversion/bindings/swig/python/svn/core.py Fri Aug 19 
16:31:35 2022
@@ -2,7 +2,7 @@
 # core.py: public Python interface for core components
 #
 # Subversion is a tool for revision control.
-# See http://subversion.apache.org for more information.
+# See https://subversion.apache.org for more information.
 #
 ######################################################################
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/bindings/swig/python/svn/delta.py
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/python/svn/delta.py?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/swig/python/svn/delta.py (original)
+++ subversion/trunk/subversion/bindings/swig/python/svn/delta.py Fri Aug 19 
16:31:35 2022
@@ -2,7 +2,7 @@
 # delta.py: public Python interface for delta components
 #
 # Subversion is a tool for revision control.
-# See http://subversion.apache.org for more information.
+# See https://subversion.apache.org for more information.
 #
 ######################################################################
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/bindings/swig/python/svn/diff.py
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/python/svn/diff.py?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/swig/python/svn/diff.py (original)
+++ subversion/trunk/subversion/bindings/swig/python/svn/diff.py Fri Aug 19 
16:31:35 2022
@@ -2,7 +2,7 @@
 # diff.py: public Python interface for diff components
 #
 # Subversion is a tool for revision control.
-# See http://subversion.apache.org for more information.
+# See https://subversion.apache.org for more information.
 #
 ######################################################################
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/bindings/swig/python/svn/fs.py
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/python/svn/fs.py?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/swig/python/svn/fs.py (original)
+++ subversion/trunk/subversion/bindings/swig/python/svn/fs.py Fri Aug 19 
16:31:35 2022
@@ -2,7 +2,7 @@
 # fs.py: public Python interface for fs components
 #
 # Subversion is a tool for revision control.
-# See http://subversion.apache.org for more information.
+# See https://subversion.apache.org for more information.
 #
 ######################################################################
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/bindings/swig/python/svn/ra.py
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/python/svn/ra.py?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/swig/python/svn/ra.py (original)
+++ subversion/trunk/subversion/bindings/swig/python/svn/ra.py Fri Aug 19 
16:31:35 2022
@@ -2,7 +2,7 @@
 # ra.py: public Python interface for ra components
 #
 # Subversion is a tool for revision control.
-# See http://subversion.apache.org for more information.
+# See https://subversion.apache.org for more information.
 #
 ######################################################################
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/bindings/swig/python/svn/repos.py
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/python/svn/repos.py?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/swig/python/svn/repos.py (original)
+++ subversion/trunk/subversion/bindings/swig/python/svn/repos.py Fri Aug 19 
16:31:35 2022
@@ -2,7 +2,7 @@
 # repos.py: public Python interface for repos components
 #
 # Subversion is a tool for revision control.
-# See http://subversion.apache.org for more information.
+# See https://subversion.apache.org for more information.
 #
 ######################################################################
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/bindings/swig/python/svn/wc.py
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/python/svn/wc.py?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/swig/python/svn/wc.py (original)
+++ subversion/trunk/subversion/bindings/swig/python/svn/wc.py Fri Aug 19 
16:31:35 2022
@@ -2,7 +2,7 @@
 # wc.py: public Python interface for wc components
 #
 # Subversion is a tool for revision control.
-# See http://subversion.apache.org for more information.
+# See https://subversion.apache.org for more information.
 #
 ######################################################################
 #    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/include/private/svn_doxygen.h
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/private/svn_doxygen.h?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/subversion/include/private/svn_doxygen.h (original)
+++ subversion/trunk/subversion/include/private/svn_doxygen.h Fri Aug 19 
16:31:35 2022
@@ -26,7 +26,7 @@
  * libraries.  It is intended mainly for programmers, both those working
  * on Subversion itself, as well as developers of 3rd-party applications
  * intending to use these APIs.  For more information about using Subversion,
- * see the Subversion Book at http://svnbook.red-bean.com/.
+ * see the Subversion Book at https://svnbook.red-bean.com/.
  *
  * To learn more about Subversion, please visit https://subversion.apache.org/.
  */

Modified: subversion/trunk/subversion/include/svn_client.h
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_client.h?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_client.h (original)
+++ subversion/trunk/subversion/include/svn_client.h Fri Aug 19 16:31:35 2022
@@ -326,7 +326,7 @@ svn_client_get_ssl_client_cert_pw_prompt
  * for local paths.
  *
  * For deeper insight, please see the
- * <a href="http://svnbook.red-bean.com/nightly/en/svn.advanced.pegrevs.html";>
+ * <a href="https://svnbook.red-bean.com/nightly/en/svn.advanced.pegrevs.html";>
  * Peg and Operative Revisions</a> section of the Subversion Book.
  */
 

Modified: subversion/trunk/subversion/include/svn_io.h
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_io.h?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_io.h (original)
+++ subversion/trunk/subversion/include/svn_io.h Fri Aug 19 16:31:35 2022
@@ -1018,7 +1018,7 @@ svn_stream_empty(apr_pool_t *pool);
 /** Return a stream allocated in @a pool which forwards all requests
  * to @a stream.  Destruction is explicitly excluded from forwarding.
  *
- * @see 
http://subversion.apache.org/docs/community-guide/conventions.html#destruction-of-stacked-resources
+ * @see 
https://subversion.apache.org/docs/community-guide/conventions.html#destruction-of-stacked-resources
  *
  * @since New in 1.4.
  */

Modified: subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c (original)
+++ subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c Fri Aug 19 16:31:35 2022
@@ -444,7 +444,7 @@ check_format(int format)
     return svn_error_createf(SVN_ERR_FS_UNSUPPORTED_FORMAT, NULL,
                              _("Found format '%d', only created by "
                                "unreleased dev builds; see "
-                               "http://subversion.apache.org";
+                               "https://subversion.apache.org";
                                "/docs/release-notes/1.7#revprop-packing"),
                              format);
 

Modified: subversion/trunk/subversion/libsvn_repos/repos.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_repos/repos.c?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_repos/repos.c (original)
+++ subversion/trunk/subversion/libsvn_repos/repos.c Fri Aug 19 16:31:35 2022
@@ -817,7 +817,7 @@ create_conf(svn_repos_t *repos, apr_pool
 "### access through http: and/or file: URLs, then this file is"              NL
 "### irrelevant.)"                                                           NL
 ""                                                                           NL
-"### Visit http://subversion.apache.org/ for more information."              NL
+"### Visit https://subversion.apache.org/ for more information."             NL
 ""                                                                           NL
 "[general]"                                                                  NL
 "### The anon-access and auth-access options control access to the"          NL
@@ -1077,7 +1077,7 @@ create_repos_structure(svn_repos_t *repo
       "requirements of your site."                                           NL
       ""                                                                     
NL;
     const char * const readme_footer =
-      "Visit http://subversion.apache.org/ for more information."            
NL;
+      "Visit https://subversion.apache.org/ for more information."           
NL;
     apr_file_t *f;
     apr_size_t written;
 

Modified: subversion/trunk/subversion/libsvn_subr/config_file.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/config_file.c?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/config_file.c (original)
+++ subversion/trunk/subversion/libsvn_subr/config_file.c Fri Aug 19 16:31:35 
2022
@@ -1236,7 +1236,7 @@ svn_config_ensure(const char *config_dir
         "### It does not remove or invalidate existing stored credentials."  NL
         "### To do that, see the 'svn auth --remove' command, or remove the" NL
         "### cache files by hand as described in the Subversion book at"     NL
-        "### 
http://svnbook.red-bean.com/nightly/en/svn.serverconfig.netmodel.html#svn.tour.initial.authn-cache-purge";
+        "### 
https://svnbook.red-bean.com/nightly/en/svn.serverconfig.netmodel.html#svn.tour.initial.authn-cache-purge";
                                                                              NL
         "###"                                                                NL
         "### HTTP timeouts, if given, are specified in seconds.  A timeout"  NL

Modified: subversion/trunk/subversion/libsvn_subr/version.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/version.c?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/version.c (original)
+++ subversion/trunk/subversion/libsvn_subr/version.c Fri Aug 19 16:31:35 2022
@@ -147,7 +147,7 @@ svn_version_extended(svn_boolean_t verbo
              "This software consists of contributions made by many people;\n"
              "see the NOTICE file for more information.\n"
              "Subversion is open source software, see "
-             "http://subversion.apache.org/\n";));
+             "https://subversion.apache.org/\n";));
 
   if (verbose)
     {

Modified: subversion/trunk/subversion/libsvn_wc/wc_db_wcroot.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc_db_wcroot.c?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db_wcroot.c (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db_wcroot.c Fri Aug 19 16:31:35 
2022
@@ -330,7 +330,7 @@ svn_wc__db_pdh_create_wcroot(svn_wc__db_
         _("This client is too old to work with the working copy at\n"
           "'%s' (format %d).\n"
           "You need to get a newer Subversion client. For more details, see\n"
-          "  
http://subversion.apache.org/faq.html#working-copy-format-change\n";
+          "  
https://subversion.apache.org/faq.html#working-copy-format-change\n";
           ),
         svn_dirent_local_style(wcroot_abspath, scratch_pool),
         format);

Modified: subversion/trunk/subversion/mod_dav_svn/repos.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/mod_dav_svn/repos.c?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/subversion/mod_dav_svn/repos.c (original)
+++ subversion/trunk/subversion/mod_dav_svn/repos.c Fri Aug 19 16:31:35 2022
@@ -3487,7 +3487,7 @@ emit_collection_head(const dav_resource
       SVN_ERR(dav_svn__brigade_puts(bb, output, xml_index_dtd));
       SVN_ERR(dav_svn__brigade_puts(bb, output,
                          "<svn version=\"" SVN_VERSION "\"\n"
-                         "     href=\"http://subversion.apache.org/\";>\n"));
+                         "     href=\"https://subversion.apache.org/\";>\n"));
       SVN_ERR(dav_svn__brigade_puts(bb, output, "  <index"));
 
       if (name)
@@ -3644,7 +3644,7 @@ emit_collection_tail(const dav_resource
           */
           SVN_ERR(dav_svn__brigade_puts(bb, output,
                    " </ul>\n <hr noshade><em>Powered by "
-                   "<a href=\"http://subversion.apache.org/\";>"
+                   "<a href=\"https://subversion.apache.org/\";>"
                    "Apache Subversion"
                    "</a> version " SVN_VERSION "."
                    "</em>\n</body></html>"));
@@ -3690,7 +3690,7 @@ deliver(const dav_resource *resource, ap
       int i;
 
       /* <svn version="1.3.0 (dev-build)"
-              href="http://subversion.apache.org";>
+              href="https://subversion.apache.org";>
            <index name="[info->repos->repo_name]"
                   path="[info->repos_path]"
                   rev="[info->root.rev]">

Modified: subversion/trunk/subversion/po/de.po
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/po/de.po?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/subversion/po/de.po [UTF-8] (original)
+++ subversion/trunk/subversion/po/de.po [UTF-8] Fri Aug 19 16:31:35 2022
@@ -5793,8 +5793,8 @@ msgstr "Nicht unterstützte Dateisystem-
 
 #: ../libsvn_fs_fs/fs_fs.c:444
 #, c-format
-msgid "Found format '%d', only created by unreleased dev builds; see 
http://subversion.apache.org/docs/release-notes/1.7#revprop-packing";
-msgstr "Format »%d« gefunden, das nur durch nicht veröffentlichte 
Entwicklungsversionen erstellt wurde; siehe 
http://subversion.apache.org/docs/release-notes/1.7#revprop-packing";
+msgid "Found format '%d', only created by unreleased dev builds; see 
https://subversion.apache.org/docs/release-notes/1.7#revprop-packing";
+msgstr "Format »%d« gefunden, das nur durch nicht veröffentlichte 
Entwicklungsversionen erstellt wurde; siehe 
https://subversion.apache.org/docs/release-notes/1.7#revprop-packing";
 
 #: ../libsvn_fs_fs/fs_fs.c:455
 #, c-format
@@ -10043,12 +10043,12 @@ msgid ""
 "Copyright (C) 2018 The Apache Software Foundation.\n"
 "This software consists of contributions made by many people;\n"
 "see the NOTICE file for more information.\n"
-"Subversion is open source software, see http://subversion.apache.org/\n";
+"Subversion is open source software, see https://subversion.apache.org/\n";
 msgstr ""
 "Copyright (C) 2015 The Apache Software Foundation.\n"
 "Diese Software besteht aus Beiträgen vieler Personen;\n"
 "siehe Datei NOTICE für weitere Informationen.\n"
-"Subversion ist Open Source Software, siehe http://subversion.apache.org/\n";
+"Subversion ist Open Source Software, siehe https://subversion.apache.org/\n";
 
 #: ../libsvn_subr/version.c:224 ../libsvn_subr/version.c:235
 #: ../libsvn_subr/version.c:241 ../libsvn_subr/version.c:258
@@ -11324,12 +11324,12 @@ msgid ""
 "This client is too old to work with the working copy at\n"
 "'%s' (format %d).\n"
 "You need to get a newer Subversion client. For more details, see\n"
-"  http://subversion.apache.org/faq.html#working-copy-format-change\n";
+"  https://subversion.apache.org/faq.html#working-copy-format-change\n";
 msgstr ""
 "Dieser Client ist zu alt, um mit dieser Arbeitskopie umzugehen:\n"
 "»%s« (Format %d).\n"
 "Sie benötigen einen neueren Subversion-Client. Für mehr Details, siehe\n"
-"  http://subversion.apache.org/faq.html#working-copy-format-change\n";
+"  https://subversion.apache.org/faq.html#working-copy-format-change\n";
 
 #: ../libsvn_wc/wc_db_wcroot.c:349
 msgid "Cleanup with an older 1.7 client before upgrading with this client"
@@ -12215,10 +12215,10 @@ msgstr ""
 #: ../svn/help-cmd.c:67 ../svnbench/help-cmd.c:62
 msgid ""
 "Subversion is a tool for version control.\n"
-"For additional information, see http://subversion.apache.org/\n";
+"For additional information, see https://subversion.apache.org/\n";
 msgstr ""
 "Subversion ist ein Programm zur Versionskontrolle.\n"
-"Für weitere Informationen, siehe: http://subversion.apache.org/\n";
+"Für weitere Informationen, siehe: https://subversion.apache.org/\n";
 
 #: ../svn/help-cmd.c:71 ../svnbench/help-cmd.c:66 ../svnrdump/svnrdump.c:616
 #: ../svnsync/svnsync.c:1938

Modified: subversion/trunk/subversion/po/es.po
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/po/es.po?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/subversion/po/es.po [UTF-8] (original)
+++ subversion/trunk/subversion/po/es.po [UTF-8] Fri Aug 19 16:31:35 2022
@@ -5781,7 +5781,7 @@ msgid ""
 "Copyright (C) 2010 The Apache Software Foundation.\n"
 "This software consists of contributions made by many people;\n"
 "see the NOTICE file for more information.\n"
-"Subversion is open source software, see http://subversion.apache.org/\n";
+"Subversion is open source software, see https://subversion.apache.org/\n";
 "\n"
 msgstr ""
 
@@ -7062,10 +7062,10 @@ msgid ""
 "This client is too old to work with the working copy at\n"
 "'%s' (format %d).\n"
 "You need to get a newer Subversion client. For more details, see\n"
-"  http://subversion.apache.org/faq.html#working-copy-format-change\n";
+"  https://subversion.apache.org/faq.html#working-copy-format-change\n";
 msgstr ""
 "Este cliente es demasiado viejo para funcionar con la copia de trabajo '%s'.  
Necesita conseguir uno nuevo o bajar la versión de esta copia de trabajo.\n"
-"Vea http://subversion.apache.org/faq.html#working-copy-format-change\n";
+"Vea https://subversion.apache.org/faq.html#working-copy-format-change\n";
 "para más detalles."
 
 #: ../libsvn_wc/wc_db_pdh.c:265
@@ -7440,7 +7440,7 @@ msgstr ""
 #, fuzzy
 msgid ""
 "Subversion is a tool for version control.\n"
-"For additional information, see http://subversion.apache.org/\n";
+"For additional information, see https://subversion.apache.org/\n";
 msgstr ""
 "Subversion es una herramienta para control de versiones.\n"
 "Para información adicional, vea http://subversion.tigris.org/\n";

Modified: subversion/trunk/subversion/po/fr.po
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/po/fr.po?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/subversion/po/fr.po [UTF-8] (original)
+++ subversion/trunk/subversion/po/fr.po [UTF-8] Fri Aug 19 16:31:35 2022
@@ -3222,8 +3222,8 @@ msgstr "'%s' contient une option invalid
 
 #: ../libsvn_fs_fs/fs_fs.c:1071
 #, c-format
-msgid "Found format '%d', only created by unreleased dev builds; see 
http://subversion.apache.org/docs/release-notes/1.7#revprop-packing";
-msgstr "Format '%d' uniquement créé par des versions non officielles ; Voir 
http://subversion.apache.org/docs/release-notes/1.7#revprop-packing";
+msgid "Found format '%d', only created by unreleased dev builds; see 
https://subversion.apache.org/docs/release-notes/1.7#revprop-packing";
+msgstr "Format '%d' uniquement créé par des versions non officielles ; Voir 
https://subversion.apache.org/docs/release-notes/1.7#revprop-packing";
 
 #: ../libsvn_fs_fs/fs_fs.c:1082
 #, c-format
@@ -5894,13 +5894,13 @@ msgid ""
 "Copyright (C) 2012 The Apache Software Foundation.\n"
 "This software consists of contributions made by many people; see the NOTICE\n"
 "file for more information.\n"
-"Subversion is open source software, see http://subversion.apache.org/\n";
+"Subversion is open source software, see https://subversion.apache.org/\n";
 "\n"
 msgstr ""
 "Copyright (C) 2012 The Apache Software Foundation.\n"
 "Ce logiciel est la somme des contributions de nombreuses personnes ;\n"
 "voir le fichier NOTICE pour plus d'information.\n"
-"Subversion est un logiciel libre, voir http://subversion.apache.org/\n";
+"Subversion est un logiciel libre, voir https://subversion.apache.org/\n";
 "\n"
 
 #: ../libsvn_subr/path.c:1090
@@ -7293,11 +7293,11 @@ msgid ""
 "This client is too old to work with the working copy at\n"
 "'%s' (format %d).\n"
 "You need to get a newer Subversion client. For more details, see\n"
-"  http://subversion.apache.org/faq.html#working-copy-format-change\n";
+"  https://subversion.apache.org/faq.html#working-copy-format-change\n";
 msgstr ""
 "Ce client est trop vieux pour la copie de travail '%s' (format %d).\n"
 "Vous avez besoin d'une nouvelle version du client Subversion. Voir pour\n"
-"les détails : 
http://subversion.apache.org/faq.html#working-copy-format-change\n";
+"les détails : 
https://subversion.apache.org/faq.html#working-copy-format-change\n";
 
 #: ../libsvn_wc/wc_db_wcroot.c:288
 msgid "Cleanup with an older 1.7 client before upgrading with this client"
@@ -7757,10 +7757,10 @@ msgstr ""
 #: ../svn/help-cmd.c:63
 msgid ""
 "Subversion is a tool for version control.\n"
-"For additional information, see http://subversion.apache.org/\n";
+"For additional information, see https://subversion.apache.org/\n";
 msgstr ""
 "Subversion est un outil pour gérer des versions.\n"
-"Pour plus d'informations, voir http://subversion.apache.org/\n";
+"Pour plus d'informations, voir https://subversion.apache.org/\n";
 
 #: ../svn/help-cmd.c:70 ../svnrdump/svnrdump.c:503 ../svnsync/main.c:1854
 msgid ""

Modified: subversion/trunk/subversion/po/it.po
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/po/it.po?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/subversion/po/it.po (original)
+++ subversion/trunk/subversion/po/it.po Fri Aug 19 16:31:35 2022
@@ -6107,7 +6107,7 @@ msgid ""
 "Copyright (C) 2010 The Apache Software Foundation.\n"
 "This software consists of contributions made by many people;\n"
 "see the NOTICE file for more information.\n"
-"Subversion is open source software, see http://subversion.apache.org/\n";
+"Subversion is open source software, see https://subversion.apache.org/\n";
 "\n"
 msgstr ""
 
@@ -7452,7 +7452,7 @@ msgid ""
 "This client is too old to work with the working copy at\n"
 "'%s' (format %d).\n"
 "You need to get a newer Subversion client. For more details, see\n"
-"  http://subversion.apache.org/faq.html#working-copy-format-change\n";
+"  https://subversion.apache.org/faq.html#working-copy-format-change\n";
 msgstr ""
 
 #: ../libsvn_wc/wc_db_pdh.c:265
@@ -7822,7 +7822,7 @@ msgstr ""
 #, fuzzy
 msgid ""
 "Subversion is a tool for version control.\n"
-"For additional information, see http://subversion.apache.org/\n";
+"For additional information, see https://subversion.apache.org/\n";
 msgstr ""
 "Subversion è un programma di controllo di versione.\n"
 "Per ulteriori informazioni, vedi http://subversion.tigris.org/\n";

Modified: subversion/trunk/subversion/po/ja.po
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/po/ja.po?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/subversion/po/ja.po [UTF-8] (original)
+++ subversion/trunk/subversion/po/ja.po [UTF-8] Fri Aug 19 16:31:35 2022
@@ -5943,7 +5943,7 @@ msgstr "fsfs 用のファイルシステ
 
 #: ../libsvn_fs_fs/fs_fs.c:444
 #, c-format
-msgid "Found format '%d', only created by unreleased dev builds; see 
http://subversion.apache.org/docs/release-notes/1.7#revprop-packing";
+msgid "Found format '%d', only created by unreleased dev builds; see 
https://subversion.apache.org/docs/release-notes/1.7#revprop-packing";
 msgstr ""
 
 #: ../libsvn_fs_fs/fs_fs.c:455
@@ -10226,7 +10226,7 @@ msgid ""
 "Copyright (C) 2017 The Apache Software Foundation.\n"
 "This software consists of contributions made by many people;\n"
 "see the NOTICE file for more information.\n"
-"Subversion is open source software, see http://subversion.apache.org/\n";
+"Subversion is open source software, see https://subversion.apache.org/\n";
 msgstr ""
 
 #: ../libsvn_subr/version.c:224 ../libsvn_subr/version.c:235
@@ -11518,11 +11518,11 @@ msgid ""
 "This client is too old to work with the working copy at\n"
 "'%s' (format %d).\n"
 "You need to get a newer Subversion client. For more details, see\n"
-"  http://subversion.apache.org/faq.html#working-copy-format-change\n";
+"  https://subversion.apache.org/faq.html#working-copy-format-change\n";
 msgstr ""
 "クライアントが古すぎて、作業コピー '%s' を扱うことができません。\n"
 "もっと新しい Subversion クライアントをインストールするか、作業コピーをダウングレードする必要があります。\n"
-"詳しくは http://subversion.apache.org/faq.html#working-copy-format-change 
を参照してください。"
+"詳しくは https://subversion.apache.org/faq.html#working-copy-format-change 
を参照してください。"
 
 #: ../libsvn_wc/wc_db_wcroot.c:349
 msgid "Cleanup with an older 1.7 client before upgrading with this client"
@@ -12405,7 +12405,7 @@ msgstr ""
 #, fuzzy
 msgid ""
 "Subversion is a tool for version control.\n"
-"For additional information, see http://subversion.apache.org/\n";
+"For additional information, see https://subversion.apache.org/\n";
 msgstr ""
 "Subversion はバージョン管理用のツールです。\n"
 "さらに詳しい情報は、http://subversion.tigris.org/ をご覧ください。\n"

Modified: subversion/trunk/subversion/po/ko.po
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/po/ko.po?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/subversion/po/ko.po [UTF-8] (original)
+++ subversion/trunk/subversion/po/ko.po [UTF-8] Fri Aug 19 16:31:35 2022
@@ -5705,7 +5705,7 @@ msgstr "fsfs에 대한 지원하지 않�
 
 #: ../libsvn_fs_fs/fs_fs.c:444
 #, c-format
-msgid "Found format '%d', only created by unreleased dev builds; see 
http://subversion.apache.org/docs/release-notes/1.7#revprop-packing";
+msgid "Found format '%d', only created by unreleased dev builds; see 
https://subversion.apache.org/docs/release-notes/1.7#revprop-packing";
 msgstr ""
 
 #: ../libsvn_fs_fs/fs_fs.c:455
@@ -9944,12 +9944,12 @@ msgid ""
 "Copyright (C) 2017 The Apache Software Foundation.\n"
 "This software consists of contributions made by many people;\n"
 "see the NOTICE file for more information.\n"
-"Subversion is open source software, see http://subversion.apache.org/\n";
+"Subversion is open source software, see https://subversion.apache.org/\n";
 msgstr ""
 "Copyright (C) 2011 The Apache Software Foundation.\n"
 "이 소프트웨어는 많은 사람들의 공헌으로 이루어졌습니다;\n"
 "NOTICE 파일을 참고하시면 보다 많은 정보를 얻으실 수 있습니다.\n"
-"Subversion은 오픈 소스 소프트웨어입니다 http://subversion.apache.org/ 를 방문하세요\n"
+"Subversion은 오픈 소스 소프트웨어입니다 https://subversion.apache.org/ 를 방문하세요\n"
 "\n"
 
 #: ../libsvn_subr/version.c:224 ../libsvn_subr/version.c:235
@@ -11229,7 +11229,7 @@ msgid ""
 "This client is too old to work with the working copy at\n"
 "'%s' (format %d).\n"
 "You need to get a newer Subversion client. For more details, see\n"
-"  http://subversion.apache.org/faq.html#working-copy-format-change\n";
+"  https://subversion.apache.org/faq.html#working-copy-format-change\n";
 msgstr ""
 
 #: ../libsvn_wc/wc_db_wcroot.c:349
@@ -12115,10 +12115,10 @@ msgstr ""
 #: ../svn/help-cmd.c:67 ../svnbench/help-cmd.c:62
 msgid ""
 "Subversion is a tool for version control.\n"
-"For additional information, see http://subversion.apache.org/\n";
+"For additional information, see https://subversion.apache.org/\n";
 msgstr ""
 "Subversion은 형상관리를 위한 도구입니다.\n"
-"더 상세한 정보를 위해서는 http://subversion.apache.org/ 를 방문하세요\n"
+"더 상세한 정보를 위해서는 https://subversion.apache.org/ 를 방문하세요\n"
 
 #: ../svn/help-cmd.c:71 ../svnbench/help-cmd.c:66 ../svnrdump/svnrdump.c:589
 #: ../svnsync/svnsync.c:1933

Modified: subversion/trunk/subversion/po/nb.po
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/po/nb.po?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/subversion/po/nb.po [UTF-8] (original)
+++ subversion/trunk/subversion/po/nb.po [UTF-8] Fri Aug 19 16:31:35 2022
@@ -5807,7 +5807,7 @@ msgid ""
 "Copyright (C) 2010 The Apache Software Foundation.\n"
 "This software consists of contributions made by many people;\n"
 "see the NOTICE file for more information.\n"
-"Subversion is open source software, see http://subversion.apache.org/\n";
+"Subversion is open source software, see https://subversion.apache.org/\n";
 "\n"
 msgstr ""
 "Opphavsrett (C) 2009 The Subversion Corporation.\n"
@@ -7090,12 +7090,12 @@ msgid ""
 "This client is too old to work with the working copy at\n"
 "'%s' (format %d).\n"
 "You need to get a newer Subversion client. For more details, see\n"
-"  http://subversion.apache.org/faq.html#working-copy-format-change\n";
+"  https://subversion.apache.org/faq.html#working-copy-format-change\n";
 msgstr ""
 "Denne klienten er for gammel til å virke med arbeidskopien på\n"
 "«%s» (format %d).\n"
 "Du må hente en nyere Subversionklient. For flere detaljer, se\n"
-"  http://subversion.apache.org/faq.html#working-copy-format-change\n";
+"  https://subversion.apache.org/faq.html#working-copy-format-change\n";
 
 #: ../libsvn_wc/wc_db_pdh.c:265
 msgid "Cleanup with an older 1.7 client before upgrading with this client"
@@ -7467,7 +7467,7 @@ msgstr ""
 #, fuzzy
 msgid ""
 "Subversion is a tool for version control.\n"
-"For additional information, see http://subversion.apache.org/\n";
+"For additional information, see https://subversion.apache.org/\n";
 msgstr ""
 "Subversion er et verktøy for versjonshåndtering\n"
 "Se http://subversion.tigris.org/ for mer informasjon\n"

Modified: subversion/trunk/subversion/po/pl.po
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/po/pl.po?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/subversion/po/pl.po [UTF-8] (original)
+++ subversion/trunk/subversion/po/pl.po [UTF-8] Fri Aug 19 16:31:35 2022
@@ -5759,7 +5759,7 @@ msgstr "Nieobsługiwana wersja loadera s
 
 #: ../libsvn_fs_fs/fs_fs.c:444
 #, c-format
-msgid "Found format '%d', only created by unreleased dev builds; see 
http://subversion.apache.org/docs/release-notes/1.7#revprop-packing";
+msgid "Found format '%d', only created by unreleased dev builds; see 
https://subversion.apache.org/docs/release-notes/1.7#revprop-packing";
 msgstr ""
 
 #: ../libsvn_fs_fs/fs_fs.c:455
@@ -10011,7 +10011,7 @@ msgid ""
 "Copyright (C) 2017 The Apache Software Foundation.\n"
 "This software consists of contributions made by many people;\n"
 "see the NOTICE file for more information.\n"
-"Subversion is open source software, see http://subversion.apache.org/\n";
+"Subversion is open source software, see https://subversion.apache.org/\n";
 msgstr ""
 "Copyright (C) 2009 The Subversion Corporation.\n"
 "Niniejsze oprogramowanie składa się ze wkładu dokonanego przez wielu ludzi.\n"
@@ -11297,12 +11297,12 @@ msgid ""
 "This client is too old to work with the working copy at\n"
 "'%s' (format %d).\n"
 "You need to get a newer Subversion client. For more details, see\n"
-"  http://subversion.apache.org/faq.html#working-copy-format-change\n";
+"  https://subversion.apache.org/faq.html#working-copy-format-change\n";
 msgstr ""
 "Ten klient jest zbyt stary, by obsługiwać kopię roboczą\n"
 "'%s' (format %d).\n"
 "Musisz zainstalować nowszy klient Subversion. Zobacz szczegóły na stronie:\n"
-"  http://subversion.apache.org/faq.html#working-copy-format-change\n";
+"  https://subversion.apache.org/faq.html#working-copy-format-change\n";
 
 #: ../libsvn_wc/wc_db_wcroot.c:349
 msgid "Cleanup with an older 1.7 client before upgrading with this client"
@@ -12180,7 +12180,7 @@ msgstr ""
 #, fuzzy
 msgid ""
 "Subversion is a tool for version control.\n"
-"For additional information, see http://subversion.apache.org/\n";
+"For additional information, see https://subversion.apache.org/\n";
 msgstr ""
 "Subversion jest narzędziem zarządzania wersjami.\n"
 "Dla dodatkowych informacji zobacz http://subversion.tigris.org/\n";

Modified: subversion/trunk/subversion/po/pt_BR.po
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/po/pt_BR.po?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/subversion/po/pt_BR.po [UTF-8] (original)
+++ subversion/trunk/subversion/po/pt_BR.po [UTF-8] Fri Aug 19 16:31:35 2022
@@ -5795,7 +5795,7 @@ msgid ""
 "Copyright (C) 2010 The Apache Software Foundation.\n"
 "This software consists of contributions made by many people;\n"
 "see the NOTICE file for more information.\n"
-"Subversion is open source software, see http://subversion.apache.org/\n";
+"Subversion is open source software, see https://subversion.apache.org/\n";
 "\n"
 msgstr ""
 
@@ -7048,7 +7048,7 @@ msgid ""
 "This client is too old to work with the working copy at\n"
 "'%s' (format %d).\n"
 "You need to get a newer Subversion client. For more details, see\n"
-"  http://subversion.apache.org/faq.html#working-copy-format-change\n";
+"  https://subversion.apache.org/faq.html#working-copy-format-change\n";
 msgstr ""
 
 #: ../libsvn_wc/wc_db_pdh.c:265
@@ -7387,7 +7387,7 @@ msgstr ""
 #, fuzzy
 msgid ""
 "Subversion is a tool for version control.\n"
-"For additional information, see http://subversion.apache.org/\n";
+"For additional information, see https://subversion.apache.org/\n";
 msgstr ""
 "Subversion é uma ferramenta para controle de versão.\n"
 "Para mais informações, veja http://subversion.tigris.org/\n";

Modified: subversion/trunk/subversion/po/sv.po
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/po/sv.po?rev=1903577&r1=1903576&r2=1903577&view=diff
==============================================================================
--- subversion/trunk/subversion/po/sv.po [UTF-8] (original)
+++ subversion/trunk/subversion/po/sv.po [UTF-8] Fri Aug 19 16:31:35 2022
@@ -6164,8 +6164,8 @@ msgstr "Versionen för FS-laddaren (%d)
 
 #: ../libsvn_fs_fs/fs_fs.c:445
 #, c-format
-msgid "Found format '%d', only created by unreleased dev builds; see 
http://subversion.apache.org/docs/release-notes/1.7#revprop-packing";
-msgstr "Hittade formatet \"%d\" som bara skapas av outgivna utvecklingsbyggen; 
se http://subversion.apache.org/docs/release-notes/1.7#revprop-packing";
+msgid "Found format '%d', only created by unreleased dev builds; see 
https://subversion.apache.org/docs/release-notes/1.7#revprop-packing";
+msgstr "Hittade formatet \"%d\" som bara skapas av outgivna utvecklingsbyggen; 
se https://subversion.apache.org/docs/release-notes/1.7#revprop-packing";
 
 #: ../libsvn_fs_fs/fs_fs.c:456
 #, c-format
@@ -10481,12 +10481,12 @@ msgid ""
 "Copyright (C) 2022 The Apache Software Foundation.\n"
 "This software consists of contributions made by many people;\n"
 "see the NOTICE file for more information.\n"
-"Subversion is open source software, see http://subversion.apache.org/\n";
+"Subversion is open source software, see https://subversion.apache.org/\n";
 msgstr ""
 "© 2022 The Apache Software Foundation.\n"
 "Denna programvara består av bidrag från många personer;\n"
 "se filen NOTICE för vidare information.\n"
-"Subversion är öppen källkod; se http://subversion.apache.org/\n";
+"Subversion är öppen källkod; se https://subversion.apache.org/\n";
 
 #: ../libsvn_subr/version.c:224 ../libsvn_subr/version.c:235
 #: ../libsvn_subr/version.c:241 ../libsvn_subr/version.c:258
@@ -11783,12 +11783,12 @@ msgid ""
 "This client is too old to work with the working copy at\n"
 "'%s' (format %d).\n"
 "You need to get a newer Subversion client. For more details, see\n"
-"  http://subversion.apache.org/faq.html#working-copy-format-change\n";
+"  https://subversion.apache.org/faq.html#working-copy-format-change\n";
 msgstr ""
 "Denna klient är för gammal för att kunna användas med arbetskopian\n"
 "\"%s\" (format %d).\n"
 "En nyare Subversionklient behövs. För mer detaljer, se\n"
-"  http://subversion.apache.org/faq.html#working-copy-format-change\n";
+"  https://subversion.apache.org/faq.html#working-copy-format-change\n";
 
 #: ../libsvn_wc/wc_db_wcroot.c:351
 msgid "Cleanup with an older 1.7 client before upgrading with this client"
@@ -12690,10 +12690,10 @@ msgstr ""
 #: ../svn/help-cmd.c:93 ../svnbench/help-cmd.c:62
 msgid ""
 "Subversion is a tool for version control.\n"
-"For additional information, see http://subversion.apache.org/\n";
+"For additional information, see https://subversion.apache.org/\n";
 msgstr ""
 "Subversion är ett verktyg för versionshantering.\n"
-"Se http://subversion.apache.org/ för ytterligare information\n"
+"Se https://subversion.apache.org/ för ytterligare information\n"
 
 #: ../svn/help-cmd.c:149
 msgid ""


Reply via email to