How to check in only selected files changed in to the repository?
Share
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 give the file names to the commit command:
If you are using subversion 1.5 or newer, you could instead create a changelist.
will create a changelist called
mychangesand assign the filesfile1andfile2to it.Then you can commit the changelist, or use the changelist on many other commands as well: