I have a flat svn repository which looks like:
my_repo/ ├── file1.c ├── file2.c ├── file3.c └── README
This repo has no branches, or tags a
Hit same issue with an old 'flat' SVN repo, following worked with git v2.20.1: (following recipe on http://www.sailmaker.co.uk/blog/2013/05/05/migrating-from-svn-to-git-preserving-branches-and-tags-3/ )
git svn init --stdlayout --prefix=svn/ -T / git svn fetch --all