Author: markt
Date: Wed Sep 18 23:23:36 2019
New Revision: 1867152

URL: http://svn.apache.org/viewvc?rev=1867152&view=rev
Log:
Fix config diffs for branches in the svn archive area

Modified:
    tomcat/site/trunk/docs/migration-6.html
    tomcat/site/trunk/docs/migration-8.html
    tomcat/site/trunk/xdocs/migration-6.xml
    tomcat/site/trunk/xdocs/migration-8.xml

Modified: tomcat/site/trunk/docs/migration-6.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-6.html?rev=1867152&r1=1867151&r2=1867152&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-6.html (original)
+++ tomcat/site/trunk/docs/migration-6.html Wed Sep 18 23:23:36 2019
@@ -562,7 +562,7 @@ of Apache Tomcat.</p>
           "6.0.53":"1789860"
         };
 
-        formSubmit.action = 
"http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/"; +
+        formSubmit.action = 
"http://svn.apache.org/viewvc/tomcat/archive/tc6.0.x/trunk/"; +
           document.getElementById('select-filename').value;
         formSubmit.elements['r1'].value = 
revisions[document.getElementById('select-r1').value]; 
         formSubmit.elements['r2'].value = 
revisions[document.getElementById('select-r2').value]; 
@@ -681,8 +681,8 @@ of Apache Tomcat.</p>
 <div class="codeBox">
 <pre>
 <code>svn diff
-  --old=http://svn.apache.org/repos/asf/tomcat/tc6.0.x/tags/TOMCAT_6_0_36/conf/
-  
--new=http://svn.apache.org/repos/asf/tomcat/tc6.0.x/tags/TOMCAT_6_0_37/conf/</code>
+  
--old=http://svn.apache.org/repos/asf/tomcat/archive/tc6.0.x/tags/TOMCAT_6_0_36/conf/
+  
--new=http://svn.apache.org/repos/asf/tomcat/archive/tc6.0.x/tags/TOMCAT_6_0_37/conf/</code>
 </pre>
 </div>
   

Modified: tomcat/site/trunk/docs/migration-8.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-8.html?rev=1867152&r1=1867151&r2=1867152&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-8.html (original)
+++ tomcat/site/trunk/docs/migration-8.html Wed Sep 18 23:23:36 2019
@@ -828,7 +828,7 @@ of Apache Tomcat.</p>
           "8.0.53":"1834688"
         };
 
-        formSubmit.action = 
"http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/"; +
+        formSubmit.action = 
"http://svn.apache.org/viewvc/tomcat/archive/tc8.0.x/trunk/"; +
           document.getElementById('select-filename').value;
         formSubmit.elements['r1'].value = 
revisions[document.getElementById('select-r1').value]; 
         formSubmit.elements['r2'].value = 
revisions[document.getElementById('select-r2').value]; 
@@ -971,8 +971,8 @@ of Apache Tomcat.</p>
 <div class="codeBox">
 <pre>
 <code>svn diff
-  --old=http://svn.apache.org/repos/asf/tomcat/tc8.0.x/tags/TOMCAT_8_0_1/conf/
-  
--new=http://svn.apache.org/repos/asf/tomcat/tc8.0.x/tags/TOMCAT_8_0_3/conf/</code>
+  
--old=http://svn.apache.org/repos/asf/tomcat/archive/tc8.0.x/tags/TOMCAT_8_0_1/conf/
+  
--new=http://svn.apache.org/repos/asf/tomcat/archive/tc8.0.x/tags/TOMCAT_8_0_3/conf/</code>
 </pre>
 </div>
   

Modified: tomcat/site/trunk/xdocs/migration-6.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-6.xml?rev=1867152&r1=1867151&r2=1867152&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-6.xml (original)
+++ tomcat/site/trunk/xdocs/migration-6.xml Wed Sep 18 23:23:36 2019
@@ -223,7 +223,7 @@ of Apache Tomcat.</p>
           "6.0.53":"1789860"
         };
 
-        formSubmit.action = 
"http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/"; +
+        formSubmit.action = 
"http://svn.apache.org/viewvc/tomcat/archive/tc6.0.x/trunk/"; +
           document.getElementById('select-filename').value;
         formSubmit.elements['r1'].value = 
revisions[document.getElementById('select-r1').value]; 
         formSubmit.elements['r2'].value = 
revisions[document.getElementById('select-r2').value]; 
@@ -328,8 +328,8 @@ of Apache Tomcat.</p>
     </form>
     <p>You can also use Subversion command similar to the following (all on 
one line):</p>
     <source>svn diff
-  --old=http://svn.apache.org/repos/asf/tomcat/tc6.0.x/tags/TOMCAT_6_0_36/conf/
-  
--new=http://svn.apache.org/repos/asf/tomcat/tc6.0.x/tags/TOMCAT_6_0_37/conf/</source>
+  
--old=http://svn.apache.org/repos/asf/tomcat/archive/tc6.0.x/tags/TOMCAT_6_0_36/conf/
+  
--new=http://svn.apache.org/repos/asf/tomcat/archive/tc6.0.x/tags/TOMCAT_6_0_37/conf/</source>
   </subsection>
   
 </section>

Modified: tomcat/site/trunk/xdocs/migration-8.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-8.xml?rev=1867152&r1=1867151&r2=1867152&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-8.xml (original)
+++ tomcat/site/trunk/xdocs/migration-8.xml Wed Sep 18 23:23:36 2019
@@ -391,7 +391,7 @@ of Apache Tomcat.</p>
           "8.0.53":"1834688"
         };
 
-        formSubmit.action = 
"http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/"; +
+        formSubmit.action = 
"http://svn.apache.org/viewvc/tomcat/archive/tc8.0.x/trunk/"; +
           document.getElementById('select-filename').value;
         formSubmit.elements['r1'].value = 
revisions[document.getElementById('select-r1').value]; 
         formSubmit.elements['r2'].value = 
revisions[document.getElementById('select-r2').value]; 
@@ -520,8 +520,8 @@ of Apache Tomcat.</p>
     </form>
     <p>You can also use Subversion command similar to the following (all on 
one line):</p>
     <source>svn diff
-  --old=http://svn.apache.org/repos/asf/tomcat/tc8.0.x/tags/TOMCAT_8_0_1/conf/
-  
--new=http://svn.apache.org/repos/asf/tomcat/tc8.0.x/tags/TOMCAT_8_0_3/conf/</source>
+  
--old=http://svn.apache.org/repos/asf/tomcat/archive/tc8.0.x/tags/TOMCAT_8_0_1/conf/
+  
--new=http://svn.apache.org/repos/asf/tomcat/archive/tc8.0.x/tags/TOMCAT_8_0_3/conf/</source>
   </subsection>
   
 </section>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to