osx - Using Git on Mac? I cant find git-svn -
osx - Using Git on Mac? I cant find git-svn -
this question has reply here:
can't find git-svn on mac os x leopard after installing via macports 3 answersi trying utilize git on mac os x , can't find git-svn
like
git-svn clone -s http://example.com/my_subversion_repo local_dir
is
git svn clone -s http://example.com/my_subversion_repo local_dir
the same?
though i've never used feature, believe 2 should equivalent. reasoning is:
performinggit svn
results in error .git wasn't found, within script /usr/libexec/git-core/git-svn
; opening script in text edit reveals credit of author of git-svn: copyright (c) 2006, eric wong
hence runninggit svn help
gives: git-svn - bidirectional operations between single subversion tree , git
osx git git-svn
Comments
Post a Comment