Size: 580
Comment:
|
Size: 637
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
http://www.selenic.com/mercurial/ | http://mercurial.selenic.com/ |
Line 13: | Line 13: |
관련정보 * http://hginit.com/ JoelSpolsky의 소개 |
One of the SourceCodeControlSystem, Distributed version control
주요특징
- cross-indexing of files and changesets
- distributed development model
- lock 을 기다릴 필요가 없다.
- 파일 및 changeset수가 많다고 해서 심하게 느려지지 않는다.
- standalone web interface
- repository가 분산되어 있다. ci 를 해도 서버를 변경하지 않는다. push, pull 을 해야함
관련정보
MoinMoin이 이것을 이용하고있고. 이 프로젝트도 MoinMoin을 이용하는 중.