Question
I have GitHub for Windows installed and was wondering whether I can clone a Subversion repository with the "Git Shell" that comes along with "GitHub for Windows".
Trial and error
I tried the following:
- Windows > Start > All Programs > GitHub, Inc > Git Shell
- From the Git Shell PowerShell window:
git-svn clone -s http://example.com/my_subversion_repo .
Then, I got the this error message:
The term 'git-svn' is not recognized as the name of a cmdlet,
function, script file, or operable program. Check the spelling of the
name, or if a path was included, verify that the path is correct and
try again. At line:1 char:8
+ git-svn <<<< clone -s http://example.com/my_subversion_repo .
+ CategoryInfo : ObjectNotFound: (git-svn:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Yes, I already googled, but didn't find an answer.