I have a massive SVN repo with tons of projects in it, each in their own directory.
MyMassiveSVNRepo
- project 1
- project 2
- project 3
- project 4
and so on...
I converted it to a GIT repo but now its just one giant GIT repo. Is there a script that I can run (or someone can create) that will let me make each parent directory into its own GIT repo? (and hopefully still retain history)
so when the script is done I have one repo for each project in my massive GIT repo and instead I have many smaller Git Repos? the Repo is far too large (15 gigs) to duplicate 150 times and then delete all the files I don't need from each project...
Any help is appreciated.