DEV

SVN 저장소를 GIT 으로 변환하기

MasterJ 2020. 11. 26. 19:30

SVN 저장소는 구시대의 유물이 되어가는듯 수년전 이후로 다시 만난적이 없지만 

 

아직 오래된 프로젝트나 잊고 지내던 소스들은 SVN에 있을가능성이 있다.

 

SVN이 장점이 분명있지만 후기에 나온 서비스의 장점을 무시못하랴 

 

그래서 변환하는 글을 한번 작성해보기로했다.

 

아틀라시안 사이트에 git에 대한 설명과 함께 마이그레이션 에대한 설명 탭이 따로 존재하여 참고한다.

 

www.atlassian.com/git/tutorials/svn-to-git-prepping-your-team-migration

 

SVN to Git | Atlassian Git Tutorial

The biggest changes you’ll encounter while transitioning your team from SVN to Git for the admin and for the developer as well as basic Git commands.

www.atlassian.com

 

 

java -jar ~/svn-migration-scripts.jar verify

 

 

sudo apt-get install subversion

sudo apt-get install git

sudo apt-get install git-svn

sudo apt-get install perl