From 295f8c46250ffaaa87cdca5b40f0b6e5566f1b55 Mon Sep 17 00:00:00 2001 From: vsnijders Date: Tue, 31 Mar 2009 16:44:42 +0000 Subject: [PATCH] svnpkg: run svn command in hidden window. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@752 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/svn/svncommand.pas | 1 + 1 file changed, 1 insertion(+) 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