gpt4 book ai didi

svn - 无法在 Mac 中使用 git-svn

转载 作者:太空狗 更新时间:2023-10-29 12:52:00 24 4
gpt4 key购买 nike

我在 MacPorts 中用 svn 安装了 Git

sudo port install git-core +svn

我尝试使用 git-svn 失败了

git svn egUrl

git-svn egUrl

安装 MacPorts 后如何在 Mac 中使用 Git-svn

最佳答案

您必须首先将 Svn 存储库克隆到 git 中。就我而言,我使用以下内容(我的 git-core 是 v1.6.x):

git svn clone https://myrepos.com/project -T trunk -b branches/*/* --prefix=svn/

克隆可能需要一段时间,但一旦完成,您就可以使用 git 命令与新的 git 存储库交互,然后使用 git svn rebase pull/提交到 svn >git svn dcommit,分别。

这有点高级,没有提供太多细节,但希望它至少能让你入门。

关于svn - 无法在 Mac 中使用 git-svn,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/772255/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com