How to import a svn repository underneath a git repository?
- by Thiago Moreira
Hi there,
I have a svn repository that I migrated to git using the tool svn2git. Now I would like to push this git layout to a remote repository underneath an existing directory. But, I would like to keep the svn history (tags and branches).
For instance:
Git remote repository layout:
git-repository/dirA
git-repository/dirB
git-repository/dirC/svn-repository-migrated-to-git
Makes sense? Is it possible??
Thanks