mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 15:58:07 +02:00
Svn2RevisionInc: Do not warn about missing SVN client. Issue #40359, patch by Don Siders.
This commit is contained in:
parent
c3891ad820
commit
4db3bb880c
@ -572,8 +572,8 @@ begin
|
||||
exit;
|
||||
end;
|
||||
|
||||
if not SvnInPath then
|
||||
debugln('Warning: svn not in path.');
|
||||
if not (GitInPath or SvnInPath or HgInPath) then
|
||||
debugln('Warning: Version control client not in path.');
|
||||
|
||||
Result := True;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user