Skip to content

Instantly share code, notes, and snippets.

@ricventu
Last active June 6, 2017 07:14
Show Gist options
  • Save ricventu/9bd1d78602a7d7b72a951c769da076ad to your computer and use it in GitHub Desktop.
Save ricventu/9bd1d78602a7d7b72a951c769da076ad to your computer and use it in GitHub Desktop.
Import git repository into svn

Import git repository into svn

  1. git svn init svn://path/to/svn/repo/ -s
  2. git svn fetch
  3. git rebase origin/trunk
  4. git svn dcommit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment