如何使用 git-svn 获取/克隆几个分支?

发布于 2024-08-14 16:40:27 字数 279 浏览 6 评论 0原文

我正在使用的 SVN 存储库有相当多的分支。我只对与其中三个合作感兴趣,也许将来还会创建另一个新的 SVN 分支。到目前为止,我发现命令 git svn clone URL -T trunk -bbranches -t Tags 将克隆所有 SVN 分支,后续的 git svn fetch 命令将克隆所有 SVN 分支。也在所有 SVN 分支机构上运行。

有没有办法让我指定我想要使用的几个分支?我很可能没有足够的磁盘空间来容纳我的开发计算机上的所有 SVN 分支,并且我希望避免极其耗时的 git svn clone 操作。

The SVN repository that I am working with has a rather large number of branches. I am only interested in working with three of them and maybe another new SVN branch that will be created in the future. What I have figured out so far is that the command git svn clone URL -T trunk -b branches -t tags will clone all SVN branches and subsequent git svn fetch commands will also operate on all SVN branches.

Is there a way for me to specify the few branches that I want to work with? I most likely don't have enough disk space for all the SVN branches on my dev machine and I'd like to avoid an extremely time-consuming git svn clone operation.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

怎樣才叫好 2024-08-21 16:40:27

使用 git-svn 的多个分支展示了如何有选择地将 Subversion 分支添加到 git- svn 存储库。

Multiple branches using git-svn shows how to selectively add Subversion branches to a git-svn repository.

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