입문서 - 시작합시다: 설치 방법

Mercurial의 설치 방법은 간단합니다.

안타깝게도 UnixInstallWindowsInstall은 번역이 아직 되어 있지 않습니다. Windows나 Mac사용자는 간단히 http://mercurial.berkwood.com/ 에서 최신 배포판을 설치하시면 됩니다.

또 하나, 이클립스를 쓰시는 분이라면 Mercurial Eclipse Plugin을 http://www.vectrace.com/mercurialeclipse/ 에서 구하실 수 있습니다.

설치를 마쳤다면, 다시 이 페이지로 돌아와 주세요.

Mercurial 프로그램의 이름은 hg입니다. Mercurial의 각 명령어는 hg로 시작하며, 그 뒤로 명령 이름이 나오고, 끝으로 설정과 인수가 나옵니다.

Mercurial이 설치되었으므로, 쉘에서 단순히 hg라고 치면, 프로그램은 쓸 수 있는 명령의 요약을 표시하게 됩니다.

$ hg
Mercurial Distributed SCM

basic commands (use "hg help" for the full list or option "-v" for details):

 add        add the specified files on the next commit
 annotate   show changeset information per file line
 clone      make a copy of an existing repository
(...)

만약 표시되지 않으면, 설치에 무언가 잘못된 곳이 있다는 뜻입니다. InstallTroubleshooting을 참고해주세요. (Windows의 명령줄에서는 명령 검색 경로(PATH)가 변경되지 않은 경우가 있으므로, 한번 로그 오프한 다음 설정을 다시 읽어들이도록 해주세요.)

어떤 버전의 Mercurial이 실행되고 있는지를 보려면, 아래와 같이 입력하세요.:

$ hg version
Mercurial Distributed SCM (version 0.94)

Copyright (C) 2005 Matt Mackall <mpm@selenic.com>
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

여기까지 잘 된다면, KoreanTutorialClone으로 넘어갑시다.


CategoryKorean

KoreanTutorialInstall (last edited 2009-05-19 19:30:59 by localhost)