タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

pythonとscmに関するinfohackのブックマーク (2)

  • Pythonで分散バージョン管理

    【1】   SCMとは? 「Software Configuration Management System」の略で、 邦訳は「ソフトウェア構成管理システム」がふつーなんですが、 一般には「バージョン管理ツール」とかの方が通りが良いでしょう。 主な機能として、 管理対象ソフトウェアのソースコード一群の変更を記録しておき、 時系列順に変更履歴をたどれるようにしたシステムなんです。 具体的な対象はソースコードファイルが基です。 ソースコードの変更のあった行を抽出したり出来ます。 最近のバージョン管理ツールは あらゆるファイルの履歴を追えるようになっています。 ワードやエクセル、バイナリファイルなどもとりあえず バージョン別に記録されたものを取り出せます。 (部分的な変更を抽出まではできないことが多いです。) 仕組みとしては 「管理対象ファイル群」とは別に 「リポ

  • Mercurial Wiki archive

    This domain used to host the wiki for Mercurial. Now it hosts a static archive of most non-spam pages for historical purposes. We now use a mix of issues on Heptapod as well as static pages on our website. Some aspects of the contents have been cleaned up in order to limit general footprint, reduce SEO spam, remove useless/redundant information, have working links, etc. You can search the full lis

  • 1