[gnomemm-website] Updated for the git conversion.



commit 0be394b119f9a946bc1fe65070f108744dff84fa
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Apr 27 10:44:22 2009 +0200

    Updated for the git conversion.
    
    * git.shtml: Renamed from svn.shtml and made appropriate changes.
    * bugs.shtml: Changed patch instructions for git. Kept it simple.
    * documentation.shtml: Changed URLs for git.
---
 ChangeLog              |    8 ++++++++
 bugs.shtml             |    9 +++++----
 developers.shtml       |    2 +-
 documentation.shtml    |   18 +++---------------
 svn.shtml => git.shtml |   41 ++++++++++++++++++++---------------------
 5 files changed, 37 insertions(+), 41 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ac81f98..68e605d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-04-27  Murray Cumming  <murrayc murrayc com>
+
+	Updated for the git conversion.
+	
+	* git.shtml: Renamed from svn.shtml and made appropriate changes.
+	* bugs.shtml: Changed patch instructions for git. Kept it simple.
+	* documentation.shtml: Changed URLs for git.
+
 2009-02-22  Murray Cumming  <murrayc murrayc com>
 
 	* commercial_support.shtml: Add Amazon, because their MP3 Downloader 
diff --git a/bugs.shtml b/bugs.shtml
index 9c9f876..15384ad 100644
--- a/bugs.shtml
+++ b/bugs.shtml
@@ -23,7 +23,7 @@ bugs</a> - a good way to get involved.</li>
 
 </ul>
 
-<p>As soon as a gtkmm or gnomemm patch has been clearly approved by a maintainer, anybody with svn write access may apply it.</p>
+<p>As soon as a gtkmm or gnomemm patch has been clearly approved by a maintainer, anybody with git write access may apply it.</p>
 
 <h3><a name="NewBugs"/>Where to report?</a></h3>
 <ul>
@@ -55,14 +55,15 @@ us to isolate the problem, and proves that the problem is not caused
 by your own code.</p>
 
 <h3><a name="CreatingPatches"/>How do I create a patch?</a></h3>
+<p>There are many ways to use Git, but this is the simplest way to create a patch if you are unfamiliar with Git:</p>
 <ul>
-<li>Take code from <a href="svn.shtml">svn</a></li>
+<li>Take code from <a href="git.shtml">git</a></li>
 <li>Modify that version</li>
 <li>Check it compiles</li>
 <li>Edit the ChangeLog</i>
-<li>Use svn to create a patch
+<li>Use git to create a patch
 <pre>
-  svn diff &gt; my_fix.patch
+  git diff -u &gt; my_fix.patch
 </pre></li>
 <li>Add the patch to bugzilla (see above).</li>
 </ul>
diff --git a/developers.shtml b/developers.shtml
index 8934e2b..6fb0fa4 100644
--- a/developers.shtml
+++ b/developers.shtml
@@ -5,7 +5,7 @@
 <p>
 gtkmm development is done in the <a href="http://gnome.org/";>GNOME</a> Subversion
 repository.  To get started developing gtkmm, see the <a
-    href="svn.shtml">detailed SVN instructions</a>.  Discussion about gtkmm
+    href="git.shtml">detailed Git instructions</a>.  Discussion about gtkmm
 development happens on the <a href="mailinglist.shtml">mailing list</a>.
 
 <p class="highlight">
diff --git a/documentation.shtml b/documentation.shtml
index 021e39d..844fdfb 100644
--- a/documentation.shtml
+++ b/documentation.shtml
@@ -154,9 +154,9 @@
 
             <td>
                 <ul>
-                    <li><a href="http://svn.gnome.org/viewcvs/gtkmm/trunk/README.SUN?view=markup";>Solaris, with Sun's Forte C++.</a></li>
-                    <li><a href="http://svn.gnome.org/viewcvs/gtkmm/trunk/README.win32?view=markup";>Windows, with mingw and cygwin</a></li>
-                    <li><a href="http://svn.gnome.org/viewcvs/gtkmm/trunk/MSVC_Net2003/README?view=markup";>Windows, with MSVC++</a></li>
+                    <li><a href="http://git.gnome.org/cgit/gtkmm/tree/README.SUN?view=markup";>Solaris, with Sun's Forte C++.</a></li>
+                    <li><a href="http://git.gnome.org/cgit/gtkmm/tree/README.win32?view=markup";>Windows, with mingw and cygwin</a></li>
+                    <li><a href="http://git.gnome.org/cgit/gtkmm/tree/MSVC_Net2003/README?view=markup";>Windows, with MSVC++</a></li>
                 </ul>
             </td>
 
@@ -165,18 +165,6 @@
     </tbody>
 </table>
 
-<h3>Porting your Application</h3>
-</p>If your application is written using an older version of the gtkmm or
-gnomemm libraries, you may find the following documents helpful:</p>
-<ul>
-    <li><a
-        href="http://svn.gnome.org/viewcvs/gtkmm-root/base/trunk/PORTING?view=markup";>Porting
-        from gtkmm 1.2.x to gtkmm 2.0.x</a></li>
-    <li><a
-        href="http://svn.gnome.org/viewcvs/gnomemm/trunk/PORTING?view=markup";>Porting
-        from gnomemm 1.2.x to gnomemm 2.0.x</a></li>
-</ul>
-
 <h3>Examples</h3>
 <p>Sometimes you need to look at examples to figure out how something is
 supposed to work.  There are quite a few examples that ship with the gtkmm
