You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2016/04/26 10:36:15 UTC

svn commit: r1740965 - /myfaces/site/publish/tobago/index.html

Author: lofwyr
Date: Tue Apr 26 08:36:15 2016
New Revision: 1740965

URL: http://svn.apache.org/viewvc?rev=1740965&view=rev
Log: (empty)

Modified:
    myfaces/site/publish/tobago/index.html

Modified: myfaces/site/publish/tobago/index.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/index.html?rev=1740965&r1=1740964&r2=1740965&view=diff
==============================================================================
--- myfaces/site/publish/tobago/index.html (original)
+++ myfaces/site/publish/tobago/index.html Tue Apr 26 08:36:15 2016
@@ -296,6 +296,25 @@
       <div class="section">
         <h2><a name="News"></a>News</h2>
         <div class="section">
+          <h3><a name="April_26_2016_-_Switching_Subversion_trunk_to_Tobago_3.0.x"></a>April 26, 2016 - Switching
+            Subversion trunk to Tobago 3.0.x</h3>
+          <p>Today the Subversion <tt>trunk</tt> is moved to <tt>branches/tobago-2.0.x</tt> and the <tt>branches/tobago-3.0.x</tt>
+            is moved to trunk.</p>
+          <p>To migrate an already checked out project, please check at first your current location like:</p>
+          <div class="source">
+            <pre>svn info | grep &quot;Repository Root&quot;</pre>
+          </div>
+          <p>The result shows you whether you are using <tt>http</tt> or <tt>https</tt></p>
+          <p>To switch from the old trunk to the 2.0.x branch use:</p>
+          <div class="source">
+            <pre>svn switch https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-2.0.x/</pre>
+          </div>
+          <p>To switch from the old 3.0.x branch to the new trunk use:</p>
+          <div class="source">
+            <pre>svn switch https://svn.apache.org/repos/asf/myfaces/tobago/trunk/</pre>
+          </div>
+          <p>&#160;<a name="a"></a></p></div>
+        <div class="section">
           <h3><a name="April_20_2016_-_MyFaces_Tobago_3.0.0-alpha-3_Released"></a>April 20, 2016 - MyFaces Tobago
             3.0.0-alpha-3 Released</h3>
           <p>The MyFaces Tobago component library in version 3.0.0-alpha-3 has been released.</p>
@@ -306,11 +325,10 @@
           <ul>
             <li>integration of <tt>&lt;f:ajax&gt;</tt>,</li>
             <li>upgrading from Bootstrap 3 to Bootstrap 4 (alpha) and</li>
-            <li>using Servlet 3.0 API for uploading files (instead of commons-fileupload).
-              <p>Also see section: <a href="./new-3.0.html"> What's new in Tobago 3.0?</a></p>
-              <p>&#160;<a name="a"></a></p></li>
+            <li>using Servlet 3.0 API for uploading files (instead of commons-fileupload).</li>
           </ul>
-        </div>
+          <p>Also see section: <a href="./new-3.0.html"> What's new in Tobago 3.0?</a></p>
+          <p>&#160;<a name="a"></a></p></div>
         <div class="section">
           <h3><a name="February_1_2016_-_MyFaces_Tobago_2.0.9_Released"></a>February 1, 2016 - MyFaces Tobago 2.0.9
             Released</h3>