I am trying to migrate a bunch of SVN repos to GitHub. It is important for the client to keep his history since it contains important intellectual property information. I am at the stage on my test repo where I have to git svn clone
the repository but the SVN is not in the standard layout and I can't for the life of me determine how the layout is related to the required trunks, branches and tags.
The root of the repo looks like this:
The statmod
folder has the most in it and looks like this:
I'm going insane trying to get this to work.