Every time I do a status on svn using terminal I get this file.
? svn-commit.8.tmp
I know its a failed commit comment file but how do I get rid of it. I don’t know if I should rm it or how to deal with it.
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.
Just
rmit.The reason it’s left behind when a commit fails is so that you don’t lose the (potentially long) commit message that you just wrote — you can open the file in a text editor and paste the text as the commit message of your next commit when you fix the problem that prevented your first commit.