public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* RFC: gdb web page patch for git conversion
@ 2013-08-29 20:15 Tom Tromey
  2013-08-29 20:56 ` Joel Brobecker
  0 siblings, 1 reply; 10+ messages in thread
From: Tom Tromey @ 2013-08-29 20:15 UTC (permalink / raw)
  To: gdb-patches

Here's the patch I came up with for converting the gdb web pages to git.

Much of this is boilerplate from re-running index.sh.

Let me know what you think.  As I explained on the binutils list, the
goal of sending these patches early is to get all the issues worked out
so that the actual switch can proceed as smoothly as possible.

I vaguely remember that there is some other crucial step after
committing, maybe in order to push the changes to the FSF?  I don't
remember any details about it; so if you know, please respond.

Tom

Index: index.html
===================================================================
RCS file: /cvs/gdb/htdocs/index.html,v
retrieving revision 1.209
diff -u -r1.209 index.html
--- index.html	26 Apr 2013 13:53:19 -0000	1.209
+++ index.html	29 Aug 2013 20:15:22 -0000
@@ -27,7 +27,7 @@
 [<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>]
@@ -133,7 +133,7 @@
 <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/src.git
 </pre>
 <p>
 </dd>
@@ -172,7 +172,7 @@
 
 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=src.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>.
 
@@ -185,7 +185,7 @@
 [<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>]
@@ -217,7 +217,7 @@
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
-<p>Last modified 2013-04-26.</p>
+<p>Last modified 2013-08-29.</p>
 </address>
 
 </body>
Index: index.sh
===================================================================
RCS file: /cvs/gdb/htdocs/index.sh,v
retrieving revision 1.35
diff -u -r1.35 index.sh
--- index.sh	7 Nov 2012 16:51:05 -0000	1.35
+++ index.sh	29 Aug 2013 20:15:22 -0000
@@ -61,7 +61,7 @@
 [<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>]
Index: bugs/index.html
===================================================================
RCS file: /cvs/gdb/htdocs/bugs/index.html,v
retrieving revision 1.38
diff -u -r1.38 index.html
--- bugs/index.html	7 Nov 2012 16:51:04 -0000	1.38
+++ bugs/index.html	29 Aug 2013 20:15:23 -0000
@@ -27,7 +27,7 @@
 [<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>]
@@ -173,7 +173,7 @@
 [<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>]
@@ -205,7 +205,7 @@
 <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>
Index: committee/index.html
===================================================================
RCS file: /cvs/gdb/htdocs/committee/index.html,v
retrieving revision 1.21
diff -u -r1.21 index.html
--- committee/index.html	7 Nov 2012 17:00:16 -0000	1.21
+++ committee/index.html	29 Aug 2013 20:15:23 -0000
@@ -27,7 +27,7 @@
 [<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>]
@@ -91,7 +91,7 @@
 [<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>]
@@ -123,7 +123,7 @@
 <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>
Index: committee/release-manager.html
===================================================================
RCS file: /cvs/gdb/htdocs/committee/release-manager.html,v
retrieving revision 1.8
diff -u -r1.8 release-manager.html
--- committee/release-manager.html	7 Nov 2012 16:51:04 -0000	1.8
+++ committee/release-manager.html	29 Aug 2013 20:15:23 -0000
@@ -27,7 +27,7 @@
 [<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>]
@@ -97,7 +97,7 @@
 [<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>]
Index: contribute/index.html
===================================================================
RCS file: /cvs/gdb/htdocs/contribute/index.html,v
retrieving revision 1.31
diff -u -r1.31 index.html
--- contribute/index.html	7 Nov 2012 16:51:04 -0000	1.31
+++ contribute/index.html	29 Aug 2013 20:15:23 -0000
@@ -27,7 +27,7 @@
 [<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>]
@@ -55,7 +55,7 @@
 <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=src.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>
 
@@ -78,7 +78,7 @@
 [<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>]
@@ -110,7 +110,7 @@
 <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>
Index: current/index.html
===================================================================
RCS file: /cvs/gdb/htdocs/current/index.html,v
retrieving revision 1.45
diff -u -r1.45 index.html
--- current/index.html	7 Nov 2012 16:51:04 -0000	1.45
+++ current/index.html	29 Aug 2013 20:15:23 -0000
@@ -27,7 +27,7 @@
 [<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>]
@@ -50,7 +50,7 @@
 
 <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
@@ -62,106 +62,46 @@
 <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/src.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:
-
-<pre>
-cvs update
-</pre>
+<li><b>Read-write git</b> (GDB developers only):<p>
 
-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>
+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.
 
-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/src.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/src.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/src.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
@@ -183,8 +123,8 @@
 
 <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=src.git">gitweb
 interface</a>.
 
 </ul>
@@ -244,7 +184,7 @@
 [<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>]
@@ -276,7 +216,7 @@
 <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>
Index: documentation/index.html
===================================================================
RCS file: /cvs/gdb/htdocs/documentation/index.html,v
retrieving revision 1.47
diff -u -r1.47 index.html
--- documentation/index.html	7 Nov 2012 16:51:04 -0000	1.47
+++ documentation/index.html	29 Aug 2013 20:15:23 -0000
@@ -27,7 +27,7 @@
 [<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>]
@@ -201,7 +201,7 @@
 [<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>]
@@ -233,7 +233,7 @@
 <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>
Index: download/index.html
===================================================================
RCS file: /cvs/gdb/htdocs/download/index.html,v
retrieving revision 1.61
diff -u -r1.61 index.html
--- download/index.html	26 Apr 2013 13:53:19 -0000	1.61
+++ download/index.html	29 Aug 2013 20:15:23 -0000
@@ -27,7 +27,7 @@
 [<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>]
@@ -66,7 +66,7 @@
 </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>
 
@@ -91,7 +91,7 @@
 [<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>]
@@ -123,7 +123,7 @@
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
-<p>Last modified 2013-04-26.</p>
+<p>Last modified 2013-08-29.</p>
 </address>
 
 </body>
Index: irc/index.html
===================================================================
RCS file: /cvs/gdb/htdocs/irc/index.html,v
retrieving revision 1.2
diff -u -r1.2 index.html
--- irc/index.html	7 Nov 2012 16:51:05 -0000	1.2
+++ irc/index.html	29 Aug 2013 20:15:23 -0000
@@ -27,7 +27,7 @@
 [<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>]
@@ -60,7 +60,7 @@
 [<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>]
@@ -92,7 +92,7 @@
 <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>
Index: links/index.html
===================================================================
RCS file: /cvs/gdb/htdocs/links/index.html,v
retrieving revision 1.40
diff -u -r1.40 index.html
--- links/index.html	7 Nov 2012 16:51:05 -0000	1.40
+++ links/index.html	29 Aug 2013 20:15:23 -0000
@@ -27,7 +27,7 @@
 [<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>]
@@ -163,7 +163,7 @@
 [<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>]
@@ -195,7 +195,7 @@
 <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>
Index: mailing-lists/index.html
===================================================================
RCS file: /cvs/gdb/htdocs/mailing-lists/index.html,v
retrieving revision 1.38
diff -u -r1.38 index.html
--- mailing-lists/index.html	7 Nov 2012 16:51:05 -0000	1.38
+++ mailing-lists/index.html	29 Aug 2013 20:15:23 -0000
@@ -27,7 +27,7 @@
 [<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>]
@@ -84,13 +84,15 @@
 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
@@ -142,7 +144,7 @@
 [<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>]
@@ -174,7 +176,7 @@
 <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>
Index: mascot/index.html
===================================================================
RCS file: /cvs/gdb/htdocs/mascot/index.html,v
retrieving revision 1.19
diff -u -r1.19 index.html
--- mascot/index.html	7 Nov 2012 16:51:05 -0000	1.19
+++ mascot/index.html	29 Aug 2013 20:15:23 -0000
@@ -27,7 +27,7 @@
 [<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>]
@@ -76,7 +76,7 @@
 [<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>]
@@ -108,7 +108,7 @@
 <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>
Index: news/index.html
===================================================================
RCS file: /cvs/gdb/htdocs/news/index.html,v
retrieving revision 1.109
diff -u -r1.109 index.html
--- news/index.html	26 Apr 2013 13:53:19 -0000	1.109
+++ news/index.html	29 Aug 2013 20:15:23 -0000
@@ -27,7 +27,7 @@
 [<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>]
@@ -1067,7 +1067,7 @@
 [<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>]
@@ -1099,7 +1099,7 @@
 <p>Verbatim copying and distribution of this entire article is
 permitted in any medium, provided this notice is preserved.</p>
 
-<p>Last modified 2013-04-26.</p>
+<p>Last modified 2013-08-29.</p>
 </address>
 
 </body>
Index: news/reversible.html
===================================================================
RCS file: /cvs/gdb/htdocs/news/reversible.html,v
retrieving revision 1.10
diff -u -r1.10 reversible.html
--- news/reversible.html	7 Nov 2012 16:51:05 -0000	1.10
+++ news/reversible.html	29 Aug 2013 20:15:23 -0000
@@ -27,7 +27,7 @@
 [<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>]
@@ -139,7 +139,7 @@
 [<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>]
Index: papers/index.html
===================================================================
RCS file: /cvs/gdb/htdocs/papers/index.html,v
retrieving revision 1.36
diff -u -r1.36 index.html
--- papers/index.html	7 Nov 2012 16:51:05 -0000	1.36
+++ papers/index.html	29 Aug 2013 20:15:23 -0000
@@ -27,7 +27,7 @@
 [<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>]
@@ -64,7 +64,7 @@
 [<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>]
@@ -96,7 +96,7 @@
 <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>
Index: schedule/index.html
===================================================================
RCS file: /cvs/gdb/htdocs/schedule/index.html,v
retrieving revision 1.58
diff -u -r1.58 index.html
--- schedule/index.html	26 Apr 2013 14:03:06 -0000	1.58
+++ schedule/index.html	29 Aug 2013 20:15:23 -0000
@@ -27,7 +27,7 @@
 [<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>]
@@ -200,7 +200,7 @@
 [<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>]
@@ -232,7 +232,7 @@
 <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>
Index: song/index.html
===================================================================
RCS file: /cvs/gdb/htdocs/song/index.html,v
retrieving revision 1.23
diff -u -r1.23 index.html
--- song/index.html	7 Nov 2012 16:51:05 -0000	1.23
+++ song/index.html	29 Aug 2013 20:15:23 -0000
@@ -27,7 +27,7 @@
 [<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>]
@@ -73,7 +73,7 @@
 [<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>]
@@ -105,7 +105,7 @@
 <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>
Index: talks/index.html
===================================================================
RCS file: /cvs/gdb/htdocs/talks/index.html,v
retrieving revision 1.29
diff -u -r1.29 index.html
--- talks/index.html	7 Nov 2012 16:51:05 -0000	1.29
+++ talks/index.html	29 Aug 2013 20:15:23 -0000
@@ -27,7 +27,7 @@
 [<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>]
@@ -65,7 +65,7 @@
 [<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>]
@@ -97,7 +97,7 @@
 <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>
Index: testing/index.html
===================================================================
RCS file: /cvs/gdb/htdocs/testing/index.html,v
retrieving revision 1.29
diff -u -r1.29 index.html
--- testing/index.html	7 Nov 2012 16:51:05 -0000	1.29
+++ testing/index.html	29 Aug 2013 20:15:23 -0000
@@ -27,7 +27,7 @@
 [<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>]
@@ -64,7 +64,7 @@
 [<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>]
@@ -96,7 +96,7 @@
 <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>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: RFC: gdb web page patch for git conversion
  2013-08-29 20:15 RFC: gdb web page patch for git conversion Tom Tromey
@ 2013-08-29 20:56 ` Joel Brobecker
  2013-09-02 18:18   ` Pedro Alves
  0 siblings, 1 reply; 10+ messages in thread
From: Joel Brobecker @ 2013-08-29 20:56 UTC (permalink / raw)
  To: Tom Tromey; +Cc: gdb-patches

Hi Tom,

On Thu, Aug 29, 2013 at 02:15:38PM -0600, Tom Tromey wrote:
> Here's the patch I came up with for converting the gdb web pages to git.

FWIW, it looks good to me.

> I vaguely remember that there is some other crucial step after
> committing, maybe in order to push the changes to the FSF?  I don't
> remember any details about it; so if you know, please respond.

Yes. Committing to the sourceware CVS automatically gets the sourceware
web pages updated, but then we need to push the same change to the CVS
at savannah. I've been doing that by maintaining a git mirror of the CVS
repo, and cvsexportcommit'ing to both CVS. I can take care of that part.

-- 
Joel

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: RFC: gdb web page patch for git conversion
  2013-08-29 20:56 ` Joel Brobecker
