Mercurial 설치

  • c4016675
    (냉장고를사다줘)
  • c4016675's Avatar 이 글의 작성자
  • Offline
  • Junior
  • Junior
더보기
22 Jan 2017 11:09 - 22 Jan 2017 11:12 #1865 작성자: c4016675
c4016675 님의 글: Mercurial 설치
Git에 이어 요즘 많이 쓰이는 소스 관리 도구죠. (SCM)

1. 사용하게 된 계기 : 어떤 프로젝트를 구했는데 빌드 중 에러가 났어요.

:processResources UP-TO-DATE
:classes
:getNativeLibs FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':getNativeLibs'.
> A problem occurred starting process 'command 'hg''

2. 다운로드 : www.mercurial-scm.org/

3. 맥의 경우 설치하면 바로 path에 잡혀서 콘솔에서도 hg 실행해서 사용할 수 있어요.

$ hg
Mercurial Distributed SCM

basic commands:

 add           add the specified files on the next commit
 annotate      show changeset information by line for each file
 clone         make a copy of an existing repository
 commit        commit the specified files or all outstanding changes
 diff          diff repository (or selected files)
 export        dump the header and diffs for one or more changesets
 forget        forget the specified files on the next commit
 init          create a new repository in the given directory
 log           show revision history of entire repository or files
 merge         merge another revision into working directory
 pull          pull changes from the specified source
 push          push changes to the specified destination
 remove        remove the specified files on the next commit
 serve         start stand-alone webserver
 status        show changed files in the working directory
 summary       summarize working directory state
 update        update working directory (or switch revisions)

(use 'hg help' for the full list of commands or 'hg -v' for details)
Time to create page: 0.054 seconds
Powered by Kunena Forum