Hi Christer, Christer Edvartsen writes: > At work we use Subversion, and one of the developers have been > developing a project for a while in an external git repos (he started > the project when he was a consultant). > > Is there any way to import this into a new svn repos keeping history and > everything?
Yes, this is possible- See `svnrdump load` to load a dumpstream into a remote Subversion repository. To generate the dumpstream from the Git fast-import stream, you could use `git2svn` [1] or alternatively try out the experimental `svn-fi` [2]. Note that you need revprop changing ability to perform the import itself. Do let me know how it works out- the feedback can help us improve our tools. -- Ram [1]: http://repo.or.cz/w/git2svn.git [2]: svn-fi branch of http://github.com/artagnon/git.git