Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

git-svn hangs on clone

Tags:

git

svn

git-svn

When attempting to clone n SVN repository, git-svn appears to search through the SVN history (I see r[NNNNN] = [UUID] (refs/remotes/git-svn) and a lot of [A|M|D] <FilePath>/<FileName> output) and then it hangs and never finishes. Any idea what would cause this?

like image 975
Adam Avatar asked Jul 14 '11 20:07

Adam


1 Answers

Have you waited long enough? I've had SVN clones take as long as 12 hours or more. I don't remember exactly, but I left it overnight and it was done in the morning. Network latency plays a huge part, as there are tons of (relatively) tiny files to be sent by SVN. Even with an extremely fast network, though, it can take hours for a decent-sized repo.

like image 60
Ryan Stewart Avatar answered Nov 12 '22 05:11

Ryan Stewart