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 2018/06/25 15:03:50 UTC

svn commit: r1834339 - in /subversion/site/publish: contributing.html docs/release-notes/1.8.html news.html site-nav.html

Author: julianfoad
Date: Mon Jun 25 15:03:49 2018
New Revision: 1834339

URL: http://svn.apache.org/viewvc?rev=1834339&view=rev
Log:
Update the Subversion web site to point to the new Confluence Wiki.

Modified:
    subversion/site/publish/contributing.html
    subversion/site/publish/docs/release-notes/1.8.html
    subversion/site/publish/news.html
    subversion/site/publish/site-nav.html

Modified: subversion/site/publish/contributing.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/contributing.html?rev=1834339&r1=1834338&r2=1834339&view=diff
==============================================================================
--- subversion/site/publish/contributing.html (original)
+++ subversion/site/publish/contributing.html Mon Jun 25 15:03:49 2018
@@ -188,7 +188,7 @@
        involves discussions on the <a href="mailing-lists#dev-ml">dev@
        list</a>, with reasonably detailed rationales and implementation plans
        fly across the room.  (We often <a
-       href="https://wiki.apache.org/subversion/DesignNotes">use our wiki</a>
+       href="https://cwiki.apache.org/confluence/display/SVN/DesignNotes">use our wiki</a>
        to work on the proposed designs.)  Participating in such a discussion
        is an excellent way for users to ensure that planned new features are
        designed from the very beginning to meet their use-cases and wishes, 

Modified: subversion/site/publish/docs/release-notes/1.8.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.8.html?rev=1834339&r1=1834338&r2=1834339&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.8.html (original)
+++ subversion/site/publish/docs/release-notes/1.8.html Mon Jun 25 15:03:49 2018
@@ -992,34 +992,34 @@ copy. This cache allows the working copy
 from the repository without contacting the repository.</p>
 
 <p>For the full details about inheritable properties see the
-<a href="https://wiki.apache.org/subversion/InheritedProperties"
+<a href="https://cwiki.apache.org/confluence/display/SVN/InheritedProperties"
 >design wiki</a>. Some of this wiki is intended for Subversion developers
 and will be of little interest to most users.  If you fall into the latter
 group you can focus on these particular sections:</p>
 
 <ul>
   <li>
-    <a href="https://wiki.apache.org/subversion/InheritedProperties#Differentiating_.27Inheritable.27_Vs._.27Normal.27_Properties">
+    <a href="https://cwiki.apache.org/confluence/display/SVN/InheritedProperties#InheritedProperties-Differentiating'Inheritable'Vs.'Normal'Properties">
     Differentiating 'Inheritable' Vs. 'Normal' Properties</a>
   </li>
   <li>
-    <a href="https://wiki.apache.org/subversion/InheritedProperties#General_Inheritance_Rules">
+    <a href="https://cwiki.apache.org/confluence/display/SVN/InheritedProperties#InheritedProperties-GeneralInheritanceRules">
     General Inheritance Rules</a>
   </li>
   <li>
-    <a href="https://wiki.apache.org/subversion/InheritedProperties#Repository_Inheritance_Rules">
+    <a href="https://cwiki.apache.org/confluence/display/SVN/InheritedProperties#InheritedProperties-RepositoryInheritanceRules">
     Repository Inheritance Rules</a>
   </li>
   <li>
-    <a href="https://wiki.apache.org/subversion/InheritedProperties#Working_Copy_Inheritance_Rules">
+    <a href="https://cwiki.apache.org/confluence/display/SVN/InheritedProperties#InheritedProperties-WorkingCopyInheritanceRules">
     Working Copy Inheritance Rules</a>
   </li>
   <li>
-    <a href="https://wiki.apache.org/subversion/InheritedProperties#Authentication">
+    <a href="https://cwiki.apache.org/confluence/display/SVN/InheritedProperties#InheritedProperties-Authentication">
     Authentication</a>
   </li>
   <li>
-    <a href="https://wiki.apache.org/subversion/InheritedProperties#Subcommand_Changes">
+    <a href="https://cwiki.apache.org/confluence/display/SVN/InheritedProperties#InheritedProperties-SubcommandChanges">
     Subcommand Changes</a>
   </li>
 </ul>
