display a hint to use http://svnweb.freebsd.org if no CVSROOT was found

This commit is contained in:
Wolfram Schneider 2012-11-20 09:23:20 +00:00
parent 6c05a6b484
commit b397dcf07c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40106

View file

@ -517,9 +517,10 @@ for (my $i = 0; $i < scalar(@CVSrepositories); $i += 2) {
}
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;