I am using TortoiseSVN on Windows.
I want to delete all files from all folders, so I can import a new source tree to find the differences including deleted files. (Quite similar to updating a vendor branch.)
What is the easiest method to do this?
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.
Maybe the following is not too painful. Search for all files in the folder (with a *), then delete all .svn folders (but only move them to recycle bin). then delete the remaining files (for real). Restore the .svn folders from the recycle bin…
Edit: If you have to do it often, you probably should write some script that does the job…