From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 82805 invoked by alias); 16 Jan 2020 18:15:42 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 82796 invoked by uid 89); 16 Jan 2020 18:15:42 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-14.4 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,KAM_SHORT,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: hamza.pair.com Received: from hamza.pair.com (HELO hamza.pair.com) (209.68.5.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 16 Jan 2020 18:15:32 +0000 Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 4A78933E3A for ; Thu, 16 Jan 2020 13:15:30 -0500 (EST) Received: from anthias.microfocus.com (charybdis-ext.suse.de [195.135.221.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id EF20D33E38 for ; Thu, 16 Jan 2020 13:15:29 -0500 (EST) Date: Thu, 16 Jan 2020 21:38:00 -0000 From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [PATCH] Redirect cvswrite.html to gitwrite.html instead of svnwrite.html. Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2020-01/txt/msg00989.txt.bz2 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