All of lore.kernel.org
 help / color / mirror / Atom feed
* importing multi-project svn repositories
@ 2007-05-06 18:56 David Hanson
  2007-05-07 18:06 ` Steven Grimm
  0 siblings, 1 reply; 9+ messages in thread
From: David Hanson @ 2007-05-06 18:56 UTC (permalink / raw)
  To: git

What's the recommended way to import the full history from an svn  
repository organized as a group of projects? E.g., as described at  
http://svnbook.red-bean.com/nightly/en/ 
svn.reposadmin.planning.html#svn.reposadmin.projects.chooselayout:

/
    calc/
       trunk/
       tags/
       branches/
    calendar/
       trunk/
       tags/
       branches/
    spreadsheet/
       trunk/
       tags/
       branches/
    …

I'd like to import calc at the top level, put calc/tags/foo in git's  
tags/calc/foo and calc/branches/baz in git's heads/calc/baz. Ditto  
for calendar, spreadsheet, etc.

I suspect there's a way to use git-svnimport repeatedly with  
appropriate editing of .git/svn2git.
thanks,
dave h

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

end of thread, other threads:[~2007-05-13 16:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-06 18:56 importing multi-project svn repositories David Hanson
2007-05-07 18:06 ` Steven Grimm
2007-05-08  3:48   ` Dave Hanson
2007-05-08  7:16     ` Deprecate git-svnimport? Steven Grimm
2007-05-08  9:58       ` minimize_url in git-svn? Junio C Hamano
2007-05-08 11:28         ` Johannes Schindelin
2007-05-08 19:34         ` Eric Wong
2007-05-09  4:56           ` Junio C Hamano
2007-05-13 16:58           ` [PATCH] git-svn: don't attempt to minimize URLs by default Eric Wong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.