We committed some files in the /foo path. Now we want to start the /foo history from scratch. How do we delete /foo and its history from svn? It is possible?
We committed some files in the /foo path. Now we want to start the
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.
This is not made easy by SVN, as it is designed to preserve data at all costs, not destroy it. There is no harm in leaving
foo'shistory in the repository.You can, however, do this using
svnadmin dump. You will find some details here:Subversion Obliterate feature