Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

using git to clone a CodePlex project that uses SVN

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?

like image 203
Cui Pengfei 崔鹏飞 Avatar asked Nov 12 '22 22:11

Cui Pengfei 崔鹏飞


1 Answers

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.

like image 172
Peter Bratton Avatar answered Nov 15 '22 11:11

Peter Bratton