在Mac上使用Git吗?我找不到git-svn [duplicate]

问题描述 投票:1回答:1
[我正在Mac OS X上尝试使用git,但是找不到git-svn做类似的事情

git-svn clone -s http://example.com/my_subversion_repo local_dir

git svn clone -s http://example.com/my_subversion_repo local_dir

相同?
macos git git-svn
1个回答
4
投票
尽管我从未使用过该功能,但我认为这两个功能应该等效。我的理由是:

    仅执行git svn会导致在脚本/usr/libexec/git-core/git-svn中找不到.git的错误;
  • 在文本编辑器中打开该脚本显示了git-svn作者的功劳:
  • 版权所有(C)2006,Eric Wong

      因此运行git svn help给出:
  • git-svn-单个Subversion树和git之间的双向操作
  • © www.soinside.com 2019 - 2024. All rights reserved.