[<a href="../../gdb/bugs/">bugs</a>]
[<a href="../../gdb/committee/">GDB Maintainers</a>]
[<a href="../../gdb/contribute/">contributing</a>]
-[<a href="../../gdb/current/">current cvs</a>]
+[<a href="../../gdb/current/">current git</a>]
[<a href="../../gdb/documentation/">documentation</a>]
[<a href="../../gdb/download/">download</a>]
[<a href="../../gdb/">home</a>]
[<a href="../../gdb/bugs/">bugs</a>]
[<a href="../../gdb/committee/">GDB Maintainers</a>]
[<a href="../../gdb/contribute/">contributing</a>]
-[<a href="../../gdb/current/">current cvs</a>]
+[<a href="../../gdb/current/">current git</a>]
[<a href="../../gdb/documentation/">documentation</a>]
[<a href="../../gdb/download/">download</a>]
[<a href="../../gdb/">home</a>]
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2012-11-07.</p>
+<p>Last modified 2013-08-29.</p>
</address>
</body>
[<a href="../../gdb/bugs/">bugs</a>]
[<a href="../../gdb/committee/">GDB Maintainers</a>]
[<a href="../../gdb/contribute/">contributing</a>]
-[<a href="../../gdb/current/">current cvs</a>]
+[<a href="../../gdb/current/">current git</a>]
[<a href="../../gdb/documentation/">documentation</a>]
[<a href="../../gdb/download/">download</a>]
[<a href="../../gdb/">home</a>]
[<a href="../../gdb/bugs/">bugs</a>]
[<a href="../../gdb/committee/">GDB Maintainers</a>]
[<a href="../../gdb/contribute/">contributing</a>]
-[<a href="../../gdb/current/">current cvs</a>]
+[<a href="../../gdb/current/">current git</a>]
[<a href="../../gdb/documentation/">documentation</a>]
[<a href="../../gdb/download/">download</a>]
[<a href="../../gdb/">home</a>]
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2012-11-07.</p>
+<p>Last modified 2013-08-29.</p>
</address>
</body>
[<a href="../../gdb/bugs/">bugs</a>]
[<a href="../../gdb/committee/">GDB Maintainers</a>]
[<a href="../../gdb/contribute/">contributing</a>]
-[<a href="../../gdb/current/">current cvs</a>]
+[<a href="../../gdb/current/">current git</a>]
[<a href="../../gdb/documentation/">documentation</a>]
[<a href="../../gdb/download/">download</a>]
[<a href="../../gdb/">home</a>]
[<a href="../../gdb/bugs/">bugs</a>]
[<a href="../../gdb/committee/">GDB Maintainers</a>]
[<a href="../../gdb/contribute/">contributing</a>]
-[<a href="../../gdb/current/">current cvs</a>]
+[<a href="../../gdb/current/">current git</a>]
[<a href="../../gdb/documentation/">documentation</a>]
[<a href="../../gdb/download/">download</a>]
[<a href="../../gdb/">home</a>]
[<a href="../../gdb/bugs/">bugs</a>]
[<a href="../../gdb/committee/">GDB Maintainers</a>]
[<a href="../../gdb/contribute/">contributing</a>]
-[<a href="../../gdb/current/">current cvs</a>]
+[<a href="../../gdb/current/">current git</a>]
[<a href="../../gdb/documentation/">documentation</a>]
[<a href="../../gdb/download/">download</a>]
[<a href="../../gdb/">home</a>]
<br>
See the file <a
-href="http://sourceware.org/cgi-bin/cvsweb.cgi/~checkout~/src/gdb/CONTRIBUTE?content-type=text/x-cvsweb-markup&cvsroot=src"
+href="http://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob;f=gdb/CONTRIBUTE;hb=HEAD"
> CONTRIBUTE</a> in the GDB directory for how to submit patches and
contribute new files to GDB.</dd>
[<a href="../../gdb/bugs/">bugs</a>]
[<a href="../../gdb/committee/">GDB Maintainers</a>]
[<a href="../../gdb/contribute/">contributing</a>]
-[<a href="../../gdb/current/">current cvs</a>]
+[<a href="../../gdb/current/">current git</a>]
[<a href="../../gdb/documentation/">documentation</a>]
[<a href="../../gdb/download/">download</a>]
[<a href="../../gdb/">home</a>]
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2012-11-07.</p>
+<p>Last modified 2013-08-29.</p>
</address>
</body>
[<a href="../../gdb/bugs/">bugs</a>]
[<a href="../../gdb/committee/">GDB Maintainers</a>]
[<a href="../../gdb/contribute/">contributing</a>]
-[<a href="../../gdb/current/">current cvs</a>]
+[<a href="../../gdb/current/">current git</a>]
[<a href="../../gdb/documentation/">documentation</a>]
[<a href="../../gdb/download/">download</a>]
[<a href="../../gdb/">home</a>]
<h3>Source code</h3>
-The sources to GDB are available via FTP, CVS and WWW.<p>
+The sources to GDB are available via FTP, git and WWW.<p>
Since GDB's development process is iterative (continuous incremental
change) current development sources can be considered stable and are
<ul>
-<li><b>Read-only CVS</b>:<p>
+<li><b>Read-only git</b>:<p>
-Before your first access of the CVS repository you will need to login.
-Use the command:
+You can check out a copy of the git repository directly using the
+command:
<pre>
-cvs -d :pserver:anoncvs@sourceware.org:/cvs/src login
-{enter "anoncvs" as the password}
+git clone git://sourceware.org/git/binutils-gdb.git
</pre>
-A weekly snapshot (gdb-weekly-CVS-VERSION.YYYYMMDD.tar.bz2) of the
-sources checked out using CVS is available for download from the <a
-href="ftp://sourceware.org/pub/gdb/snapshots/current/"> current
-snapshot</a> directory. The latest weekly snapshot is also accessible
-under gdb.tar.bz2. Since the archive is compressed using
-<a href="http://sourceware.org/bzip2/">bzip2</a> it is the fastest
-and most efficient way of obtaining a read-only source tree under
-CVS.<p>
-
-Once you have downloaded and unpacked this snapshot, you can
-<tt>cd</tt> to the <tt>src</tt> directory and use the command:
+<li><b>Read-write git</b> (GDB developers only):<p>
-<pre>
-cvs update
-</pre>
+If you already have a read-only copy of git on hand then there is no
+need to re-check out a source tree. Instead, you can edit your
+.git/config to change the remote to use the read-write URL.
-to bring your sources up-to-date (see note above about login). Note
-though that new directories should <b>not</b> be checked out using
-<tt>cvs update -d</tt> (that will check out the entire repository),
-instead each new directory should e checked out individually using
-<tt>cvs update -d DIRECTORY</tt>.<p>
-
-Alternativly, you can check out a copy of the CVS repository directly
-using the command:
+For example, you might have:
<pre>
-cvs -d :pserver:anoncvs@sourceware.org:/cvs/src co gdb
+[remote "origin"]
+ url = git://sourceware.org/git/binutils-gdb.git
+ fetch = +refs/heads/*:refs/remotes/origin/*
</pre>
-Slow internet connection? Use <tt>cvs -z COMPRESSION-LEVEL -d
-...</tt>. The <tt>-z COMPRESSION-LEVEL</tt> causes CVS to compress
-files with <a href="http://www.gnu.org/software/gzip/">gzip</a> before
-transfering them. The option can either be specified on the command
-line or added to your <tt>~/.cvsrc</tt> file.<p>
-
-See the <a href="http://www.cvshome.org">CVS home page</a> for further
-information. <p>
-
-
-<li><b>Read-write CVS</b> (GDB developers only):<p>
-
-If you already have a read-only copy of CVS on hand then there is no
-need to re-check out a source tree. Instead a shell script like the
-below can be used to create a read-rewite source tree from a read-only
-tree:
+And you would edit this to use "ssh:" rather than "git:":
<pre>
-#!/bin/sh -ex
-if test $# -ne 3
-then
- echo Usage: $0 source dest youraccount
-fi
-src=$1 ; shift
-dst=$1 ; shift
-acc=$1 ; shift
-
-# Copy the CVS repository to the new home
-( cd `dirname ${src}` && tar cf - `basename ${src}` ) \
- | ( cd ${dst} && tar xpf - )
-
-# Convert the copied CVS repository to read/write
-cd ${dst}
-find `basename ${src}` -name 'Root' -print | while read root
-do
- echo ":ext:${acc}@sourceware.org:/cvs/src" > $root
-done
+[remote "origin"]
+ url = ssh://sourceware.org/git/binutils-gdb.git
+ fetch = +refs/heads/*:refs/remotes/origin/*
</pre>
Alternatively, to check out a new read-write copy of the repository,
-use a command sequence like:
+use:
<pre>
-CVS_RSH=ssh ; export CVS_RSH
-cvs -d :ext:YOURACCOUNT@sourceware.org:/cvs/src co gdb
+git clone ssh://sourceware.org/git/binutils-gdb.git
</pre>
<p>
-<li><b>Read-only git</b>:<p>
-
-A read-only git mirror of GDB's repository is also available.
-This repository is not a real-time mirror, but is automatically
-resynchronized at regular intervals, currently every 30 minutes.
-
-To get a copy of that repository, use the following command:
-
-<pre>
-git clone git://sourceware.org/git/gdb.git
-</pre>
-
<li><b>FTP</b>:<p>
A daily snapshot of the current development sources (<a
<li><b>WWW</b>:<p>
-Browse the CVS repository via the web using the <a
-href="http://sourceware.org/cgi-bin/cvsweb.cgi/src/?cvsroot=src">CVSweb
+Browse the git repository via the web using the <a
+href="http://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git">gitweb
interface</a>.
</ul>
[<a href="../../gdb/bugs/">bugs</a>]
[<a href="../../gdb/committee/">GDB Maintainers</a>]
[<a href="../../gdb/contribute/">contributing</a>]
-[<a href="../../gdb/current/">current cvs</a>]
+[<a href="../../gdb/current/">current git</a>]
[<a href="../../gdb/documentation/">documentation</a>]
[<a href="../../gdb/download/">download</a>]
[<a href="../../gdb/">home</a>]
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2012-11-07.</p>
+<p>Last modified 2013-08-29.</p>
</address>
</body>
[<a href="../../gdb/bugs/">bugs</a>]
[<a href="../../gdb/committee/">GDB Maintainers</a>]
[<a href="../../gdb/contribute/">contributing</a>]
-[<a href="../../gdb/current/">current cvs</a>]
+[<a href="../../gdb/current/">current git</a>]
[<a href="../../gdb/documentation/">documentation</a>]
[<a href="../../gdb/download/">download</a>]
[<a href="../../gdb/">home</a>]
[<a href="../../gdb/bugs/">bugs</a>]
[<a href="../../gdb/committee/">GDB Maintainers</a>]
[<a href="../../gdb/contribute/">contributing</a>]
-[<a href="../../gdb/current/">current cvs</a>]
+[<a href="../../gdb/current/">current git</a>]
[<a href="../../gdb/documentation/">documentation</a>]
[<a href="../../gdb/download/">download</a>]
[<a href="../../gdb/">home</a>]
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2012-11-07.</p>
+<p>Last modified 2013-08-29.</p>
</address>
</body>
[<a href="../../gdb/bugs/">bugs</a>]
[<a href="../../gdb/committee/">GDB Maintainers</a>]
[<a href="../../gdb/contribute/">contributing</a>]
-[<a href="../../gdb/current/">current cvs</a>]
+[<a href="../../gdb/current/">current git</a>]
[<a href="../../gdb/documentation/">documentation</a>]
[<a href="../../gdb/download/">download</a>]
[<a href="../../gdb/">home</a>]
</pre>
Sources to the current development version are also available using
-FTP, CVS and WWW. See <a href="../../gdb/current">current</a>.
+FTP, git and WWW. See <a href="../../gdb/current">current</a>.
<h3>Ancient versions</h3>
[<a href="../../gdb/bugs/">bugs</a>]
[<a href="../../gdb/committee/">GDB Maintainers</a>]
[<a href="../../gdb/contribute/">contributing</a>]
-[<a href="../../gdb/current/">current cvs</a>]
+[<a href="../../gdb/current/">current git</a>]
[<a href="../../gdb/documentation/">documentation</a>]
[<a href="../../gdb/download/">download</a>]
[<a href="../../gdb/">home</a>]
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2013-08-30.</p>
+<p>Last modified 2013-10-22.</p>
</address>
</body>
[<a href="../gdb/bugs/">bugs</a>]
[<a href="../gdb/committee/">GDB Maintainers</a>]
[<a href="../gdb/contribute/">contributing</a>]
-[<a href="../gdb/current/">current cvs</a>]
+[<a href="../gdb/current/">current git</a>]
[<a href="../gdb/documentation/">documentation</a>]
[<a href="../gdb/download/">download</a>]
[<a href="../gdb/">home</a>]
<p> The GDB 7.6 branch (<tt>gdb_7_6-branch</tt>) has been created.
To check out a copy of the branch use:
<pre>
-cvs -d :pserver:anoncvs@sourceware.org:/cvs/src co -r gdb_7_6-branch gdb
+git clone --branch gdb_7_6-branch git://sourceware.org/git/binutils-gdb.git
</pre>
<p>
</dd>
Late breaking information, such as recently added features, can be
found in the <a
-href="http://sourceware.org/cgi-bin/cvsweb.cgi/~checkout~/src/gdb/NEWS?content-type=text/x-cvsweb-markup&cvsroot=src"
+href="http://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob;f=gdb/NEWS;hb=HEAD"
>NEWS</a> file in the gdb source tree. Old announcements are in the
news <a href="../gdb/news">archive</a>.
[<a href="../gdb/bugs/">bugs</a>]
[<a href="../gdb/committee/">GDB Maintainers</a>]
[<a href="../gdb/contribute/">contributing</a>]
-[<a href="../gdb/current/">current cvs</a>]
+[<a href="../gdb/current/">current git</a>]
[<a href="../gdb/documentation/">documentation</a>]
[<a href="../gdb/download/">download</a>]
[<a href="../gdb/">home</a>]
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2013-08-30.</p>
+<p>Last modified 2013-10-22.</p>
</address>
</body>
[<a href="${prefix}bugs/">bugs</a>]
[<a href="${prefix}committee/">GDB Maintainers</a>]
[<a href="${prefix}contribute/">contributing</a>]
-[<a href="${prefix}current/">current cvs</a>]
+[<a href="${prefix}current/">current git</a>]
[<a href="${prefix}documentation/">documentation</a>]
[<a href="${prefix}download/">download</a>]
[<a href="${prefix}">home</a>]
[<a href="../../gdb/bugs/">bugs</a>]
[<a href="../../gdb/committee/">GDB Maintainers</a>]
[<a href="../../gdb/contribute/">contributing</a>]
-[<a href="../../gdb/current/">current cvs</a>]
+[<a href="../../gdb/current/">current git</a>]
[<a href="../../gdb/documentation/">documentation</a>]
[<a href="../../gdb/download/">download</a>]
[<a href="../../gdb/">home</a>]
[<a href="../../gdb/bugs/">bugs</a>]
[<a href="../../gdb/committee/">GDB Maintainers</a>]
[<a href="../../gdb/contribute/">contributing</a>]
-[<a href="../../gdb/current/">current cvs</a>]
+[<a href="../../gdb/current/">current git</a>]
[<a href="../../gdb/documentation/">documentation</a>]
[<a href="../../gdb/download/">download</a>]
[<a href="../../gdb/">home</a>]
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2012-11-07.</p>
+<p>Last modified 2013-08-29.</p>
</address>
</body>
[<a href="../../gdb/bugs/">bugs</a>]
[<a href="../../gdb/committee/">GDB Maintainers</a>]
[<a href="../../gdb/contribute/">contributing</a>]
-[<a href="../../gdb/current/">current cvs</a>]
+[<a href="../../gdb/current/">current git</a>]
[<a href="../../gdb/documentation/">documentation</a>]
[<a href="../../gdb/download/">download</a>]
[<a href="../../gdb/">home</a>]
[<a href="../../gdb/bugs/">bugs</a>]
[<a href="../../gdb/committee/">GDB Maintainers</a>]
[<a href="../../gdb/contribute/">contributing</a>]
-[<a href="../../gdb/current/">current cvs</a>]
+[<a href="../../gdb/current/">current git</a>]
[<a href="../../gdb/documentation/">documentation</a>]
[<a href="../../gdb/download/">download</a>]
[<a href="../../gdb/">home</a>]
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2012-11-07.</p>
+<p>Last modified 2013-08-29.</p>
</address>
</body>
[<a href="../../gdb/bugs/">bugs</a>]
[<a href="../../gdb/committee/">GDB Maintainers</a>]
[<a href="../../gdb/contribute/">contributing</a>]
-[<a href="../../gdb/current/">current cvs</a>]
+[<a href="../../gdb/current/">current git</a>]
[<a href="../../gdb/documentation/">documentation</a>]
[<a href="../../gdb/download/">download</a>]
[<a href="../../gdb/">home</a>]
results.</dd>
<dt><a href="http://sourceware.org/ml/gdb-cvs/" name="gdb-cvs">
-<b>gdb-cvs</b></a></dt> <dd> A read-only list for CVS commit messages
-from commits to the GDB CVS repository. Note that this list may be
-high volume from time to time.</dd>
+<b>gdb-cvs</b></a></dt> <dd> A read-only list for git commit messages
+from commits to the GDB git repository. Note that this list may be
+high volume from time to time. It has an odd name for historical
+reasons.</dd>
<dt><a href="http://sourceware.org/ml/src-cvs/" name="src-cvs">
-<b>src-cvs</b></a></dt> <dd> A read-only list for CVS commit messages
-from the top-level files and shared directories.</dd>
+<b>src-cvs</b></a></dt> <dd> A read-only list for git commit messages
+from the top-level files and shared directories. It has an odd
+name for historical reasons</dd>
<dt><a href="http://sourceware.org/ml/gdbadmin/" name="gdbadmin">
<b>gdbadmin</b></a></dt> <dd> A read-only list for <tt>cron</tt> log
[<a href="../../gdb/bugs/">bugs</a>]
[<a href="../../gdb/committee/">GDB Maintainers</a>]
[<a href="../../gdb/contribute/">contributing</a>]
-[<a href="../../gdb/current/">current cvs</a>]
+[<a href="../../gdb/current/">current git</a>]
[<a href="../../gdb/documentation/">documentation</a>]
[<a href="../../gdb/download/">download</a>]
[<a href="../../gdb/">home</a>]
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2012-11-07.</p>
+<p>Last modified 2013-08-29.</p>
</address>
</body>
[<a href="../../gdb/bugs/">bugs</a>]
[<a href="../../gdb/committee/">GDB Maintainers</a>]
[<a href="../../gdb/contribute/">contributing</a>]
-[<a href="../../gdb/current/">current cvs</a>]
+[<a href="../../gdb/current/">current git</a>]
[<a href="../../gdb/documentation/">documentation</a>]
[<a href="../../gdb/download/">download</a>]
[<a href="../../gdb/">home</a>]
[<a href="../../gdb/bugs/">bugs</a>]
[<a href="../../gdb/committee/">GDB Maintainers</a>]
[<a href="../../gdb/contribute/">contributing</a>]
-[<a href="../../gdb/current/">current cvs</a>]
+[<a href="../../gdb/current/">current git</a>]
[<a href="../../gdb/documentation/">documentation</a>]
[<a href="../../gdb/download/">download</a>]
[<a href="../../gdb/">home</a>]
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2012-11-07.</p>
+<p>Last modified 2013-08-29.</p>
</address>
</body>
[<a href="../../gdb/bugs/">bugs</a>]
[<a href="../../gdb/committee/">GDB Maintainers</a>]
[<a href="../../gdb/contribute/">contributing</a>]
-[<a href="../../gdb/current/">current cvs</a>]
+[<a href="../../gdb/current/">current git</a>]
[<a href="../../gdb/documentation/">documentation</a>]
[<a href="../../gdb/download/">download</a>]
[<a href="../../gdb/">home</a>]
[<a href="../../gdb/bugs/">bugs</a>]
[<a href="../../gdb/committee/">GDB Maintainers</a>]
[<a href="../../gdb/contribute/">contributing</a>]
-[<a href="../../gdb/current/">current cvs</a>]
+[<a href="../../gdb/current/">current git</a>]
[<a href="../../gdb/documentation/">documentation</a>]
[<a href="../../gdb/download/">download</a>]
[<a href="../../gdb/">home</a>]
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2013-08-30.</p>
+<p>Last modified 2013-10-22.</p>
</address>
</body>
[<a href="../../gdb/bugs/">bugs</a>]
[<a href="../../gdb/committee/">GDB Maintainers</a>]
[<a href="../../gdb/contribute/">contributing</a>]
-[<a href="../../gdb/current/">current cvs</a>]
+[<a href="../../gdb/current/">current git</a>]
[<a href="../../gdb/documentation/">documentation</a>]
[<a href="../../gdb/download/">download</a>]
[<a href="../../gdb/">home</a>]
[<a href="../../gdb/bugs/">bugs</a>]
[<a href="../../gdb/committee/">GDB Maintainers</a>]
[<a href="../../gdb/contribute/">contributing</a>]
-[<a href="../../gdb/current/">current cvs</a>]
+[<a href="../../gdb/current/">current git</a>]
[<a href="../../gdb/documentation/">documentation</a>]
[<a href="../../gdb/download/">download</a>]
[<a href="../../gdb/">home</a>]
[<a href="../../gdb/bugs/">bugs</a>]
[<a href="../../gdb/committee/">GDB Maintainers</a>]
[<a href="../../gdb/contribute/">contributing</a>]
-[<a href="../../gdb/current/">current cvs</a>]
+[<a href="../../gdb/current/">current git</a>]
[<a href="../../gdb/documentation/">documentation</a>]
[<a href="../../gdb/download/">download</a>]
[<a href="../../gdb/">home</a>]
[<a href="../../gdb/bugs/">bugs</a>]
[<a href="../../gdb/committee/">GDB Maintainers</a>]
[<a href="../../gdb/contribute/">contributing</a>]
-[<a href="../../gdb/current/">current cvs</a>]
+[<a href="../../gdb/current/">current git</a>]
[<a href="../../gdb/documentation/">documentation</a>]
[<a href="../../gdb/download/">download</a>]
[<a href="../../gdb/">home</a>]
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2012-11-07.</p>
+<p>Last modified 2013-08-29.</p>
</address>
</body>
[<a href="../../gdb/bugs/">bugs</a>]
[<a href="../../gdb/committee/">GDB Maintainers</a>]
[<a href="../../gdb/contribute/">contributing</a>]
-[<a href="../../gdb/current/">current cvs</a>]
+[<a href="../../gdb/current/">current git</a>]
[<a href="../../gdb/documentation/">documentation</a>]
[<a href="../../gdb/download/">download</a>]
[<a href="../../gdb/">home</a>]
[<a href="../../gdb/bugs/">bugs</a>]
[<a href="../../gdb/committee/">GDB Maintainers</a>]
[<a href="../../gdb/contribute/">contributing</a>]
-[<a href="../../gdb/current/">current cvs</a>]
+[<a href="../../gdb/current/">current git</a>]
[<a href="../../gdb/documentation/">documentation</a>]
[<a href="../../gdb/download/">download</a>]
[<a href="../../gdb/">home</a>]
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2013-08-30.</p>
+<p>Last modified 2013-10-22.</p>
</address>
</body>
[<a href="../../gdb/bugs/">bugs</a>]
[<a href="../../gdb/committee/">GDB Maintainers</a>]
[<a href="../../gdb/contribute/">contributing</a>]
-[<a href="../../gdb/current/">current cvs</a>]
+[<a href="../../gdb/current/">current git</a>]
[<a href="../../gdb/documentation/">documentation</a>]
[<a href="../../gdb/download/">download</a>]
[<a href="../../gdb/">home</a>]
[<a href="../../gdb/bugs/">bugs</a>]
[<a href="../../gdb/committee/">GDB Maintainers</a>]
[<a href="../../gdb/contribute/">contributing</a>]
-[<a href="../../gdb/current/">current cvs</a>]
+[<a href="../../gdb/current/">current git</a>]
[<a href="../../gdb/documentation/">documentation</a>]
[<a href="../../gdb/download/">download</a>]
[<a href="../../gdb/">home</a>]
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2012-11-07.</p>
+<p>Last modified 2013-08-29.</p>
</address>
</body>
[<a href="../../gdb/bugs/">bugs</a>]
[<a href="../../gdb/committee/">GDB Maintainers</a>]
[<a href="../../gdb/contribute/">contributing</a>]
-[<a href="../../gdb/current/">current cvs</a>]
+[<a href="../../gdb/current/">current git</a>]
[<a href="../../gdb/documentation/">documentation</a>]
[<a href="../../gdb/download/">download</a>]
[<a href="../../gdb/">home</a>]
[<a href="../../gdb/bugs/">bugs</a>]
[<a href="../../gdb/committee/">GDB Maintainers</a>]
[<a href="../../gdb/contribute/">contributing</a>]
-[<a href="../../gdb/current/">current cvs</a>]
+[<a href="../../gdb/current/">current git</a>]
[<a href="../../gdb/documentation/">documentation</a>]
[<a href="../../gdb/download/">download</a>]
[<a href="../../gdb/">home</a>]
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2012-11-07.</p>
+<p>Last modified 2013-08-29.</p>
</address>
</body>
[<a href="../../gdb/bugs/">bugs</a>]
[<a href="../../gdb/committee/">GDB Maintainers</a>]
[<a href="../../gdb/contribute/">contributing</a>]
-[<a href="../../gdb/current/">current cvs</a>]
+[<a href="../../gdb/current/">current git</a>]
[<a href="../../gdb/documentation/">documentation</a>]
[<a href="../../gdb/download/">download</a>]
[<a href="../../gdb/">home</a>]
[<a href="../../gdb/bugs/">bugs</a>]
[<a href="../../gdb/committee/">GDB Maintainers</a>]
[<a href="../../gdb/contribute/">contributing</a>]
-[<a href="../../gdb/current/">current cvs</a>]
+[<a href="../../gdb/current/">current git</a>]
[<a href="../../gdb/documentation/">documentation</a>]
[<a href="../../gdb/download/">download</a>]
[<a href="../../gdb/">home</a>]
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2012-11-07.</p>
+<p>Last modified 2013-08-29.</p>
</address>
</body>