When I type in svn commit file.h, I get a screen which has:
--This line and those below will be ignored--
A file.h
And a list of ^G, ^O, etc. below. I would like to know how to go ahead and commit the file into the repository.
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.
That screen allows you to enter a commit message. Describe what’s changed in
file.h, and then save and exit your editor (it sounds like you’re usingnanoas your editor, in which case you’d hitCtrl-X). Once you enter a commit message and save it, your changes will be committed to the repository.