我可以/应该在镜像存储库上运行 svnadmin pack
我们正在使用 svnsync 镜像 1.6 存储库。我们每周在主存储库上运行 svnadmin pack 一次,但我想知道我们是否可以或应该在镜像存储库上运行它。根据我对 SVN 内部结构的了解,svnadmin pack 所做的文件系统更改不会被镜像(我猜这是有道理的)。 有人可以确认我是否可以/应该在镜像上运行 svnadmin pack 吗?
We're mirroring a 1.6 repo using svnsync. We run svnadmin pack once a week on the master repo, but I'm wondering if we can or should also run it on the mirrored repository. From what I understand of SVN internals, the filesystem changes svnadmin pack makes would not be mirrored (which makes sense I guess).
Can someone confirm if I can/should run svnadmin pack on a mirror?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明,在镜像仓库上运行是可以的。
it turns out it was ok to run on the mirrored repo.