タグ

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

  • 関連タグはありません

タグの絞り込みを解除

codingと*とvcsに関するcu39のブックマーク (3)

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

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

    cu39
    cu39 2009/10/18
  • Better SCM Initiative - CVS Alternativen

    Versionskontrollsysteme (oder Source Configuration Management-Systeme) ermöglichen es Entwicklern oder Autoren, die Historie des Quellcodes ihrer Projekte zu verfolgen – um ältere Versionen auszuchecken, mehrere Zweige zu pflegen und Ergebnisse zusammenzuführen. Die Better SCM Site ist eine Seite zum Vergleich und zur Unterstützung von Versionskontrollsystemen (VCSes). Als Better-SCM begann, war C

    Better SCM Initiative - CVS Alternativen
    cu39
    cu39 2009/10/18
  • Comparison of version-control software - Wikipedia

    This is a dynamic list and may never be able to satisfy particular standards for completeness. You can help by editing the page to add missing items, with references to reliable sources. This article may require cleanup to meet Wikipedia's quality standards. The specific problem is: Some of these projects may no longer be in active development and should be marked as inactive. Please help improve

    cu39
    cu39 2009/10/09
  • 1