Git SVN

From miki
Jump to navigation Jump to search

This page is dedicated to Subversion integration in Git

References

Workflow

First get a clone of subversion repository with:

git svn clone https://www.mysvnserver.org/svn/project -T trunk -b branches -t tags --username='USER'

Fetch all changes from SVN repo:

git svn fetch