Monotone (software), Kartoniert / Broschiert
Monotone (software)
- Open Source, Distributed Revision Control, SHA- 1, SQLite, RSA
(soweit verfügbar beim Lieferanten)
- Herausgeber:
- Lambert M. Surhone, Mariam T. Tennoe, Susan F. Henssonow
- Verlag:
- OmniScriptum, 03/2026
- Einband:
- Kartoniert / Broschiert
- Sprache:
- Englisch
- ISBN-13:
- 9783639923315
- Artikelnummer:
- 12653139
- Umfang:
- 96 Seiten
- Gewicht:
- 161 g
- Maße:
- 220 x 150 mm
- Stärke:
- 6 mm
- Erscheinungstermin:
- 15.3.2026
- Hinweis
-
Achtung: Artikel ist nicht in deutscher Sprache!
Klappentext
Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. Monotone is an open source software tool for distributed revision control. Monotone tracks revisions to files, groups sets of revisions into changesets, and tracks history across renames. The design principle is distributed operation making heavy use of cryptographic primitives to track file revisions (via the SHA-1 secure hash) and to authenticate user actions (via RSA cryptographic signatures). Each participant maintains their own revision history store in a local SQLite database. Monotone is especially strong in its support of a diverge / merge workflow, which it achieves in part by always allowing commit before merge.