gpt4 book ai didi

repository - Tortoise SVN Repo-浏览器

转载 作者:行者123 更新时间:2023-12-01 08:20:13 25 4
gpt4 key购买 nike

我想知道如果我在 SVN repo 浏览器中右键单击一个文件,它会被永久删除吗?可以恢复吗?

最佳答案

This question/answer来自 SVN 常见问题解答您可能会感兴趣:

How do I completely remove a file from the repository's history?

There are special cases where you might want to destroy all evidence of a file or commit. (Perhaps somebody accidentally committed a confidential document.) This isn't so easy, because Subversion is deliberately designed to never lose information. Revisions are immutable trees which build upon one another. Removing a revision from history would cause a domino effect, creating chaos in all subsequent revisions and possibly invalidating all working copies.

The project has plans, however, to someday implement an svnadmin obliterate command which would accomplish the task of permanently deleting information. (See issue 516.)

In the meantime, your only recourse is to svnadmin dump your repository, then pipe the dumpfile through svndumpfilter (excluding the bad path) into an svnadmin load command.



如果它那么难,那么从 Tortoise SVN 可以轻松完成的可能性很小......
(这不是源代码管理的目标......)

关于repository - Tortoise SVN Repo-浏览器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1824178/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com