You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2022/01/24 06:47:25 UTC

svn commit: r1897401 - in /subversion/trunk: ./ subversion/tests/cmdline/externals_tests.py

Author: danielsh
Date: Mon Jan 24 06:47:25 2022
New Revision: 1897401

URL: http://svn.apache.org/viewvc?rev=1897401&view=rev
Log:
Cherry-pick r1897398,r1897399 from the pristines-on-demand branch, where they
were committed to by mistake.

* subversion/tests/cmdline/externals_tests.py
  (externals_test_setup): Clarify the docstring.  No functional change.

Modified:
    subversion/trunk/   (props changed)
    subversion/trunk/subversion/tests/cmdline/externals_tests.py

Propchange: subversion/trunk/
------------------------------------------------------------------------------
  Merged /subversion/branches/pristines-on-demand:r1897398-1897399

Modified: subversion/trunk/subversion/tests/cmdline/externals_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/externals_tests.py?rev=1897401&r1=1897400&r2=1897401&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/cmdline/externals_tests.py (original)
+++ subversion/trunk/subversion/tests/cmdline/externals_tests.py Mon Jan 24 06:47:25 2022
@@ -67,14 +67,21 @@ def externals_test_setup(sbox):
 
   The arrangement of the externals in the first repository is:
 
-    /A/B/ ==>  ^/A/D/gamma                      gamma
-    /A/C/ ==>  exdir_G                          <scheme>:///<other_repos>/A/D/G
-               ../../../<other_repos_basename>/A/D/H@1 exdir_H
-
-    /A/D/ ==>  ^/../<other_repos_basename>/A    exdir_A
-               //<other_repos>/A/D/G/           exdir_A/G/
-               exdir_A/H -r 1                   <scheme>:///<other_repos>/A/D/H
-               /<some_paths>/A/B                x/y/z/blah
+    Properties on 'A/B':
+      svn:externals
+        ^/A/D/gamma gamma
+    
+    Properties on 'A/C':
+      svn:externals
+        exdir_G       <scheme>://<...>/<other_repos_basename>/A/D/G
+        ../../../<other_repos_basename>/A/D/H@1 exdir_H
+    
+    Properties on 'A/D':
+      svn:externals
+        ^/../<other_repos_basename>/A exdir_A
+        //<scheme-relative URI to other_repos>/A/D/G/ exdir_A/G/
+        exdir_A/H -r 1 <scheme>://<...>/<other_repos_basename>/A/D/H
+        /<root-relative URI to other_repos>/A/B x/y/z/blah
 
   A dictionary is returned keyed by the directory created by the
   external whose value is the URL of the external.