I try to convert a SVN repository to git using git2svn
. My server uses username and password.
I did
svn2git https://example.com/svn/bar
svn co
may works well only because it checks out last revision, while git svn
downloads the whole repository. So, probably the remote repository is corrupted at some revision.
A few things to try: