public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Redirect cvswrite.html to gitwrite.html instead of svnwrite.html.
@ 2020-01-16 21:38 Gerald Pfeifer
  0 siblings, 0 replies; only message in thread
From: Gerald Pfeifer @ 2020-01-16 21:38 UTC (permalink / raw)
  To: gcc-patches

I doubt there's many references to https://gcc.gnu.org/cvs.html 
left, but just in case - Git is the new SVN is the new CVS. :-)

Gerald
---
 htdocs/.htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/.htaccess b/htdocs/.htaccess
index acaac093..a28af129 100644
--- a/htdocs/.htaccess
+++ b/htdocs/.htaccess
@@ -58,7 +58,7 @@ Redirect permanent /java/			https://gcc.gnu.org/
 
 Redirect permanent /bugs.html			https://gcc.gnu.org/bugs/
 Redirect permanent /c9xstatus.html		https://gcc.gnu.org/c99status.html
-Redirect permanent /cvswrite.html		https://gcc.gnu.org/svnwrite.html
+Redirect permanent /cvswrite.html		https://gcc.gnu.org/gitwrite.html
 Redirect permanent /gnats.html			https://gcc.gnu.org/bugs/
 Redirect permanent /proj-bp.html		https://gcc.gnu.org/projects/bp/main.html
 Redirect permanent /proj-cpplib.html		https://gcc.gnu.org/projects/cpplib.html
-- 
2.24.1

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-16 18:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-16 21:38 [PATCH] Redirect cvswrite.html to gitwrite.html instead of svnwrite.html Gerald Pfeifer

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).