Git SVN: Difference between revisions

From miki
Jump to navigation Jump to search
Line 10: Line 10:
** 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])
* [https://git.wiki.kernel.org/index.php/GitSvnCrashCourse Git - SVN Crash Course] ([http://git.or.cz/course/svn.html old version])
** [https://git.wiki.kernel.org/index.php/SvnMigration Migrating a team from SVN]
** [https://git.wiki.kernel.org/images-git/7/78/Git-svn-cheatsheet.pdf git-svn cheatsheet]
** [https://git.wiki.kernel.org/index.php/GitTips#git_svn git-svn tips]


== Workflow ==
== Workflow ==

Revision as of 09:04, 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