Cui Pengfei 崔鹏飞
Cui Pengfei 崔鹏飞

Reputation: 8305

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?

Upvotes: 5

Views: 834

Answers (1)

Peter Bratton
Peter Bratton

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

Related Questions