Pushing from an existing git repo to a new SVN repo

Posted by Drew Noakes on Stack Overflow See other posts from Stack Overflow or by Drew Noakes
Published on 2010-06-16T07:55:45Z Indexed on 2010/06/16 8:02 UTC
Read the original article Hit count: 290

Filed under:
|
|
|
|

All examples I've found on git-svn detail how to use git to mirror an existing SVN repo, work on it, then commit your changes back.

I have a pure git repo, created via git init not git-svn init and want to commit it to a new SVN service (Google Code, to be specific).

Is this something that can be done?

© Stack Overflow or respective owner

Related posts about svn

Related posts about git