How to import a svn repository underneath a git repository?
Posted
by Thiago Moreira
on Stack Overflow
See other posts from Stack Overflow
or by Thiago Moreira
Published on 2010-06-13T08:39:20Z
Indexed on
2010/06/13
8:42 UTC
Read the original article
Hit count: 263
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
© Stack Overflow or respective owner