ラベル DVCS の投稿を表示しています。 すべての投稿を表示
ラベル DVCS の投稿を表示しています。 すべての投稿を表示

2008年3月4日火曜日

Mercurial

手軽っぽいんで Mercurial で管理してみる。
今のところ

clone
commit
diff
init
log
pull
push
remove
status
update

くらいしか使ってない。
使ってみて少し理解した(つもり)

小気味よく使える印象。他のあまりつかったことないけど。

2006年7月1日土曜日

Distributed VCS

買ってずっと放置していた
オープンソースマガジン 7月号をつらつらと眺める。。

BSDCan 2006 & FreeBSD Developers Summit リポートが良い。

分散型バージョン管理システムていろいろあんのね
Perforce
Subversion
GNU Arch
BitKeeper
git
Mercurial

Mercurialが有望、だとか。ふーん。。
portsのpkg-descrみてみると
高速、大規模でもイケるとか。


Mercurial is a fast, lightweight source control management system designed for
efficient handling of very large distributed projects. Features include:

* O(1) delta-compressed file storage and retrieval scheme
* Complete cross-indexing of file and changesets for efficient exploration
of project history
* Robust SHA1-based integrity checking and append-only storage model
* Decentralized development model with arbitrary merging between trees
* High-speed HTTP-based network merge protocol
* Easy-to-use command-line interface
* Integrated stand-alone web interface
* Small Python codebase
* GPL license

WWW: http://www.selenic.com/mercurial/