From owner-svn-doc-head@FreeBSD.ORG Tue Nov 20 09:23:20 2012 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 82988D3; Tue, 20 Nov 2012 09:23:20 +0000 (UTC) (envelope-from wosch@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 67BCD8FC0C; Tue, 20 Nov 2012 09:23:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAK9NKI4084742; Tue, 20 Nov 2012 09:23:20 GMT (envelope-from wosch@svn.freebsd.org) Received: (from wosch@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAK9NKnn084740; Tue, 20 Nov 2012 09:23:20 GMT (envelope-from wosch@svn.freebsd.org) Message-Id: <201211200923.qAK9NKnn084740@svn.freebsd.org> From: Wolfram Schneider Date: Tue, 20 Nov 2012 09:23:20 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40106 - head/en_US.ISO8859-1/htdocs/cgi X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Nov 2012 09:23:20 -0000 Author: wosch Date: Tue Nov 20 09:23:20 2012 New Revision: 40106 URL: http://svnweb.freebsd.org/changeset/doc/40106 Log: display a hint to use http://svnweb.freebsd.org if no CVSROOT was found Modified: head/en_US.ISO8859-1/htdocs/cgi/cvsweb.cgi Modified: head/en_US.ISO8859-1/htdocs/cgi/cvsweb.cgi ============================================================================== --- head/en_US.ISO8859-1/htdocs/cgi/cvsweb.cgi Tue Nov 20 06:52:08 2012 (r40105) +++ head/en_US.ISO8859-1/htdocs/cgi/cvsweb.cgi Tue Nov 20 09:23:20 2012 (r40106) @@ -517,9 +517,10 @@ for (my $i = 0; $i < scalar(@CVSreposito } unless ($rootfound) { fatal('500 Internal Error', - 'No valid CVS roots found! See @CVSrepositories in ' . - 'the configuration file (%s).', - $config); + 'No valid CVS roots found! See @CVSrepositories ' . + '

Please try the svnweb site: http://svnweb.freebsd.org

' . + #' in the configuration file (%s).', $config); + "",) } undef $rootfound;