タグ

PythonとSCMに関するdrumscoのブックマーク (3)

  • Submin: git/subversion web administration

    SVN/git web administration Submin provides a web-based admin interface to your SVN and git repositories. Its goal is to be easy to setup and easy to use. Download submin Installation instructions It seems that the latest nightly builds do not cleanly upgrade. Please see News for more information. Features Create SVN/Git repositories Add users/groups Control read/write access to repositories Easily

    drumsco
    drumsco 2011/04/20
    WEBベースのsvn管理ツール。
  • Pythonで分散バージョン管理

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

  • Edgewall Software: Trac

    Error displaying page This is a placeholder. If you’re seeing this page, something is improperly configured on the Edgewall web server. Please email info@edgewall.com and tell us about it.

    drumsco
    drumsco 2006/07/10
    Trac開発元
  • 1