mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 02:56:01 +02:00
Svn2RevisionInc: Do not warn about missing SVN client. Issue #40359, patch by Don Siders.
(cherry picked from commit 4db3bb880c
)
This commit is contained in:
parent
0bc8523ddf
commit
fea934fb8b
@ -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