"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:
darius 2008-11-01 11:43:53 +00:00
parent aa20e38629
commit 78b010d112

View File

@ -119,7 +119,7 @@ begin
CmdLine := CmdLine + ' ' + StatusItem^.Path;
end;
CmdLine := CmdLine + ' -m"' + SVNCommitMsgMemo.Text + '"';
CmdLine := CmdLine + ' -m ' + SVNCommitMsgMemo.Text;
ShowSVNCommitFrm(CmdLine);
end;