Git SVN

From miki
Revision as of 07:58, 12 July 2011 by Mip (talk | contribs) (Created page with 'This page is dedicated to Subversion integration in Git == References == * [http://www.kernel.org/pub/software/scm/git/docs/git-svn.html git-svn (1)] * [http://wiki.yobi.be…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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