You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2015/01/21 18:24:03 UTC

svn propchange: r1653609 - svn:log

Author: julianfoad
Revision: 1653609
Modified property: svn:log

Modified: svn:log at Wed Jan 21 17:24:03 2015
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Jan 21 17:24:03 2015
@@ -1,15 +1,5 @@
-Clarify an unusual 'decoded URL' parameter by renaming it. Fix a problem
-whereby it was passed to the Ev2 shims (if enabled) as if it were a normal URL.
-
-I have not investigated whether the Ev2 shims problem was real or just
-theoretical, nor tried to test the Ev2 shims after this fix.
+Clarify an unusual 'decoded URL' parameter by renaming it.
 
 * subversion/include/svn_repos.h
   (svn_repos_get_commit_editor5): Rename 'repos_url' to 'repos_url_decoded'.
     Deduplicate the comment about copyfrom_path, following r1653600.
-
-* subversion/libsvn_repos/commit.c
-  (edit_baton): Rename 'repos_url' to 'repos_url_decoded'.
-  (add_file_or_directory): Track the rename.
-  (svn_repos_get_commit_editor5): Rename 'repos_url' to 'repos_url_decoded'.
-    Convert to an encoded URL for passing to Ev2 shims.