是否可以恢复整个 SVN 存储库?
我只是对 SVN 存储库做了一些愚蠢的事情,我不小心将大量内容导入到根目录而不是子文件夹中。 我需要很长时间才能清理......除非有一种简单的方法可以对回购进行全局恢复? 帮助文件讨论了恢复工作副本,但新导入的项目没有工作副本。 有没有办法撤消导入?
I just did something dumb with my SVN repository, I accidentally imported a load of stuff into the root instead of into a subfolder. It will take me ages to clean up.... unless there is an easy way to do a global revert on the repo? The help file talks about reverting working copies but there is no working copy for a newly-imported item. Is there a way to undo an import?
Duplicate: Roll back or revert entire svn repository to an older
revision
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
请参阅此问题: 回滚或恢复整个 svn存储库到旧版本
See this question: Roll back or revert entire svn repository to an older revision
一种方法是仅备份到所需版本,然后恢复存储库。
应该给你你想要的备份。
One way would be to do an backup only up to the desired version and then restore the repository.
should give you the backup you want.
检查完整的存储库,合并更改,然后提交。
检查您的工作副本是否正确
Make a checkout of the complete repository, merge the change out and then commit.
Check your working copy is correct