[gnomeweb-wml] Convert all Subversion references to Git.



commit 461c008b208c436e755ab52bdf81e4fe659f25a1
Author: Matthew Barnes <mbarnes redhat com>
Date:   Mon Sep 21 07:32:31 2009 -0400

    Convert all Subversion references to Git.

 projects.gnome.org/evolution/Makefile.am     |    3 +-
 projects.gnome.org/evolution/arch.shtml      |    4 +-
 projects.gnome.org/evolution/bugs.shtml      |    2 +-
 projects.gnome.org/evolution/build.shtml     |    2 +-
 projects.gnome.org/evolution/cvs.shtml       |  182 ---------------
 projects.gnome.org/evolution/developer.shtml |    2 +-
 projects.gnome.org/evolution/download.shtml  |    2 +-
 projects.gnome.org/evolution/git.shtml       |  314 +++++++++++++++++++++++++
 projects.gnome.org/evolution/previous.shtml  |    2 -
 projects.gnome.org/evolution/svn.shtml       |  320 --------------------------
 10 files changed, 321 insertions(+), 512 deletions(-)
---
diff --git a/projects.gnome.org/evolution/Makefile.am b/projects.gnome.org/evolution/Makefile.am
index 8553b5e..a7cbd76 100644
--- a/projects.gnome.org/evolution/Makefile.am
+++ b/projects.gnome.org/evolution/Makefile.am
@@ -18,7 +18,6 @@ page_DATA =			\
 	build.shtml \
 	copyright.shtml \
 	credits.shtml \
-	cvs.shtml \
 	devdoc.shtml \
 	developer.shtml \
 	documentation.shtml \
@@ -26,6 +25,7 @@ page_DATA =			\
 	eplugins.shtml \
 	faq.shtml \
 	features.shtml \
+	git.shtml \
 	information.shtml \
 	keys.shtml \
 	meetings.shtml \
@@ -35,7 +35,6 @@ page_DATA =			\
 	screenshots.shtml \
 	screenshots14.shtml \
 	screenshots15.shtml \
-	svn.shtml \
 	jhbuildrc
 
 include $(top_srcdir)/rules.common
diff --git a/projects.gnome.org/evolution/arch.shtml b/projects.gnome.org/evolution/arch.shtml
index 7c59970..a681e51 100644
--- a/projects.gnome.org/evolution/arch.shtml
+++ b/projects.gnome.org/evolution/arch.shtml
@@ -8,7 +8,7 @@
 
 <h2>Evolution Data Server</h2>
 
-<p>The Evolution Data Server resides in the evolution-data-server <a href="svn.shtml">SVN</a> module or the evolution-data-server package and is logically separated into client libraries and the backend implementations.</p>
+<p>The Evolution Data Server resides in the evolution-data-server <a href="git.shtml">Git</a> module or the evolution-data-server package and is logically separated into client libraries and the backend implementations.</p>
 
 <p>There are currently client libraries for addressbooks and calendars (calendars in this case referring to events and tasks), although this does not preclude the addition of other major types of data stores. The client libraries use CORBA (via bonobo) to communicate with the backends, but the communications layer is hidden from the user.</p>
 
@@ -25,7 +25,7 @@
 
 <p>True indeed, however <strong>Camel</strong> doesn't really stand for anything like that. It's just a short catchy name.</p>
 
-<p>Camel resides in the <em><a href="http://svn.gnome.org/viewcvs/evolution/trunk/camel";>camel</a></em> directory of the <em>evolution-data-server</em> SVN module. It is a very complete mail user agent library for internet mail access, sending and processing, loosely based on JavaMail. It totals nearly 100KLOC of "Pure C".</p>
+<p>Camel resides in the <em><a href="http://git.gnome.org/cgit/evolution-data-server/tree/camel";>camel</a></em> directory of the <em>evolution-data-server</em> Git module. It is a very complete mail user agent library for internet mail access, sending and processing, loosely based on JavaMail. It totals nearly 100KLOC of "Pure C".</p>
 
 <p>Conceptually Camel contains two main parts, a library of email and MIME related utilities, and an API and set of implementations for mail storage and retrieval. Although these are integrated into the one library, with implementations provided using a simple plugin system.</p>
 
