其他 VCS 中是否有与 Visual SourceSafe 的影子目录等效的东西?
我被要求将 Subversion 服务器上所有存储库中所有文件的当前版本保存到网络驱动器。 这是我们对存储库本身的备份的补充。
Visual SourceSafe 通过影子文件夹自动完成此操作。
有没有办法为 Subversion 存储库完成此任务?
其他当前或流行的 VCS 解决方案中是否存在与影子文件夹等效的解决方案?
I have been asked to save the current versions of all files in all repositories on our Subversion server to a network drive.
This is in addition to our backups of the repositories themselves.
Visual SourceSafe did this automatically by means of shadow folders.
Is there a way to accomplish this for a Subversion repository?
Is there an equivalent to shadow folders in any of the other current or popular VCS solutions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我很高兴地说我已经忘记了 SourceSafe 是如何工作的,但是 Subversion 有一个导出功能,可以复制所有文件的当前版本。您还可以设置提交挂钩,每当有人提交更改时就会执行任务。
I'm happy to say that I've forgotten how SourceSafe works, but Subversion has an export feature that will copy the current version of all files. You can also set up commit hooks that will perform tasks whenever someone commits changes.