Git SVN
Jump to navigation
Jump to search
This page is dedicated to Subversion integration in Git
References
- git-svn (1)
- Using a Subversion server on Yobi!
- Git and Subversion on Pro Git
- svn2git, Migrating a SVN repo to Git Repo
- Some handy tools at InterfacesFrontendsAndTools:
- git-sv, svneverever
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