diff --git a/projects.gnome.org/evolution/bugs.shtml b/projects.gnome.org/evolution/bugs.shtml
index 4da0183..bb91977 100644
--- a/projects.gnome.org/evolution/bugs.shtml
+++ b/projects.gnome.org/evolution/bugs.shtml
@@ -8,7 +8,7 @@
 
 <p>Bug-buddy (included with GNOME) is the simplest way to report a bug in Evolution. However, if you prefer writing detailed bug reports in Bugzilla yourself, this guide is for you.</p>
 
-<p>It's suggested that you first take a look at the Subversion Trunk version of Evolution, to see if the bug still exists in the latest codebase. If the bug still exists in the latest version of Evolution, the following software will help illuminate what is occuring (and will also give you more information to help make your bug reports to be more useful to the Evolution developers):</p>
+<p>It's suggested that you first take a look at the Git "master" branch of Evolution, to see if the bug still exists in the latest codebase. If the bug still exists in the latest version of Evolution, the following software will help illuminate what is occuring (and will also give you more information to help make your bug reports to be more useful to the Evolution developers):</p>
 
 <ul>
   <li>gnome-terminal</li>
diff --git a/projects.gnome.org/evolution/build.shtml b/projects.gnome.org/evolution/build.shtml
index 1835b59..0890c5e 100644
--- a/projects.gnome.org/evolution/build.shtml
+++ b/projects.gnome.org/evolution/build.shtml
@@ -7,7 +7,7 @@
 <h3>Building against packaged GNOME</h3>
 
 <p>Build the relevant modules listed on the <a href=
-"http://www.gnome.org/projects/evolution/svn.shtml";>SVN</a> page
+"http://www.gnome.org/projects/evolution/git.shtml";>Git</a> page
 and them. If you use a prefix different from where the rest of
 GNOME is installed (recommended), you will need to update the
 bonobo-activation configuration file, which will be:<br>
diff --git a/projects.gnome.org/evolution/developer.shtml b/projects.gnome.org/evolution/developer.shtml
index 4702cc6..978e22e 100644
--- a/projects.gnome.org/evolution/developer.shtml
+++ b/projects.gnome.org/evolution/developer.shtml
@@ -8,7 +8,7 @@
 
 <img src="images/48/tip.png" class="img-inline" style="margin-right:30px;margin-bottom:8em;">
 <p>
-  There is information on <a href="svn.shtml">SVN</a>, a short
+  There is information on <a href="git.shtml">Git</a>, a short
   <a href="arch.shtml">Architecture Overview</a> and a
   <a href="http://www.go-evolution.org/Evo2.26";>Planning Page</a>.  There is
   also <a href="patch.shtml">Patch Submission Information</a>.  In addition,
diff --git a/projects.gnome.org/evolution/download.shtml b/projects.gnome.org/evolution/download.shtml
index 54d35e7..66f9a2e 100644
--- a/projects.gnome.org/evolution/download.shtml
+++ b/projects.gnome.org/evolution/download.shtml
@@ -71,7 +71,7 @@
 
 </div>
 
-<h2 id="download-cvs">Grab the Source from Subversion</h2>
+<h2 id="download-svn">Grab the Source from Subversion</h2>
 
 <p>
   Paul Smith wrote a very useful