diff --git a/svn.shtml b/git.shtml
similarity index 72%
rename from svn.shtml
rename to git.shtml
index 45b5214..9362a82 100644
--- a/svn.shtml
+++ b/git.shtml
@@ -2,17 +2,16 @@
 <!--#include virtual="fragments/html_declaration.html_fragment" -->
 <!-- SSI fragments/html_declaration.html_fragment end -->
 
-<h2>SVN</h2>
+<h2>Git</h2>
 <p>
-    We use <a href="http://subversion.tigris.org/";>Subversion (SVN)</a> to maintain our source
-    code, in the <a href="http://www.gnome.org";>GNOME</a> Subversion repository.
-    Additional information about svn.gnome.org is available at <a
-        href="http://developer.gnome.org/tools/svn.html";>developer.gnome.org</a>. 
+    We use <a href="http://git-scm.com/";>Git</a> to maintain our source
+    code, in the <a href="http://www.gnome.org";>GNOME</a> Git repository.
+    Additional information about git.gnome.org is available at <a href="http://live.gnome.org/Git";>live.gnome.org/Git</a>. 
 </p>
 
 <p>
-    glibmm 2.4 and gtkmm 2.4 are in the <a href="http://svn.gnome.org/viewvc/glibmm/trunk/";>glibmm</a> and <a href="http://svn.gnome.org/viewvc/gtkmm/trunk/";>gtkmm</a> modules. 
-    There is also a <a href="http://svn.gnome.org/viewvc/gtkmm-documentation/trunk/";>gtkmm-documentation</a> module which contains the gtkmm book and its examples. See below for instructions.
+    glibmm and gtkmm are in the <a href="http://git.gnome.org/cgit/glibmm/tree/";>glibmm</a> and <a href="http://git.gnome.org/cgit/gtkmm/tree/";>gtkmm</a> modules. 
+    There is also a <a href="http://git.gnome.org/cgit/gtkmm-documentation/tree/";>gtkmm-documentation</a> module which contains the gtkmm book and its examples. See below for instructions.
 </p>
 
 <p>
@@ -29,7 +28,7 @@
 
     <p>
         For instance, to check out the latest version of gtkmm:
-        <pre>svn co http://svn.gnome.org/svn/gtkmm/trunk gtkmm</pre>
+        <pre>git clone git://git.gnome.org/gtkmm</pre>
     </p>
 </div>
 
@@ -46,7 +45,7 @@
         <tr>
             <th>Component</th>
             <th>Version</th>
-            <th>SVN Module</th>
+            <th>Git Module</th>
             <th>Branch name</th>
         </tr>
 	<tr>
@@ -81,44 +80,44 @@
         <tr>
             <th>Component</th>
             <th>API Version</th>
-            <th>SVN Module</th>
+            <th>Git Module</th>
             <th>Branch name</th>
         </tr>
        
         <tr>
             <td>libglademm</td>
             <td></td>
-            <td>gnomemm/libglademm</td>
+            <td>libglademm</td>
             <td>trunk</td>
         </tr>
         <tr>
             <td>gconfmm</td>
             <td></td>
-            <td>gnomemm/gconfmm</td>
+            <td>gconfmm</td>
             <td>trunk</td>
         </tr>
         <tr>
             <td>libgnomecanvasmm</td>
             <td></td>
-            <td>gnomemm/libgnomecanvasmm</td>
+            <td>libgnomecanvasmm</td>
             <td>trunk</td>
         </tr>
         <tr>
             <td>libgnomemm</td>
             <td></td>
-            <td>gnomemm/libgnomemm</td>
+            <td>libgnomemm</td>
             <td>trunk</td>
         </tr>
         <tr>
             <td>libgnomeuimm</td>
             <td></td>
-            <td>gnomemm/libgnomeuimm</td>
+            <td>libgnomeuimm</td>
             <td>gnome-2-6</td>
         </tr>
         <tr>
             <td>libgnome-vfsmm</td>
             <td></td>
-            <td>gnomemm/gnome-vfsmm</td>
+            <td>gnome-vfsmm</td>
             <td>trunk</td>
         </tr>
     </table>
@@ -134,31 +133,31 @@
         <tr>
             <th>Component</th>
             <th>Version</th>
-            <th>SVN Module</th>
+            <th>Git Module</th>
             <th>Branch name</th>
         </tr>
         <tr>
             <td>libgdamm</td>
             <td></td>
-            <td>gnomemm/libgdamm</td>
+            <td>libgdamm</td>
             <td>trunk</td>
         </tr>
         <tr>
             <td>libgnomedbmm</td>
             <td></td>
-            <td>gnomemm/libgnomedbmm</td>
+            <td>libgnomedbmm</td>
             <td>trunk</td>
         </tr>
         <tr>
             <td>goocanvasmm</td>
             <td></td>
-            <td>gnomemm/goocanvasmm</td>
+            <td>goocanvasmm</td>
             <td>trunk</td>
         </tr>
         <tr>
             <td>libpanelappletmm</td>
             <td></td>
-            <td>gnomemm/libpanelappletmm</td>
+            <td>libpanelappletmm</td>
             <td>trunk</td>
         </tr>
     </table>



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