I work with software that is kept in svn for version control. I would like to use git (git-svn) however the software requires lots of setup and configuration before it can be used. There are tools that take care of all of the setup, including checking out all the code via svn.
All the documentation for git-svn (I've been able to find) requires a fresh checkout, using git-svn.
Is there a way to convert an existing svn checkout so it can use git-svn?