Reputation: 8305
I have a project hosted in CodePlex, I chose SVN when I created this project. Now I try to use Git to clone this project.
I tried: "git svn clone the_url"
But it just hangs forever. It did not ask me for username or password or anything, just hangs.
Any idea how to get this to work?
Upvotes: 5
Views: 834
Reputation: 6408
Have a look at this answer regarding git svn and CodePlex. There are multiple possibilities, including SSL certificates, and CodePlex just responding slowly to the massive SVN fetch that git svn clone requires.
Upvotes: 1