Delete Tortoise SVN Commits

天涯浪子 提交于 2019-12-14 03:08:43

问题


I messed up with some commits in my project and I'd like to totally remove the commits I made, and not having any trace anymore (no revert).

Because I deleted some folders in my arborescence then restored them, but I lost all the logs that were on these subfolders and I totally need to know the modifications that have been made on these subfolders.

From the main folder, all the logs are visible, but not anymore in the subfolders

Does someone has an idea how to do it ???


回答1:


You cannot remove revisions, but I think what you could to in your case is the following: Use the repository browser and go to the revision where you still had your folders, copy the required folders to some "temp" folder in the root of your repository. Switch back to the "HEAD" of the repository and move the copied folders back into your project folder.

This way you will be able to see the entire history, just make sure that you uncheck the "Stop on copy/rename" checkbox in the log window.



来源:https://stackoverflow.com/questions/4734771/delete-tortoise-svn-commits

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!