[netfilter-cvslog] r7530 - trunk/homepage/xml

kaber at trash.net kaber at trash.net
Fri May 16 16:03:14 CEST 2008


Author: kaber at trash.net
Date: 2008-05-16 16:03:14 +0200 (Fri, 16 May 2008)
New Revision: 7530

Modified:
   trunk/homepage/xml/downloads.xml
Log:
Add section on git


Modified: trunk/homepage/xml/downloads.xml
===================================================================
--- trunk/homepage/xml/downloads.xml	2008-05-16 11:31:33 UTC (rev 7529)
+++ trunk/homepage/xml/downloads.xml	2008-05-16 14:03:14 UTC (rev 7530)
@@ -111,9 +111,35 @@
 </section>
 -->
 
+<section id="git">
+<title>Git repositories</title>
+<para>
+You can access the <ulink url="http://www.kernel.org/pub/software/scm/git/">Git</ulink>
+repositories in two ways. For casual browsing, you can use the
+<ulink url="http://git.netfilter.org/cgi-bin/gitweb.cgi">gitweb web interface</ulink>.
+To grab the latest sources, install git and do the following:</para>
+<itemizedlist mark="bullet">
+<listitem>Check out the iptables code using:
+<screen>
+git clone git://git.netfilter.org/iptables.git
+</screen>
+</listitem>
+<listitem>To update to the latest version, use
+<screen>
+git pull
+</screen>
+in the respective directory.
+</listitem>
+</itemizedlist>
+Multiple git repositories exist, check out the gitweb page for an overview.
+</section>
+
 <section id="svn">
-<title> Subversion Repository</title>
+<title> Subversion Repository (obsolete)</title>
 <para>
+The SVN repository is not updated anymore and only exists for historical reference.
+</para>
+<para>
 You can access the <ulink url="http://subversion.tigris.org/">Subversion</ulink>
 server in two ways. For casual browsing, you can use the <ulink
 url="http://svn.netfilter.org/">ViewCVS web interface</ulink>.




More information about the netfilter-cvslog mailing list