On Thu, Jan 30, 2014 at 10:04 PM, Zk W <[email protected]> wrote: > Hi All > > We are tasked to move a code branch named "A" within SVN repo to Git. > We also have trunk merges going on between "A" and trunk in SVN. > Is it possible to set up with Git and SVN such that > 1) Trunk changes in SVN could be propagated to Git version control ? > If not, how can we resolve this need with an efficient setup ? > We don't think it is possible but we like to confirm.
There's `git-svn`[1], but it can be a bit of work to set up the automatic propagation from SVN to git (and back again I guess). You might also want to have a look at subgit[2], it's a commercial tool but it has a rather generous license last time I looked (free for small projects, even in commercial settings). For one-off conversions there's also reposurgeon[3]. /M [1]: Thomas Ferris Nicolaisen has written extensively about using `git-svn`: http://www.tfnico.com/presentations/git-and-subversion [2]: http://www.subgit.com/ [3]: http://www.catb.org/esr/reposurgeon/ and if you are interested there's a Git Minutes episode on Blender's use of it http://episodes.gitminutes.com/2013/12/gitminutes-26-campbell-barton-on-tricky.html -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: [email protected] jabber: [email protected] twitter: magthe http://therning.org/magnus -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
