You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by jo...@apache.org on 2014/01/14 20:56:54 UTC

svn commit: r1558178 - /struts/site/trunk/content/xdoc/dev/builds.xml

Author: jogep
Date: Tue Jan 14 19:56:53 2014
New Revision: 1558178

URL: http://svn.apache.org/r1558178
Log:
Change Source Code checkout  information's from SVN to GIT.

Modified:
    struts/site/trunk/content/xdoc/dev/builds.xml

Modified: struts/site/trunk/content/xdoc/dev/builds.xml
URL: http://svn.apache.org/viewvc/struts/site/trunk/content/xdoc/dev/builds.xml?rev=1558178&r1=1558177&r2=1558178&view=diff
==============================================================================
--- struts/site/trunk/content/xdoc/dev/builds.xml (original)
+++ struts/site/trunk/content/xdoc/dev/builds.xml Tue Jan 14 19:56:53 2014
@@ -48,11 +48,11 @@ limitations under the License.
             <p>
                 Read-only access to the Apache Struts source repository is available
                 through both
-                <a href="http://svn.apache.org/viewcvs.cgi/struts/?root=Apache-SVN">
+                <a href="https://git-wip-us.apache.org/repos/asf/struts/repo?p=struts.git;a=summary">
                     web browser</a>
                 and
-                <a href="http://subversion.tigris.org/">
-                    Subversion client</a>
+                <a href="http://git-scm.com/">
+                    Git client</a>
                 interfaces.
             </p>
 
@@ -71,73 +71,32 @@ limitations under the License.
 
             <p>
                 With the
-                <a href="http://subversion.tigris.org/">Subversion
-                    client</a>
+                <a href="http://git-scm.com/">
+                    Git client</a>
                 installed, obtaining a working copy of the Struts codebase
                 is as simple as
             </p>
 
-            <code>&gt; svn checkout
-                http://svn.apache.org/repos/asf/struts/current</code>
-
-            <p>
-                While Externals work well in practice, there are caveats.
-                For example,
-                since all the subdirectories are still really different
-                slices
-                from the repository,
-                relative paths might not work the way you expect.
-                For more, see the
-                <a href="http://svnbook.red-bean.com/en/1.1/ch07s04.html">
-                    Externals Definitions</a>
-                section of the
-                <a href="http://svnbook.red-bean.com/">Subversion Book</a>.
-            </p>
-
-            <p>
-                To check out individual sub-projects from the Subversion
-                repository,
-                you can specify one of the following URLs:
-            </p>
-
-            <ul>
-                <li>http://svn.apache.org/repos/asf/struts/struts1/trunk</li>
-                <li>http://svn.apache.org/repos/asf/struts/struts2/trunk</li>
-                <li>http://svn.apache.org/repos/asf/struts/sandbox/trunk</li>
-                <li>http://svn.apache.org/repos/asf/struts/site</li>
-            </ul>
+            <code>
+                &gt; git clone http://git.apache.org/repos/asf/struts.git
+            </code>
 
             <p>
                 (Committers with write access should use the
                 <strong>https</strong>
                 protocol instead.
-                See the ASF
-                <a href="http://www.apache.org/dev/version-control.html#https-svn">
-                    Source Code Repositories</a>
-                page for details.)
             </p>
 
-            <p>
-                <strong>Warning:</strong>
-                If you try to check out everything under 'struts',
-                be aware that you will get not just the most recent code
-                ('trunk'),
-                but a copy of every tag and branch ever created
-                for Struts.
-                A complete checkout of Struts from day one, including all
-                the branches,
-                will take some time and might max out your disk volume!
-            </p>
+            <code>
+                &gt; git clone https://git-wip-us.apache.org/repos/asf/struts.git
+            </code>
 
             <p>
                 For more about using version control systems at Apache,
                 see the ASF's
-                <a href="http://www.apache.org/dev/version-control.html#anon-svn">
+                <a href="http://www.apache.org/dev/#version-control">
                     Source Code Repositories</a>
                 page.
-                For more about how Apache Struts uses Subversion, see our
-                <a href="http://wiki.apache.org/struts/StrutsMaintenanceSvn">
-                    Subversion wiki page</a>.
             </p>
 
         <a name="Building"/>
@@ -147,7 +106,7 @@ limitations under the License.
                 If you are building Apache Struts from source,
                 we recommend that you install and use
                 <a href="http://maven.apache.org">
-                    Apache Maven 2.</a>
+                    Apache Maven 3.</a>
                 During the build process, Maven will automatically acquire
                 whatever external JARs your system may need.
                 (Of course,
@@ -160,13 +119,13 @@ limitations under the License.
                 simple as
             </p>
 
-            <code>/current/struts1/&gt; mvn install</code>
+            <code>&gt; mvn install</code>
 
             <p>
             or
             </p>
 
-            <code>/current/struts2/&gt; mvn install</code>
+            <code>&gt; mvn -DskipAssembly=true install</code>
 
             <p>
                 Maven will automatically download any dependencies as