Note: I've seen questions about this happening with the CLI git/git-svn, but nothing with TortoiseGit.
I downloaded and installed Git and TortoiseGit. I already have a remote SVN repository, and TortoiseSVN installed, if that makes any difference.
After creating an empty directory, I use the right context menu as follows:
When I hit OK, a window pops up, says it's connecting to the repository, and it scrolls through all the revisions, up to r 1693, which is my latest. It shows "Success", and my local folder has a .git directory in it. But there are no files.
I've fiddled with it as follows:
SVN Fetch seems like the obvious choice. When I change the revision number, the Clone operation fails with the message:
git did not exit cleanly (exit code 1) (16078 ms @ 12/16/2013 10:31:27 AM)
I'm going to start fiddling with the CLI, but I suspect I will have the same problems. It's a very basic operation, after all. Your help is appreciated.
The problem, for anyone else who sees this, is that I had the "trunk" option checked, but my svn repository was set up in such a way that there was no trunk/ directory at my target. You have to assume things about the way git-svn is determining the path, or look further in the documentation than I reached.