Created
January 21, 2013 13:45
-
-
Save isidromerayo/4586163 to your computer and use it in GitHub Desktop.
Git+SVN - http://javisantana.github.com/slides/git-svn/#1 - Crear la estructura en svn y subir cambios de Git a SVN
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
svn mkdir --parents http://host/path/to/repo/{trunk,tags,branches} \ | |
-m "Standard layout for $project" | |
git svn init -s http://host/path/to/repo/ | |
git svn fetch | |
git rebase trunk master | |
git svn dcommit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment