是否可以使用 TortoiseSVN 将文件从一个 SVN 存储库导入到另一个存储库?
我的机器上本地有几个独立的 SVN 存储库,并且我只使用 TortoiseSVN 客户端功能,没有 SVN 服务器后端。
现在我想合并这些存储库同时保留各个文件的修订历史记录。单独使用 TortoiseSVN 甚至 SVN 是否可以实现这一点?
编辑:看来我想要完成的事情最好使用 svn:externals 并为每个项目保留一个存储库。
I have several separate SVN repositories locally on my machine and I use only the TortoiseSVN client functionality without an SVN server backend.
Now I want to merge these repositories while keeping the revision history of individual files. Is that possible with with TortoiseSVN alone or even SVN?
Edit: It seems like what I want to accomplish is best done using svn:externals and keeping one repository for each project.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不知道是否有办法用现有的工具来做到这一点,但是理论上,如果存储库有不同的路径(当然它们不能重叠),并且如果你可以松散,这是可能的添加的存储库的提交编号。
这可以通过将源存储库的每次提交复制到新的主目标存储库中来实现。
I don't know if there's a way to do this with existing tools, however theoretically it would be possible if the repositories have different paths (of course they can't overleap), and if you can loose commit number for the added repositories.
This would be possible by replicating each commit of the source repositories into the new master target repository.
可以合并两个存储库(即使您不使用服务器)。请参阅对上一个问题的回答。
Merging two repositories is possible (even if you don't use a server). See this answer to a previous question.