Convert SVN Subdirectory to Git
Posted
by magneticMonster
on Stack Overflow
See other posts from Stack Overflow
or by magneticMonster
Published on 2010-05-02T01:32:25Z
Indexed on
2010/05/02
1:37 UTC
Read the original article
Hit count: 249
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?
© Stack Overflow or respective owner