gnomeweb-wml r6748 - trunk/projects.gnome.org/tracker
- From: mmattioni svn gnome org
- To: svn-commits-list gnome org
- Subject: gnomeweb-wml r6748 - trunk/projects.gnome.org/tracker
- Date: Wed, 8 Apr 2009 11:21:46 +0000 (UTC)
Author: mmattioni
Date: Wed Apr 8 11:21:46 2009
New Revision: 6748
URL: http://svn.gnome.org/viewvc/gnomeweb-wml?rev=6748&view=rev
Log:
Update the development page with the new info about git
Modified:
trunk/projects.gnome.org/tracker/development.html
Modified: trunk/projects.gnome.org/tracker/development.html
==============================================================================
--- trunk/projects.gnome.org/tracker/development.html (original)
+++ trunk/projects.gnome.org/tracker/development.html Wed Apr 8 11:21:46 2009
@@ -32,15 +32,23 @@
<div id="content">
<h3>Development</h3>
-<p>Retrieve current development code with the following command:</p>
-<div class="terminal">svn checkout http://svn.gnome.org/svn/tracker/trunk</div>
-<p>cd into the root directory of the resulting sources and run:</p>
-<div class="terminal">./autogen.sh --prefix=/usr --sysconfdir=/etc</div>
+<p>You can retrieve current development code with the following command:</p>
+<div class="terminal">git clone git://git.gnome.org/tracker </div>
-<p>(See the README file for additional info)</p>
+<p>We have switched to <a href="http://git-scm.com/">git</a>.</p>
+<p><i>If you are new to git maybe there is a quick and dirty <a href="http://mail.gnome.org/archives/tracker-list/2009-April/msg00037.html">mail</a> that you want to read.</i></p>
-<p>ViewCVS web interface for svn: <a href="http://svn.gnome.org/viewcvs/tracker/">http://svn.gnome.org/viewcvs/tracker/</a></p>
+<p>cd into the root directory of the resulting sources and compile it:</p>
+<div class="terminal">cd tracker</div>
+<div class="terminal">./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var</div>
+<div class="terminal">make</div>
+<div class="terminal">sudo make install</div>
+
+<p>Check the README for more information and other options.</p>
+
+
+<p>For the GitWeb interface <a href="http://git.gnome.org/cgit/tracker/">http://git.gnome.org/cgit/tracker/</a></p>
<p>Some ideas about the new Features that want to be added to Tracker can be found on the <a href="http://live.gnome.org/Tracker">wiki</a>.</p>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]