|
|
|
//converter projeto sites svn dos sites para o git com com os autores
|
|
|
|
|
|
|
|
cd Área\ de\ Trabalho/ && sudo rm -rf subido/ && cp -r subirgit/ subido && cd subido
|
|
|
|
|
|
|
|
svn2git http://192.168.250.4:81/svn/PROJETO.com.br/ --authors authors.txt
|
|
|
|
|
|
|
|
git push --set-upstream http://192.168.250.100/Sites/.NET/PROJETO.com.br.git master
|
|
|
|
|
|
|
|
//quando nao tiver pasta trunk
|
|
|
|
Use o parâmetro
|
|
|
|
|
|
|
|
--rootistrunk --authors authors.txt |
|
|
|
\ No newline at end of file |