git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Migrating from SVN
@ 2010-03-22 10:18 Christoph Bartoschek
  2010-03-25  6:22 ` Heiko Voigt
  0 siblings, 1 reply; 3+ messages in thread
From: Christoph Bartoschek @ 2010-03-22 10:18 UTC (permalink / raw)
  To: git

Hi,

we consider migrating from Subversion to Git. However we are not sure how to 
cleanly migrate the history from Subversion to Git. Till now we have such a 
structure in a single Subversion repository:

project_A
project_B
project_C
project_D
project_E

Via svn:externals we form two products:

product_1/project_A
          project_B
          project_C

product_2/project_B
          project_C
          project_D
          project_E

Now we are merging both products into one such that the structure should be 

product/project_A
        project_B
        project_C
        project_D
        project_E

I think this makes migration to Git easier as we can now work with only one 
Git repository. We also circumvent the usage of the unmature submodule 
support in Git.

How can I now import our Subversion projects into the Git repository such 
that for each project the history is kept and ideally the whole history is 
linearized by the subversion revision numbers?

Thanks
Christoph

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-03-26 11:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-22 10:18 Migrating from SVN Christoph Bartoschek
2010-03-25  6:22 ` Heiko Voigt
2010-03-26 11:15   ` Christoph Bartoschek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).