Breaking Up Git Repositories
My SVN repository for SMSBarrage had a root directory structure like this:
SMSBarrage/
+-trunk/
+-Android\
+-Blackberry\
+-iPhone\
+-WindowsMoblie\
After importing this structure into a Git repository I realized that I wanted to break it up into multiple repositories. I had already deleted the SMSBarrage/ folder from the SVN and I didn’t want to deal with rolling back the commit. Luckily git has a very impressive command toolkit which enabled me to make this transition without losing any code, history, or even tags.

I have been receiving