Is there a way to do a selective commit from command-line?
I would like to commit some, but not all of the modified files. I’m thinking in the lines of parsing the output of svn status.
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.
You could put the files you’re working on in a changelist:
This way, you can go about your work, and when you type SVN commands (e.g.
svn diff, svn st, svn ci, etc.), you can specify a changelist and only those files in the changelist will be worked on.