[gnomeweb-wml] CVS -> Git



commit 84c5846ae9510ea81a6cda615e60460f3bcfc5b8
Author: Kjartan Maraas <kmaraas gnome org>
Date:   Wed Oct 28 19:56:52 2009 +0100

    CVS -> Git

 projects.gnome.org/ORBit2/download.html |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)
---
diff --git a/projects.gnome.org/ORBit2/download.html b/projects.gnome.org/ORBit2/download.html
index 5c2c277..f8ddbab 100644
--- a/projects.gnome.org/ORBit2/download.html
+++ b/projects.gnome.org/ORBit2/download.html
@@ -26,7 +26,7 @@
         <a href="documentation.html">Documents</a><br />
         <a href="download.html">Download</a><br />
         <a href="http://bugzilla.gnome.org/";>Bugzilla</a><br />
-        <a href="http://cvs.gnome.org/lxr/source/ORBit2";>CVS tree</a><br />
+        <a href="http://git.gnome.org/cgit/tree/ORBit2";>Git tree</a><br />
         <br />
         <a href="http://orbitcpp.sourceforge.net/";>C++ bindings</a><br />
         <a href="http://freshmeat.net/projects/pyorbit/?topic_id=51%2C1009%2C912";>Python bindings</a><br />
@@ -51,13 +51,10 @@
 
         <h2>Joining Development</h2>
 
-        <p>The shared code resides in GNOME SVN repository <a href="http://live.gnome.org/SVN";>(SVN howto)</a>. To check out the latest version:<br />
+        <p>The shared code resides in GNOME Git repository <a href="http://live.gnome.org/Git";>(Git howto)</a>. To check out the latest version:<br />
         <br />
-        <tt>CVSROOT=':pserver:anonymous anoncvs gnome org:/cvs/gnome'<br />
-        <br />
-        cvs -d ${CVSROOT} login<br />
-        (hit return as the password)<br />
-        cvs -z3 -d ${CVSROOT} co ORBit2<br /></tt></p>
+        <tt>
+        git clone http://git.gnome.org/git/ORBit2<br /></tt></p>
 
         <p>If installing to <tt>/opt</tt> set environment variables as follows:<br />
         <tt>export PKG_CONFIG_PATH=/opt/lib/pkgconfig</tt><br />
@@ -72,7 +69,7 @@
   </table>
 
   <div align="center">
-    <p><font color="#777777" size="-1">Copyright © 2002 GNOME Foundation.</font></p>
+    <p><font color="#777777" size="-1">Copyright © 2002-2009 GNOME Foundation.</font></p>
   </div>
 </body>
 </html>



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