diff --git a/projects.gnome.org/evolution/git.shtml b/projects.gnome.org/evolution/git.shtml
new file mode 100644
index 0000000..58b8033
--- /dev/null
+++ b/projects.gnome.org/evolution/git.shtml
@@ -0,0 +1,314 @@
+<!--#set var="title" value="Evolution" -->
+<!--#set var="section" value="developer" -->
+<!--#include virtual="head.shtml" -->
+
+<h2>SVN Access</h2>
+
+<p>The modules and branches required for building Evolution, from newest version to oldest are listed below. In you need general help read <a href="http://live.gnome.org/Git/Developers";>Getting the most out of Git in GNOME</a>.</p>
+
+<p>All of the following modules are available from <a href="http://git.gnome.org/";>GNOME's Git source code repository</a>.</p>
+
+<div class="split-half">
+<h3>Development (2.29.x)</h3>
+
+<table class="download">
+  <tr>
+    <th>Module</th>
+    <th>Branch</th>
+    <th></th>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/evolution/tree/";>evolution</a></td>
+    <td>master</td><td></td>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/evolution-data-server/tree/";>evolution-data-server</a></td>
+    <td>master</td><td></td>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/gtkhtml/tree/";>gtkhtml</a></td>
+    <td>master</td><td></td>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/evolution-mapi/tree/";>evolution-mapi</a></td>
+    <td>master</td><td>(optional)</td>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/evolution-exchange/tree/";>evolution-exchange</a></td>
+    <td>master</td><td>(optional)</td>
+  </tr>
+</table>
+
+<h3>Stable (2.28.x)</h3>
+
+<table class="download">
+  <tr>
+    <th>Module</th>
+    <th>Branch</th>
+    <th></th>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/evolution/tree/?h=gnome-2-28";>evolution</a></td>
+    <td>gnome-2-28</td><td></td>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/evolution-data-server/tree/?h=gnome-2-28";>evolution-data-server</a></td>
+    <td>gnome-2-28</td><td></td>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/gtkhtml/tree/?h=gnome-2-28";>gtkhtml</a></td>
+    <td>gnome-2-28</td><td></td>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/evolution-mapi/tree/?h=gnome-2-28/";>evolution-mapi</a></td>
+    <td>gnome-2-28</td><td>(optional)</td>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/evolution-exchange/tree/?h=gnome-2-28/";>evolution-exchange</a></td>
+    <td>gnome-2-28</td><td>(optional)</td>
+  </tr>
+</table>
+
+<h3>Stable (2.26.x)</h3>
+
+<table class="download">
+  <tr>
+    <th>Module</th>
+    <th>Branch</th>
+    <th></th>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/evolution/tree/?h=gnome-2-26";>evolution</a></td>
+    <td>gnome-2-26</td><td></td>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/evolution-data-server/tree/?h=gnome-2-26";>evolution-data-server</a></td>
+    <td>gnome-2-26</td><td></td>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/gtkhtml/tree/?h=gnome-2-26";>gtkhtml</a></td>
+    <td>gnome-2-26</td><td></td>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/evolution-mapi/tree/?h=gnome-2-26/";>evolution-mapi</a></td>
+    <td>gnome-2-26</td><td>(optional)</td>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/evolution-exchange/tree/?h=gnome-2-26/";>evolution-exchange</a></td>
+    <td>gnome-2-26</td><td>(optional)</td>
+  </tr>
+</table>
+
+<h3>Legacy (2.24.x)</h3>
+
+<table class="download">
+  <tr>
+    <th>Module</th>
+    <th>Branch</th>
+    <th></th>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/evolution/tree/?h=gnome-2-24";>evolution</a></td>
+    <td>gnome-2-24</td><td></td>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/evolution-data-server/tree/?h=gnome-2-24";>evolution-data-server</a></td>
+    <td>gnome-2-24</td><td></td>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/gtkhtml/tree/?h=gnome-2-24";>gtkhtml</a></td>
+    <td>gnome-2-24</td><td></td>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/evolution-exchange/tree/?h=gnome-2-24/";>evolution-exchange</a></td>
+    <td>gnome-2-24</td><td>(optional)</td>
+  </tr>
+</table>
+
+<h3>Legacy (2.22.x)</h3>
+
+<table class="download">
+  <tr>
+    <th>Module</th>
+    <th>Branch</th>
+    <th></th>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/evolution/tree/?h=gnome-2-22";>evolution</a></td>
+    <td>gnome-2-22</td><td></td>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/evolution-data-server/tree/?h=gnome-2-22";>evolution-data-server</a></td>
+    <td>gnome-2-22</td><td></td>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/gtkhtml/tree/?h=gnome-2-22";>gtkhtml</a></td>
+    <td>gnome-2-22</td><td></td>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/evolution-exchange/tree/?h=gnome-2-22/";>evolution-exchange</a></td>
+    <td>gnome-2-22</td><td>(optional)</td>
+  </tr>
+</table>
+
+<h3>Legacy (2.12.x)</h3>
+
+<table class="download">
+  <tr>
+    <th>Module</th>
+    <th>Branch</th>
+    <th></th>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/evolution/tree/?h=gnome-2-20";>evolution</a></td>
+    <td>gnome-2-20</td><td></td>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/evolution-data-server/tree/?h=gnome-2-20";>evolution-data-server</a></td>
+    <td>gnome-2-20</td><td></td>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/gtkhtml/tree/?h=gnome-2-20";>gtkhtml</a></td>
+    <td>gnome-2-20</td><td></td>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/evolution-exchange/tree/?h=gnome-2-20/";>evolution-exchange</a></td>
+    <td>gnome-2-20</td><td>(optional)</td>
+  </tr>
+</table>
+
+<h3>Legacy (2.10.x)</h3>
+
+<table class="download">
+  <tr>
+    <th>Module</th>
+    <th>Branch</th>
+    <th></th>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/evolution/tree/?h=gnome-2-18";>evolution</a></td>
+
+    <td>gnome-2-18</td>
+    <td></td>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/evolution-data-server/tree/?h=gnome-2-18";>evolution-data-server</a></td>
+    <td>gnome-2-18</td><td></td>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/gtkhtml/tree/?h=gnome-2-18";>gtkhtml</a></td>
+    <td>gnome-2-18</td><td></td>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/evolution-exchange/tree/?h=gnome-2-18/";>evolution-exchange</a></td>
+    <td>gnome-2-18</td><td>(optional)</td>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/evolution-webcal/tree/?h=gnome-2-18/";>evolution-webcal</a></td>
+    <td>gnome-2-18</td><td>(optional)</td>
+  </tr>
+</table>
+
+<h3>Legacy (2.8.x)</h3>
+
+<table class="download">
+  <tr>
+    <th>Module</th>
+    <th>Branch</th>
+    <th></th>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/evolution/tree/?h=gnome-2-16";>evolution</a></td>
+    <td>gnome-2-16</td><td></td>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/evolution-data-server/tree/?h=gnome-2-16";>evolution-data-server</a></td>
+    <td>gnome-2-16</td><td></td>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/gtkhtml/tree/?h=gnome-2-16";>gtkhtml</a></td>
+    <td>gnome-2-16</td><td></td>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/evolution-exchange/tree/?h=gnome-2-16/";>evolution-exchange</a></td>
+    <td>gnome-2-16</td><td>(optional)</td>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/evolution-webcal/tree/?h=gnome-2-16/";>evolution-webcal</a></td>
+    <td>gnome-2-16</td><td>(optional)</td>
+  </tr>
+</table>
+
+<h3>Legacy (2.6.x)</h3>
+
+<table class="download">
+  <tr>
+    <th>Module</th>
+    <th>Branch</th>
+    <th></th>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/evolution/tree/?h=gnome-2-14";>evolution</a></td>
+    <td>gnome-2-14</td><td></td>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/evolution-data-server/tree/?h=gnome-2-14";>evolution-data-server</a></td>
+    <td>gnome-2-14</td><td></td>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/gtkhtml/tree/?h=gnome-2-14";>gtkhtml</a></td>
+    <td>gnome-2-14</td><td></td>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/evolution-exchange/tree/?h=gnome-2-14";>evolution-exchange</a></td>
+    <td>gnome-2-14</td><td>(optional)</td>
+  </tr>
+
+  <tr>
+    <td><a href="http://git.gnome.org/cgit/evolution-webcal/tree/?h=gnome-2-14";>evolution-webcal</a></td>
+    <td>gnome-2-14</td><td>(optional)</td>
+  </tr>
+</table>
+
+<!--#include virtual="foot.shtml"-->
diff --git a/projects.gnome.org/evolution/previous.shtml b/projects.gnome.org/evolution/previous.shtml
index aa984e5..0930268 100644
--- a/projects.gnome.org/evolution/previous.shtml
+++ b/projects.gnome.org/evolution/previous.shtml
@@ -31,8 +31,6 @@
       <td>2.26.3</td>
     </tr>
   </table>
-
-<div class="split-half">
   <table class="styled">
     <tr>
       <th>Package</th>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]