This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: git conversion in progress
On Wed, Jan 22, 2020 at 11:41:22AM -0600, Peter Bergner wrote:
> On 1/22/20 3:26 AM, Gerald Pfeifer wrote:
> > On Mon, 13 Jan 2020, Joseph Myers wrote:
> >> In addition, once git.html is more complete (has the list of branches
> >> added, at least) we need to update the GCC home page to link to the new
> >> pages in place of those for SVN, redirect the old pages to the new ones,
> >> and generally update references to SVN in wwwdocs and the GCC manuals.
> >
> > I have removed all references to svnwrite.html and svn.html from our
> > own pages, added redirects to gitwrite.html and git.html, respectively,
> > and after svnwrite.html a few days ago now also removed svn.html.
>
> The rsync.html page can be removed too, since that was a way to download
> the entire svn repo. With git clone, you get the entire repo, so rsync
> isn't needed anymore.
I disagree, it isn't just about downloading a svn repo, but mailing list
archives too:
rsync rsync://gcc.gnu.org/ | grep gcc
crossgcc-ftp crossgcc ftp area ()
gcc-ftp gcc ftp area ()
gcc-svn gcc svn repository ()
gcc-cvs gcc cvs repository ()
gcc-gnats gcc gnats database ()
gcc-htdocs gcc htdocs ()
crossgcc-ml-archive crossgcc mailing list archive ()
gcc-ml-archive gcc mailing list archive ()
gccadmin-ml-archive gccadmin mailing list archive ()
gcc-announce-ml-archive gcc-announce mailing list archive ()
gcc-bugs-ml-archive gcc-bugs mailing list archive ()
gcc-cvs-ml-archive gcc-cvs mailing list archive ()
gcc-cvs-wwwdocs-ml-archive gcc-cvs-wwwdocs mailing list archive ()
gcc-help-ml-archive gcc-help mailing list archive ()
gcc-patches-ml-archive gcc-patches mailing list archive ()
gcc-prs-ml-archive gcc-prs mailing list archive ()
gcc-regression-ml-archive gcc-regression mailing list archive ()
gcc-testresults-ml-archive gcc-testresults mailing list archive ()
Jakub