I would like to do
svn commit -m '<message>'
But message should have two lines:
Commit by: firstuser Bug track: 9283
How to add new line character into message? I’ve tried SHIFT+ENTER, CTRL+T but it does not work. I use MS cmd command line.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
How about using the
-Fparameter to get the log message from a file?Then, you could do this (untested):