⇤ ← Revision 1 as of 2006-07-08 09:49:16
Size: 468
Comment:
|
Size: 580
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 11: | Line 11: |
* repository가 분산되어 있다. ci 를 해도 서버를 변경하지 않는다. push, pull 을 해야함 |
One of the SourceCodeControlSystem, Distributed version control
http://www.selenic.com/mercurial/
주요특징
- cross-indexing of files and changesets
- distributed development model
- lock 을 기다릴 필요가 없다.
- 파일 및 changeset수가 많다고 해서 심하게 느려지지 않는다.
- standalone web interface
- repository가 분산되어 있다. ci 를 해도 서버를 변경하지 않는다. push, pull 을 해야함
MoinMoin이 이것을 이용하고있고. 이 프로젝트도 MoinMoin을 이용하는 중.