I am trying to migrate an svn repo to git. but i am stucked at
git svn clone https://svn.xxx.com/repos/xxx/trunk ~/temp
which throws a "fatal: cannot exec 'git-svn': Not a directory" error
say i'm in directory ~/temp, even i run just "git svn", I got the same error message.
tried
man git-svn
works well.
What's the problem please?