display a hint to use http://svnweb.freebsd.org if no CVSROOT was found
This commit is contained in:
parent
6c05a6b484
commit
b397dcf07c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40106
1 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue