How to erase sensitive information from Subversion?
问题 I one of the previous versions of my code, stored in a Subversion repository, there is sensitive information. How to erase it while keeping all other versions? EDIT : The repository is Google Code Project Hosting, so I can't dump and restore the repository =( 回答1: Want you want is a SVN feature commonly called "obliterate", which unfortunately still is not implemented. As a workaround, you will have to dump, filter & reimport your repository. See e.g. the entry in the SVN faq How do I