diff --git a/components/svn/svncommand.pas b/components/svn/svncommand.pas index 5e9f054c6..8011d7b37 100644 --- a/components/svn/svncommand.pas +++ b/components/svn/svncommand.pas @@ -92,6 +92,7 @@ begin try SvnProcess.CommandLine := SvnExecutable + ' ' + Command; SvnProcess.Options := [poUsePipes]; + SvnProcess.ShowWindow := swoHIDE; SvnProcess.Execute; while SvnProcess.Running do begin if not ReadOutput then