mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 08:36:21 +02:00
"removed quotes from the message switch for svn commit
apparently they are passed literally to the repository DB" git-svn-id: trunk@17170 -
This commit is contained in:
parent
aa20e38629
commit
78b010d112
@ -119,7 +119,7 @@ begin
|
||||
CmdLine := CmdLine + ' ' + StatusItem^.Path;
|
||||
end;
|
||||
|
||||
CmdLine := CmdLine + ' -m"' + SVNCommitMsgMemo.Text + '"';
|
||||
CmdLine := CmdLine + ' -m ' + SVNCommitMsgMemo.Text;
|
||||
|
||||
ShowSVNCommitFrm(CmdLine);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user