버전 관리 관련 읽어볼 것들:
http://bloodguy.tistory.com/category/버전관리
특히 Merge 하는 경우:
http://bloodguy.tistory.com/603
3가지 버전 관리툴 링크:
http://devilchen.tistory.com/4248
참고할 것.
TortoiseHg: http://tortoisehg.bitbucket.org/
Mercurial 안내서:
http://hgbook.red-bean.com (Mercurial: definitive guide)
http://hginit.com (Joel Spolsky's)
Mercurial 우분투에서 설치하는 것은 다음 사이트를 참조.
http://blog.ragingfx.com/mercurial-with-tortoisehg-installation-ubuntu
https://launchpad.net/~mercurial-ppa/+archive/releases
Eclipse에서 Mercurial 플러그인 설치
http://javaforge.com/project/HGE
---- 다음과 같은 커맨드를 수행할 것(http://blog.ragingfx.com/mercurial-with-tortoisehg-installation-ubuntu 참고)
$ sudo add-apt-repository ppa:mercurial-ppa/releases
$ sudo add-apt-repository ppa:tortoisehg-ppa/releases
$ sudo apt-get update
$ sudo apt-get install tortoisehg tortoisehg-nautilus
'소프트웨어공학' 카테고리의 다른 글
버전관리(Git) (0) | 2012.07.25 |
---|---|
코딩을 하면서 생각한 Feedback (0) | 2010.05.02 |
Code profiler (0) | 2010.02.04 |
Probe effect (0) | 2010.02.04 |
UML Class Template 표기 (0) | 2009.09.15 |