You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2005/06/14 20:37:42 UTC

svn commit: r190636 - in /portals/jetspeed-2/trunk/xdocs: navigation.xml source-code.xml

Author: taylor
Date: Tue Jun 14 11:37:42 2005
New Revision: 190636

URL: http://svn.apache.org/viewcvs?rev=190636&view=rev
Log:
information to help users checkout and use subversion with jetspeed-2
NOTE: im going to do the same for Jetspeed-1, but Im out of time for today

Added:
    portals/jetspeed-2/trunk/xdocs/source-code.xml
Modified:
    portals/jetspeed-2/trunk/xdocs/navigation.xml

Modified: portals/jetspeed-2/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/xdocs/navigation.xml?rev=190636&r1=190635&r2=190636&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/xdocs/navigation.xml (original)
+++ portals/jetspeed-2/trunk/xdocs/navigation.xml Tue Jun 14 11:37:42 2005
@@ -65,6 +65,7 @@
       <item name="Bug Database" href="issue-tracking.html"/>
       <item name="Wiki" href="http://wiki.apache.org/portals/Jetspeed2"/>
       <item name="Quality Testing" href="quality-testing.html"/>
+      <item name="Source Code Repository" href="source-code.html"/>
     </menu>
   </body>
 </project>

Added: portals/jetspeed-2/trunk/xdocs/source-code.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/xdocs/source-code.xml?rev=190636&view=auto
==============================================================================
--- portals/jetspeed-2/trunk/xdocs/source-code.xml (added)
+++ portals/jetspeed-2/trunk/xdocs/source-code.xml Tue Jun 14 11:37:42 2005
@@ -0,0 +1,53 @@
+<?xml version="1.0"?>
+<!--
+Copyright 2004 The Apache Software Foundation
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<document>
+  <properties>
+    <title>Source Code Repository</title>
+    <subtitle>Jetspeed Source Code Repository</subtitle>
+    <authors>
+      <person name="David Sean Taylor" email="taylor@apache.org"/>
+    </authors>
+  </properties>
+  <body>
+<section name="Jetspeed Source Code Repository">
+<p>
+Jetspeed houses its source code in a Subversion (SVN) source code repository.
+You can view the repository online by navigating to our public Subversion webpage
+<a href='http://svn.apache.org/repos/asf/portals/jetspeed-2/'>View SVN</a> 
+</p>
+<subsection name='Checking out from the Subversion Head'>
+<p>To access the Subversion repositories anonymously, you will need a
+Subversion client.</p>
+<p>To check out the Jetspeed project from the head, type:</p>
+<code>
+svn co http://svn.apache.org/repos/asf/portals/jetspeed-2/trunk jetspeed-2
+</code>
+<p>For more help on using Subversion, consult the <a href="http://subversion.tigris.org/">Subversion website</a> or
+<a href="http://svnbook.red-bean.com/">Subversion book</a>.
+The web site provides a <a href="http://subversion.tigris.org/project_links.html">list of
+clients and useful links</a> (including a link to the <a href="http://subclipse.tigris.org/">Eclipse plug-in</a>).</p>
+<p>To find out more information about using Apache source code repositories, visit the 
+<a href='http://www.apache.org/dev/version-control.html'>ASF Source Code Page</a>
+</p>
+</subsection>
+</section>
+
+</body>
+</document>
+
+
+



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org