Author: svn-role
Date: Sat Nov 25 04:00:03 2023
New Revision: 1914102

URL: http://svn.apache.org/viewvc?rev=1914102&view=rev
Log:
Merge r1908926 from trunk:

 * r1908926
   libsvn_client: Pass redirected URL for file externals.
   Justification:
     Bug fix. Issue #4911.
   Votes:
     +1: dsahlberg, stsp, hartmannathan

Modified:
    subversion/branches/1.14.x/   (props changed)
    subversion/branches/1.14.x/STATUS
    subversion/branches/1.14.x/subversion/libsvn_client/externals.c

Propchange: subversion/branches/1.14.x/
------------------------------------------------------------------------------
  Merged /subversion/trunk:r1908926

Modified: subversion/branches/1.14.x/STATUS
URL: 
http://svn.apache.org/viewvc/subversion/branches/1.14.x/STATUS?rev=1914102&r1=1914101&r2=1914102&view=diff
==============================================================================
--- subversion/branches/1.14.x/STATUS (original)
+++ subversion/branches/1.14.x/STATUS Sat Nov 25 04:00:03 2023
@@ -35,10 +35,3 @@ Veto-blocked changes:
 
 Approved changes:
 =================
-
- * r1908926
-   libsvn_client: Pass redirected URL for file externals.
-   Justification:
-     Bug fix. Issue #4911.
-   Votes:
-     +1: dsahlberg, stsp, hartmannathan

Modified: subversion/branches/1.14.x/subversion/libsvn_client/externals.c
URL: 
http://svn.apache.org/viewvc/subversion/branches/1.14.x/subversion/libsvn_client/externals.c?rev=1914102&r1=1914101&r2=1914102&view=diff
==============================================================================
--- subversion/branches/1.14.x/subversion/libsvn_client/externals.c (original)
+++ subversion/branches/1.14.x/subversion/libsvn_client/externals.c Sat Nov 25 
04:00:03 2023
@@ -917,7 +917,7 @@ handle_external_item_change(svn_client_c
 
         SVN_ERR(switch_file_external(local_abspath,
                                      new_loc,
-                                     new_url,
+                                     new_loc->url,
                                      &new_item->peg_revision,
                                      &new_item->revision,
                                      parent_dir_abspath,


Reply via email to