Git SVN: Difference between revisions
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
- 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
- Git - SVN Crash Course (old version)
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