SVN과 Git 동기화
https://git-scm.com/docs/git-svn 게릴라 버전 관리 - git Magic Git 프로젝트를 Google 코드로 내보내기 - Google Open Source Google 코드 프로젝트에서 Git으로 개발 SVN과 Git 동기화 svn-authors.txt 생성 username@gmail.com = user-name username = user-name (no author) = user-name 원격 SVN을 로컬 Git에 복제 # -s is /turnk git svn clone -s https://svntime.googlecode.com/svn/ svntime -A svn-authors.txt --prefix=origin/ # 개별 서브 프로젝트 폴더 git svn clone h..