Re: Split a subversion repo into several git repos

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Jonathan del Strother <maillist@...>
Cc: Eivind LM <eivliste@...>, <git@...>
Date: Thursday, October 11, 2007 - 5:40 pm

Jonathan del Strother wrote:

It does work.  Use:

git-svn init -t projectA/tags -b projectA/branches \
   -T trunk/projectA http://svn.host.com/
git fetch

Also you can expect the import results of each branch to be the same
regardless of whether you import all at once using a command like the
above, or import a single path without passing -t / -b / -T to git svn init.

If you have a lot of projects to mine from a single repository, use
svnsync or SVN::Mirror/svk and then import from the local repository
with --use-svm-props.

Sam.
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Split a subversion repo into several git repos, Eivind LM, (Thu Oct 11, 8:51 am)
Re: Split a subversion repo into several git repos, Jonathan del Strother, (Thu Oct 11, 9:46 am)
Re: Split a subversion repo into several git repos, Sam Vilain, (Thu Oct 11, 5:40 pm)
Re: Split a subversion repo into several git repos, Eivind LM, (Fri Oct 12, 10:14 am)
Re: Split a subversion repo into several git repos, Sam Vilain, (Fri Oct 12, 4:27 pm)
Re: Split a subversion repo into several git repos, Jonathan del Strother, (Fri Oct 12, 10:23 am)
Re: Split a subversion repo into several git repos, Eivind LM, (Fri Oct 12, 10:47 am)
Re: Split a subversion repo into several git repos, Patrick Doyle, (Thu Oct 11, 10:02 am)
Re: Split a subversion repo into several git repos, Patrick Doyle, (Thu Oct 11, 9:24 am)
Re: Split a subversion repo into several git repos, Eivind LM, (Fri Oct 12, 10:15 am)