I am trying to use git on the Mac OS X and I can't find git-svn
to do something 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 the feature, I believe those two should be equivalent. My reasoning is:
git svn
results in the error that .git wasn't found, within the script /usr/libexec/git-core/git-svn
;Copyright (C) 2006, Eric Wong
git svn help
gives:git-svn - bidirectional operations between a single Subversion tree and git