Using git to clone a CodePlex project that uses SVN

I have a project hosted in CodePlex, I selected SVN when I created this project. Now I am trying to use Git to clone this project.

I tried: "git svn clone the_url"

But he just hangs forever. He did not ask me about the username or password or anything else, he just hangs.

Any idea how to make this work?

+5
source share
1 answer

See this answer regarding git svn and CodePlex. There are many possibilities, including SSL certificates, and CodePlex just responds slowly to the massive choice of SVN that git svn clone requires.

+1
source

All Articles