5

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?

Cui Pengfei 崔鹏飞
  • 8,017
  • 6
  • 46
  • 87

1 Answers1

1

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.

Community
  • 1
  • 1
Peter Bratton
  • 6,302
  • 6
  • 39
  • 61
  • I have the same problem with https://v8dotnet.codeplex.com/. It hangs for very long time and times out later without any certificate error. I am actually trying to create a fork on GitHub. Any help is appreciated. – Sergiy Belozorov Aug 19 '13 at 08:51