I'm trying to clone a Subversion repository with:
git svn clone svn://adress/repo --stdlayout
I get a error around r119:

I tried to checkout branches/Mikael at r119, and TortoiseSVN tells me that it does not exist.
If I look at the log I can see:
119 : /branches/Mikael added (en empty folder)
120 : /branches/Mikael deleted
121 : /branches/Mikael/file.txt added
What can I do?
Edit: I tried with other versions of Git, 1.7.8, 1.7.9, 1.7.10 and 1.7.11, starting from nothing and with the same command, they all failed at r119 for the same reason.
git-svnbug. Have you tried with the newest versiongit-svn?git diff v1.7.11..master git-svn.perlin my clonedgitsource tree, and the diff is over 3500 lines of text (much of it due togit-svnbeing modularized, moving a lot of stuff to reusable modules since version 1.7.11 - there are manyuses Git:SVN:xxxclauses now).git-svna chance, and updating your question about the success. The modularization ofgit-svnwould suggest that there is some intention for updating thegit-svnin some significant way. Maybe git mailing list could also help, if the newergit-svnis not up to the task either. If getting the newest (git cloned)git/git-svnworking in Windows is too much trouble, maybe you could use Linux for this test (e.g. run in a virtual machine).