I would like to ditch SVN for Git. My current SVN repository setup has projects under trunk (/trunk/projecta
, /trunk/projectb
, etc. with tags and branches at /tags/projecta-1.0
, etc.). I would like to create distinct Git repos for each of these projects by pulling them out of SVN using git-svn.
I've successfully pulled the entire SVN repo down to a local Git repo but all of the projects exist in the same Git repo now. Is it possible to pull them apart at this point?