Git SVN: Difference between revisions

From miki
Jump to navigation Jump to search
(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…')
 
Line 9: Line 9:
* Some handy tools at [https://git.wiki.kernel.org/index.php/InterfacesFrontendsAndTools#Subversion InterfacesFrontendsAndTools]:
* Some handy tools at [https://git.wiki.kernel.org/index.php/InterfacesFrontendsAndTools#Subversion InterfacesFrontendsAndTools]:
** git-sv, svneverever
** git-sv, svneverever
* [https://git.wiki.kernel.org/index.php/GitSvnCrashCourse Git - SVN Crash Course] ([http://git.or.cz/course/svn.html old version])


== Workflow ==
== Workflow ==

Revision as of 08:40, 12 July 2011

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