You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2007/03/06 06:01:54 UTC

svn commit: r514979 - in /forrest/trunk/site-author/content/xdocs: site.xml subversion_bestpractices.xml svn.xml

Author: crossley
Date: Mon Mar  5 21:01:53 2007
New Revision: 514979

URL: http://svn.apache.org/viewvc?view=rev&rev=514979
Log:
Add new document to explain our Subversion infrastructure.
Issue: FOR-961

Added:
    forrest/trunk/site-author/content/xdocs/svn.xml   (with props)
Modified:
    forrest/trunk/site-author/content/xdocs/site.xml
    forrest/trunk/site-author/content/xdocs/subversion_bestpractices.xml

Modified: forrest/trunk/site-author/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/site.xml?view=diff&rev=514979&r1=514978&r2=514979
==============================================================================
--- forrest/trunk/site-author/content/xdocs/site.xml (original)
+++ forrest/trunk/site-author/content/xdocs/site.xml Mon Mar  5 21:01:53 2007
@@ -76,10 +76,10 @@
     </mail-lists>
     <jira label="Issue management" href="issues.html"
       description="Issue tracker manages known issues and desired enhancements"/>
-    <SVN label="Browse SVN" href="http://svn.apache.org/viewvc/forrest/trunk/"
-      description="Browse Forrest version control repository"/>
-    <zone label="Zone testbed" href="http://forrest.zones.apache.org/"
-      description="Demonstrations at forrest.zones.apache.org" />
+    <version-control label="Version control" href="svn.html"
+      description="Access to the Subversion (SVN) version control system"/>
+    <zone label="Demonstrations" href="http://forrest.zones.apache.org/"
+      description="Demonstrations and testbed at forrest.zones.apache.org" />
     <gump-forrest label="Gump integration" href="gump.html"/>
     <plan label="Planning notes" href="plan/">
       <overview label="Overview" href="index.html"/>

Modified: forrest/trunk/site-author/content/xdocs/subversion_bestpractices.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/subversion_bestpractices.xml?view=diff&rev=514979&r1=514978&r2=514979
==============================================================================
--- forrest/trunk/site-author/content/xdocs/subversion_bestpractices.xml (original)
+++ forrest/trunk/site-author/content/xdocs/subversion_bestpractices.xml Mon Mar  5 21:01:53 2007
@@ -34,7 +34,7 @@
             document tries to name just a few:   
         </p>  
       <ul>
-        <li>Be familiar with the <a href="site:build">instructions</a> for using Forrest SVN.
+        <li>Be familiar with the <a href="site:version-control">instructions</a> for using Forrest SVN.
         </li>
         <li>See ASF-wide notes for <a href="http://www.apache.org/dev/#svn">developers</a>.
         </li>

Added: forrest/trunk/site-author/content/xdocs/svn.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/svn.xml?view=auto&rev=514979
==============================================================================
--- forrest/trunk/site-author/content/xdocs/svn.xml (added)
+++ forrest/trunk/site-author/content/xdocs/svn.xml Mon Mar  5 21:01:53 2007
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+-->
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN"
+  "http://forrest.apache.org/dtd/document-v20.dtd">
+<document>
+  <header>
+    <title>Version control</title>
+  </header>
+  <body>
+      <p>
+        The version control system Subversion is used by all ASF projects to manage their
+        source code and other resources.
+      </p>
+
+      <p>
+        The "trunk" is where the main development happens. From time-to-time "branches"
+         are used for specific short-term development tasks and later merged to trunk.
+      </p>
+
+      <p>
+        Browse the trunk via 
+        <a href="http://svn.apache.org/repos/asf/forrest/">direct access</a> or
+        via the <a href="http://svn.apache.org/viewvc/forrest/trunk">ViewVC web interface</a>.
+        Similarly branches can be browsed (go up one level).
+      </p>
+      <p>
+        For every change, a notification email is automatically sent to the
+        <a href="site:mail-lists">svn@ mailing list</a>. Subscribe to that
+        list or search the archives to keep up-to-date with changes.
+      </p>
+      <p>
+        To work with the most recent sources rather than a released version,
+        follow the <a href="site:build">instructions</a> to checkout your working copy.
+      </p>
+      <p>
+        See other <a href="site:svnBP">best practice notes</a>.
+      </p>
+  </body>
+</document>

Propchange: forrest/trunk/site-author/content/xdocs/svn.xml
------------------------------------------------------------------------------
    svn:eol-style = native