Skip to content

Instantly share code, notes, and snippets.

@isidromerayo
Created January 21, 2013 13:45
Show Gist options
  • Save isidromerayo/4586163 to your computer and use it in GitHub Desktop.
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
#
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