Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Nov 2012 09:23:20 +0000 (UTC)
From:      Wolfram Schneider <wosch@FreeBSD.org>
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
Message-ID:  <201211200923.qAK9NKnn084740@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <code>@CVSrepositories</code> in ' .
-        'the configuration file (<code>%s</code>).',
-        $config);
+        'No valid CVS roots found!  See <code>@CVSrepositories</code> ' .
+	'<p>Please try the svnweb site: <a href="http://svnweb.freebsd.org">http://svnweb.freebsd.org</a></p>' .
+        #' in the configuration file (<code>%s</code>).', $config);
+	"",)
 }
 undef $rootfound;
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211200923.qAK9NKnn084740>