diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2020-01-19 17:12:29 -0800 |
---|---|---|
committer | Sandra Loosemore <sandra@codesourcery.com> | 2020-01-19 17:12:29 -0800 |
commit | f4d83eba60b5b1292a7cae660f03a2377e92a845 (patch) | |
tree | ee02106c3df05affe9063a65c96eb89c70ff9d30 /gcc/doc/contribute.texi | |
parent | 8863f61c9c9dcec6003c4d61665b226569c0c3b2 (diff) | |
download | gcc-f4d83eba60b5b1292a7cae660f03a2377e92a845.zip gcc-f4d83eba60b5b1292a7cae660f03a2377e92a845.tar.gz gcc-f4d83eba60b5b1292a7cae660f03a2377e92a845.tar.bz2 |
Clean up references to Subversion in documentation sources.
Clean up references to SVN in in the GCC docs, redirecting to Git
documentation as appropriate.
Where references to "the source code repository" rather than a
specific VCS make sense, I have used them. You might, after
all, change VCSes again someday.
I have not modified either generated HTML files nor maintainer scripts.
These changes should be complete with repect to the documentation tree.
2020-01-19 Eric S. Raymond <esr@thyrsus.com>
gcc/
* doc/contribute.texi: Update for SVN -> Git transition.
* doc/install.texi: Likewise.
libstdc++-v3
* doc/xml/faq.xml: Update for SVN -> Git transition.
* doc/xml/manual/appendix_contributing.xml: Likewise.
* doc/xml/manual/status_cxx1998.xml: Likewise.
* doc/xml/manual/status_cxx2011.xml: Likewise.
* doc/xml/manual/status_cxx2014.xml: Likewise.
* doc/xml/manual/status_cxx2017.xml: Likewise.
* doc/xml/manual/status_cxx2020.xml: Likewise.
* doc/xml/manual/status_cxxtr1.xml: Likewise.
* doc/xml/manual/status_cxxtr24733.xml: Likewise.
Diffstat (limited to 'gcc/doc/contribute.texi')
-rw-r--r-- | gcc/doc/contribute.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/contribute.texi b/gcc/doc/contribute.texi index 3c71155..b0b3b44 100644 --- a/gcc/doc/contribute.texi +++ b/gcc/doc/contribute.texi @@ -6,8 +6,8 @@ @chapter Contributing to GCC Development If you would like to help pretest GCC releases to assure they work well, -current development sources are available by SVN (see -@uref{http://gcc.gnu.org/svn.html}). Source and binary snapshots are +current development sources are available via Git (see +@uref{http://gcc.gnu.org/git.html}). Source and binary snapshots are also available for FTP; see @uref{http://gcc.gnu.org/snapshots.html}. If you would like to work on improvements to GCC, please read the |