@ 2013-09-02 18:18   ` Pedro Alves
  2013-09-03 13:18     ` Joel Brobecker
  0 siblings, 1 reply; 10+ messages in thread
From: Pedro Alves @ 2013-09-02 18:18 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: Tom Tromey, gdb-patches

On 08/29/2013 09:55 PM, Joel Brobecker wrote:
> Hi Tom,
> 
> On Thu, Aug 29, 2013 at 02:15:38PM -0600, Tom Tromey wrote:
>> Here's the patch I came up with for converting the gdb web pages to git.
> 
> FWIW, it looks good to me.
> 
>> I vaguely remember that there is some other crucial step after
>> committing, maybe in order to push the changes to the FSF?  I don't
>> remember any details about it; so if you know, please respond.
> 
> Yes. Committing to the sourceware CVS automatically gets the sourceware
> web pages updated, but then we need to push the same change to the CVS
> at savannah. I've been doing that by maintaining a git mirror of the CVS
> repo, and cvsexportcommit'ing to both CVS. I can take care of that part.

I'm sure you've thought of that, but I'm curious.
Is there any hope in converting those repos away from CVS too at some
point?  With git (or any DCVS), it sounds like savannah's could just be
a clone of sourceware's...

-- 
Pedro Alves

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: RFC: gdb web page patch for git conversion
  2013-09-02 18:18   ` Pedro Alves
@ 2013-09-03 13:18     ` Joel Brobecker
  2013-09-03 14:44       ` Pedro Alves
  2013-09-03 19:19       ` Thomas Schwinge
  0 siblings, 2 replies; 10+ messages in thread
