I would like to do
svn commit -m \"\"
But message should have two lines:
Commit by: firstuser
Bug track: 92
I use the following method and it works:
svn commit {list of files to commit}
After typing the above command and pressing enter, an editor will open. Write your comment there and exit the editor. Upon exiting the editor, the commit command will execute and whatever you wrote in the editor will be committed too.