Is "git-svn clone" on linux the same as "git svn clone" on the mac?
On Linux I know I can do the following command to clone a svn repo
git-svn clone -s http://example.com/my_subversion_repo local_dir
but on my MAC I can't find git-svn so will the following command work
git svn clone -s http://example.com/my_subversion_repo local_dir