I have deleted some files in my project but when dooing commit directories are not synchronized. I would like to files in repository to be deleted as well.
How to do 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.
Did you just delete them with
rmor did you usesvn delete?If you use the second option, then your commit will effectively delete the files from the repository.
Edit: Translation for windows/tortoise:
If you deleted the files “normally” then you need to update your folder to make them reappear and then you have to delete them with tortoise (right click, …, delete).