Clonar repositório do svn para git sem perder o histórico dos commits

Posted Over 10 years ago. Visible to the public.

Primeiro crie o repositório git
Depois execute os passos abaixo:

git clone git@git.xxx.com:seuprojeto.git seuprojeto
cd seuprojeto
git init
git svn clone https://www.xxx.com/svn/seuprojeto/trunk/ .
git push origin master
João Paulo
Last edit
About 10 years ago
Keywords
svn, to, git, clone, svn, git
Tags
Posted by João Paulo to ZeroGlosa (2013-08-21 12:06)