From: Joel Brobecker @ 2013-09-03 13:18 UTC (permalink / raw)
  To: Pedro Alves; +Cc: Tom Tromey, gdb-patches

> I'm sure you've thought of that, but I'm curious.
> Is there any hope in converting those repos away from CVS too at some
> point?  With git (or any DCVS), it sounds like savannah's could just be
> a clone of sourceware's...

I confess that I never really took any time considering the various
options for conversion. I update the web sites so seldomly, and
the CVS-git bridge has been working well enough, so I did not feel
it was worth much or our time. That being said, I'd be happy to get
rid of CVS there as well, if that was deemed important.

-- 
Joel

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: RFC: gdb web page patch for git conversion
  2013-09-03 13:18     ` Joel Brobecker
@ 2013-09-03 14:44       ` Pedro Alves
  2013-09-03 19:07         ` Stan Shebs
  2013-09-03 19:19       ` Thomas Schwinge
  1 sibling, 1 reply; 10+ messages in thread
From: Pedro Alves @ 2013-09-03 14:44 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: Tom Tromey, gdb-patches

On 09/03/2013 02:18 PM, Joel Brobecker wrote:
>> I'm sure you've thought of that, but I'm curious.
>> Is there any hope in converting those repos away from CVS too at some
>> point?  With git (or any DCVS), it sounds like savannah's could just be
>> a clone of sourceware's...
> 
> I confess that I never really took any time considering the various
> options for conversion. I update the web sites so seldomly, and
> the CVS-git bridge has been working well enough, so I did not feel
> it was worth much or our time. That being said, I'd be happy to get
> rid of CVS there as well, if that was deemed important.

