The basic way you would want to do it, it attach your git tree to SVN and then git svn dcommit - which will replay the uncommitted changes back into SVN - git svn init will do the attachment - assuming that your git / svn repositories are at least based from the same place. - John 'Warthog9' Hawley On Sat, 2008-10-25 at 11:40 -0700, Warren Harris wrote: > Is there a way to export a git repository along with its history to > svn? (git svn init seems to want to go in the other direction.) I know > this is in some sense "going backwards" but I need to commit my work > to a client. Thanks, > > Warren > -- > To unsubscribe from this list: send the line "unsubscribe git" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html