Try using a range of commits, like -r9999:HEAD or something like that. In the past, I've used a Linux machine to make the initial git-svn clone, and then have Windows machine base their clones on this (and doing a git-svn init inside their clones so they can do git svn dcommit & rebase) to avoid the long wait for the initial clone.
I'm guessing that the difference for cloning a big SVN repository could be anywhere from twice-as-fast to ten-times-as-fast on Linux, so it could be worth a try. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To view this discussion on the web visit https://groups.google.com/d/msg/git-users/-/k1Q_v6ze7qIJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