Ack.  I'll admit that my curiosity stems from the fact that
I've myself considered tweaking the web pages before, but never
managed to get myself over the fact that that would involve
another cvs checkout.  :-)  I'll admit it sounds silly for
someone who's been using cvs day in, day out.  Maybe that's
just my unconscious telling me to avoid touching html.  :-)

-- 
Pedro Alves

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: RFC: gdb web page patch for git conversion
  2013-09-03 14:44       ` Pedro Alves
@ 2013-09-03 19:07         ` Stan Shebs
  2013-09-04 13:09           ` Joel Brobecker
  0 siblings, 1 reply; 10+ messages in thread
From: Stan Shebs @ 2013-09-03 19:07 UTC (permalink / raw)
  To: gdb-patches

On 9/3/13 7:44 AM, Pedro Alves wrote:
> On 09/03/2013 02:18 PM, Joel Brobecker wrote:
>>> I'm sure you've thought of that, but I'm curious.
>>> Is there any hope in converting those repos away from CVS too at some
>>> point?  With git (or any DCVS), it sounds like savannah's could just be
>>> a clone of sourceware's...
>>
>> I confess that I never really took any time considering the various
>> options for conversion. I update the web sites so seldomly, and
>> the CVS-git bridge has been working well enough, so I did not feel
>> it was worth much or our time. That being said, I'd be happy to get
>> rid of CVS there as well, if that was deemed important.
> 
> Ack.  I'll admit that my curiosity stems from the fact that
> I've myself considered tweaking the web pages before, but never
> managed to get myself over the fact that that would involve
> another cvs checkout.  :-)  I'll admit it sounds silly for
> someone who's been using cvs day in, day out.  Maybe that's
> just my unconscious telling me to avoid touching html.  :-)
> 

My semi-baked plan for the web site redesign, as seen at

http://sourceware.org/gdb/wiki/WebsiteRedesign

includes a git migration.

Stan
stan@codesourcery.com

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: RFC: gdb web page patch for git conversion
  2013-09-03 13:18     ` Joel Brobecker
  2013-09-03 14:44       ` Pedro Alves
@ 2013-09-03 19:19       ` Thomas Schwinge
  1 sibling, 0 replies; 10+ messages in thread
