> 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? >
I think you can use git-svn to push a git repo to an svn repo. BOb