开发者

Delete Tortoise SVN Commits

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, al开发者_如何学Pythonl the logs are visible, but not anymore in the subfolders

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


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