From: Thomas Schwinge @ 2013-09-03 19:19 UTC (permalink / raw)
  To: Joel Brobecker, Pedro Alves; +Cc: Tom Tromey, gdb-patches

[-- Attachment #1: Type: text/plain, Size: 892 bytes --]

Hi!

On Tue, 3 Sep 2013 09:18:03 -0400, Joel Brobecker <brobecker@adacore.com> wrote:
> > I'm sure you've thought of that, but I'm curious.
> > Is there any hope in converting those repos away from CVS too at some
> > point?  With git (or any DCVS), it sounds like savannah's could just be
> > a clone of sourceware's...
> 
> I confess that I never really took any time considering the various
> options for conversion. I update the web sites so seldomly, and
> the CVS-git bridge has been working well enough, so I did not feel
> it was worth much or our time. That being said, I'd be happy to get
> rid of CVS there as well, if that was deemed important.

Last time I looked/asked, the software packages' pages below www.gnu.org
could only be accessed via CVS.  (So, for the Hurd I'm also doing this
"[generate HTML files] -> check into CVS dance".)


Grüße,
 Thomas

[-- Attachment #2: Type: application/pgp-signature, Size: 489 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: RFC: gdb web page patch for git conversion
  2013-09-03 19:07         ` Stan Shebs
@ 2013-09-04 13:09           ` Joel Brobecker
  2013-09-04 19:34             ` André Pönitz
  0 siblings, 1 reply; 10+ messages in thread
From: Joel Brobecker @ 2013-09-04 13:09 UTC (permalink / raw)
  To: Stan Shebs; +Cc: gdb-patches

> My semi-baked plan for the web site redesign, as seen at
> 
> http://sourceware.org/gdb/wiki/WebsiteRedesign
> 
> includes a git migration.

Interesting plan!

One of my complaints about the current website is that it's really
obscure which version of the GDB documentation is available where,
and whether we (the developers) would prefer you to look at the
documentation from a release, or from the HEAD. I would really like
to move towards something similar to what GCC does, which is very
neat and clear. I believe Pedro expressed the same opinion as well.
It's on my plate, and may be one of the things I might work on during
the holiday period, once we've switched the sources to git.

Regarding the migration to git, I'm all for it, but someone just
said that the website administration on the GNU side is all CVS
based?

-- 
Joel

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: RFC: gdb web page patch for git conversion
  2013-09-04 13:09           ` Joel Brobecker
@ 2013-09-04 19:34             ` André Pönitz
  2013-09-06 19:50               ` Marc Khouzam
  0 siblings, 1 reply; 10+ messages in thread
From: André Pönitz @ 2013-09-04 19:34 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: Stan Shebs, gdb-patches

On Wed, Sep 04, 2013 at 06:09:43AM -0700, Joel Brobecker wrote:
> > My semi-baked plan for the web site redesign, as seen at
> > 
> > http://sourceware.org/gdb/wiki/WebsiteRedesign
> > 
> > includes a git migration.
> 
> Interesting plan!
> 
> One of my complaints about the current website is that it's really
> obscure which version of the GDB documentation is available where,
> and whether we (the developers) would prefer you to look at the
> documentation from a release, or from the HEAD.

As a somewhat related, general remark: It would be nice if GDB documentation
tagged new features with the version in which they are first implemented.

From a frontend developer's point of view the decision which feature should
to be supported is often driven by what version of GDB common distributions
ship. Having a feature tagged as "new and officially supported in version
x.y.z" is a more robust approach than trying to deduce "official" blessing
from change logs, patches, and NEWS entries. 

Andre'

^ permalink raw reply	[flat|nested] 10+ messages in thread

* RE: RFC: gdb web page patch for git conversion
  2013-09-04 19:34             ` André Pönitz
@ 2013-09-06 19:50               ` Marc Khouzam
  0 siblings, 0 replies; 10+ messages in thread
From: Marc Khouzam @ 2013-09-06 19:50 UTC (permalink / raw)
  To: 'André Pönitz', 'Joel Brobecker'
  Cc: 'Stan Shebs', 'gdb-patches@sourceware.org'


> -----Original Message-----
> From: gdb-patches-owner@sourceware.org 
> [mailto:gdb-patches-owner@sourceware.org] On Behalf Of André Pönitz
> Sent: Wednesday, September 04, 2013 3:34 PM
> To: Joel Brobecker
> Cc: Stan Shebs; gdb-patches@sourceware.org
> Subject: Re: RFC: gdb web page patch for git conversion
> 
> On Wed, Sep 04, 2013 at 06:09:43AM -0700, Joel Brobecker wrote:
> > > My semi-baked plan for the web site redesign, as seen at
> > > 
> > > http://sourceware.org/gdb/wiki/WebsiteRedesign
> > > 
> > > includes a git migration.
> > 
> > Interesting plan!
> > 
> > One of my complaints about the current website is that it's really
> > obscure which version of the GDB documentation is available where,
> > and whether we (the developers) would prefer you to look at the
> > documentation from a release, or from the HEAD.
> 
> As a somewhat related, general remark: It would be nice if 
> GDB documentation
> tagged new features with the version in which they are first 
> implemented.
> 
> From a frontend developer's point of view the decision which 
> feature should
> to be supported is often driven by what version of GDB common 
> distributions
> ship. Having a feature tagged as "new and officially 
> supported in version
> x.y.z" is a more robust approach than trying to deduce 
> "official" blessing
> from change logs, patches, and NEWS entries. 

I second the motion :)

Marc 

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-09-06 19:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-29 20:15 RFC: gdb web page patch for git conversion Tom Tromey
2013-08-29 20:56 ` Joel Brobecker
2013-09-02 18:18   ` Pedro Alves
2013-09-03 13:18     ` Joel Brobecker
2013-09-03 14:44       ` Pedro Alves
2013-09-03 19:07         ` Stan Shebs
2013-09-04 13:09           ` Joel Brobecker
2013-09-04 19:34             ` André Pönitz
2013-09-06 19:50               ` Marc Khouzam
2013-09-03 19:19       ` Thomas Schwinge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).