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 2019/09/24 15:54:02 UTC

svn commit: r1867466 - in /subversion/trunk: notes/moves notes/repos-dictated-config subversion/libsvn_repos/authz_parse.c subversion/libsvn_wc/wc_db.c subversion/tests/cmdline/move_tests.py

Author: julianfoad
Date: Tue Sep 24 15:54:01 2019
New Revision: 1867466

URL: http://svn.apache.org/viewvc?rev=1867466&view=rev
Log:
Update wiki links to point to the new(ish) Confluence Wiki.

Modified:
    subversion/trunk/notes/moves
    subversion/trunk/notes/repos-dictated-config
    subversion/trunk/subversion/libsvn_repos/authz_parse.c
    subversion/trunk/subversion/libsvn_wc/wc_db.c
    subversion/trunk/subversion/tests/cmdline/move_tests.py

Modified: subversion/trunk/notes/moves
URL: http://svn.apache.org/viewvc/subversion/trunk/notes/moves?rev=1867466&r1=1867465&r2=1867466&view=diff
==============================================================================
--- subversion/trunk/notes/moves (original)
+++ subversion/trunk/notes/moves Tue Sep 24 15:54:01 2019
@@ -75,7 +75,7 @@ private libsvn_wc API:
 
 More API changes might be needed (TBD).
 In particular, scan_deletion may need to return a list of moves
-in the multi-layer case (http://wiki.apache.org/subversion/MultiLayerMoves)
+in the multi-layer case (https://cwiki.apache.org/confluence/display/SVN/MultiLayerMoves)
 
 We might require a working copy upgrade when going from 1.7 to 1.8,
 and only allow new move functionality to be used with 1.8 working copies.

Modified: subversion/trunk/notes/repos-dictated-config
URL: http://svn.apache.org/viewvc/subversion/trunk/notes/repos-dictated-config?rev=1867466&r1=1867465&r2=1867466&view=diff
==============================================================================
--- subversion/trunk/notes/repos-dictated-config (original)
+++ subversion/trunk/notes/repos-dictated-config Tue Sep 24 15:54:01 2019
@@ -1,2 +1,2 @@
 [  The contents and further evolution of this document have been moved to  ]
-[  http://wiki.apache.org/subversion/ServerDictatedConfiguration           ]
+[  https://cwiki.apache.org/confluence/display/SVN/ServerDictatedConfiguration  ]

Modified: subversion/trunk/subversion/libsvn_repos/authz_parse.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_repos/authz_parse.c?rev=1867466&r1=1867465&r2=1867466&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_repos/authz_parse.c (original)
+++ subversion/trunk/subversion/libsvn_repos/authz_parse.c Tue Sep 24 15:54:01 2019
@@ -569,7 +569,7 @@ parse_rule_path(authz_rule_t *rule,
               || (pattern->len == 2 && pattern->data[1] == '*'))
             {
               /* Process * and **, applying normalization as per
-                 https://wiki.apache.org/subversion/AuthzImprovements. */
+                 https://cwiki.apache.org/confluence/display/SVN/Authz+Improvements. */
 
               authz_rule_segment_t *const prev =
                 (nseg > 1 ? segment - 1 : NULL);

Modified: subversion/trunk/subversion/libsvn_wc/wc_db.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc_db.c?rev=1867466&r1=1867465&r2=1867466&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db.c (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db.c Tue Sep 24 15:54:01 2019
@@ -7991,7 +7991,7 @@ struct op_delete_baton_t {
  * Note that the following sequence results in the same DB state:
  *   mv A B; mv B/F B/G
  * We do not care about the order the moves were performed in.
- * For details, see http://wiki.apache.org/subversion/MultiLayerMoves
+ * For details, see https://cwiki.apache.org/confluence/display/SVN/MultiLayerMoves
  */
 struct moved_node_t {
   /* The source of the move. */

Modified: subversion/trunk/subversion/tests/cmdline/move_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/move_tests.py?rev=1867466&r1=1867465&r2=1867466&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/move_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/move_tests.py Tue Sep 24 15:54:01 2019
@@ -883,7 +883,7 @@ def build_simple_file_move_func(sbox, so
 #
 #   Each test must return on success or raise on failure.
 #
-# See http://wiki.apache.org/subversion/LocalMoves
+# See https://cwiki.apache.org/confluence/display/SVN/LocalMoves
 
 def lateral_move_file_test(sbox):
   "lateral (rename) move of a file test"