@@ -1043,10 +1043,10 @@ The <tt>svn:global-ignores</tt> property
 <tt>global-ignores</tt> configuration setting as well as the
 <tt>svn:ignore</tt> property.</p>
 
-<p>The <a href="https://wiki.apache.org/subversion/Inheritable-Ignores-AutoProps#Auto-Props_Format"
+<p>The <a href="https://cwiki.apache.org/confluence/display/SVN/Inheritable-Ignores-AutoProps#Inheritable-Ignores-AutoProps-Auto-PropsFormat"
 >format</a> of <tt>svn:auto-props</tt> property values
 is the same as for the <tt>auto-props</tt> runtime configuration.
-The <a href="https://wiki.apache.org/subversion/Inheritable-Ignores-AutoProps#Ignores_Format"
+The <a href="https://cwiki.apache.org/confluence/display/SVN/Inheritable-Ignores-AutoProps#Inheritable-Ignores-AutoProps-IgnoresFormat"
 >format</a> of <tt>svn:global-ignores</tt> property values is the
 same as for the <tt>svn:ignore</tt> property.</p>
 
@@ -1078,10 +1078,10 @@ property that applies to the path.</p>
 override any identical patterns in the <tt>auto-props</tt> runtime
 config. When multiple <tt>svn:auto-props</tt> properties
 apply to a file, the pattern from the nearest inheritable property takes
-precedence. See <a href="https://wiki.apache.org/subversion/Inheritable-Ignores-AutoProps#Auto-Props_Hierarchy_and_Precedence"
+precedence. See <a href="https://cwiki.apache.org/confluence/display/SVN/Inheritable-Ignores-AutoProps#Inheritable-Ignores-AutoProps-Auto-PropsHierarchyandPrecedence"
 >this section of design wiki</a> for a full explanation.</p>
 
-<p>The <a href="https://wiki.apache.org/subversion/Inheritable-Ignores-AutoProps#Auto-Props_Hierarchy_and_Precedence"
+<p>The <a href="https://cwiki.apache.org/confluence/display/SVN/Inheritable-Ignores-AutoProps#Inheritable-Ignores-AutoProps-Auto-PropsHierarchyandPrecedence"
 >design wiki</a> for the repository dictated configuration feature was
 originally written for developers, but will prove useful to any repository
 administrator who wants to use the feature.</p>

Modified: subversion/site/publish/news.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/news.html?rev=1834339&r1=1834338&r2=1834339&view=diff
==============================================================================
--- subversion/site/publish/news.html (original)
+++ subversion/site/publish/news.html Mon Jun 25 15:03:49 2018
@@ -108,7 +108,7 @@
 <p>Apache Subversion is hosting a yearly (1-week long) event called the
  Subversion Hackathon. During this year's hackathon (which was made available
  due to the kind sponsorship of <a href="https://www.assembla.com/home" rel="nofollow">Assembla</a>)
- we are hosting a <a href="https://wiki.apache.org/subversion/Aachen2017MeetAndGreet">meet-and-greet
+ we are hosting a <a href="https://cwiki.apache.org/confluence/display/SVN/Aachen2017MeetAndGreet">meet-and-greet
  event</a>. If you always wanted to meet us in person, this is your chance to get
  us to know other than through the internet. We will also provide a PGP-signing
  session as part of the event.

Modified: subversion/site/publish/site-nav.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/site-nav.html?rev=1834339&r1=1834338&r2=1834339&view=diff
==============================================================================
--- subversion/site/publish/site-nav.html (original)
+++ subversion/site/publish/site-nav.html Mon Jun 25 15:03:49 2018
@@ -23,7 +23,7 @@
     <ul>
       <li><a href="/mailing-lists.html">Mailing Lists</a></li>
       <li><a href="/reporting-issues.html">Reporting Issues</a></li>
-      <li><a href="https://wiki.apache.org/subversion/">Wiki</a></li>
+      <li><a href="https://cwiki.apache.org/confluence/display/SVN/">Wiki</a></li>
       <li><a href="/contributing.html">Getting Involved</a></li>
     </ul>
   </li>