是否可以使用 TortoiseSVN 将文件从一个 SVN 存储库导入到另一个存储库?

发布于 2024-09-05 14:20:59 字数 338 浏览 3 评论 0原文

我的机器上本地有几个独立的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

何以笙箫默 2024-09-12 14:21:02

我不知道是否有办法用现有的工具来做到这一点,但是理论上,如果存储库有不同的路径(当然它们不能重叠),并且如果你可以松散,这是可能的添加的存储库的提交编号。

这可以通过将源存储库的每次提交复制到新的主目标存储库中来实现。

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.

橘味果▽酱 2024-09-12 14:21:01

可以合并两个存储库(即使您不使用服务器)。请参阅对上一个问题的回答

Merging two repositories is possible (even if you don't use a server). See this answer to a previous question.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文