如何重新创建 SVN“格式”文件存储在存储库中?
我们一直很高兴地创建 SVN 存储库的自动故障备份! 事实证明,我们没有备份每个存储库中的文件“格式”。
有没有办法重新创建文件(以及我们的存储库和历史记录) 我认为(希望!)这是唯一丢失的文件。
TIA 伊万·维尔诺特
We have been happily creating automated FAULTY backups of SVN repositories!!
It turns out that we were not backing up the file 'format' in each of the repositories.
Is there a way of recreating the file (and hence our repository and history)
I think (hope!) that this is the only file missing.
TIA
Ivan Vernot
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您只需创建一个空白存储库并从其中复制
format
文件(假设您的 Subversion 版本与备份中的版本相同)。format
文件中仅包含存储库版本号。另外,我建议您将来使用像 hot-backup.py 这样的工具来进行备份:)
You can just create a blank repository and copy the
format
file from there (assuming you have the same Subversion version as in your backup). Theformat
file just has the repository version number in it.Also, I would suggest you use a tool like hot-backup.py to do backups in the future :)