You've already forked lazarus-ccr
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
This commit is contained in:
@ -92,6 +92,7 @@ begin
|
|||||||
try
|
try
|
||||||
SvnProcess.CommandLine := SvnExecutable + ' ' + Command;
|
SvnProcess.CommandLine := SvnExecutable + ' ' + Command;
|
||||||
SvnProcess.Options := [poUsePipes];
|
SvnProcess.Options := [poUsePipes];
|
||||||
|
SvnProcess.ShowWindow := swoHIDE;
|
||||||
SvnProcess.Execute;
|
SvnProcess.Execute;
|
||||||
while SvnProcess.Running do begin
|
while SvnProcess.Running do begin
|
||||||
if not ReadOutput then
|
if not ReadOutput then
|
||||||
|
Reference in New Issue
Block a user