我安装了 'git',但我不确定我是否也安装了 'svn' 桥接器(“运行 'git svn' 的部分)。
所以我试着sudo port install git-core +svn
在Mac上做。但我最终得到:
---> Activating git-core @1.6.3.3_0+doc+svn
Error: Target org.macports.activate returned: Image error: Another version of this port (git-core @1.6.3.3_0+bash_completion+doc+svn) is already active.
Error: Status 1 encountered during processing.
那么如何检查我的 git 中是否安装了“svn”网桥?
谢谢你。