I would like to do
svn commit -m \"\"
But message should have two lines:
Commit by: firstuser
Bug track: 92
Write the message in text editor and just copy and paste it to terminal(command editor).
Just type message in a text editor in multiple lines.
-m "Message line
Message line 2
Message line 3"
Type the required command in command editor.
svn command
Copy and paste the message content from text editor to command editor.
svn command -m "Message line 1.
Message line 2
Message line 3"
4.Execute Enter .
5.It works :)