diff options
author | João Felipe Santos <joao.eel@gmail.com> | 2010-05-12 23:28:45 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:28:45 +0200 |
commit | 16cfc31ada97b0438cb5ac9927a2ddcc4d6be1c9 (patch) | |
tree | 6fafee503851e5f00f78d79c430b59b68516d6fa /development/monotone/README | |
parent | e51c1537575766247ff721252cc4dc0c404dabbe (diff) |
development/monotone: Added to 12.2 repository
Diffstat (limited to 'development/monotone/README')
-rw-r--r-- | development/monotone/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/development/monotone/README b/development/monotone/README new file mode 100644 index 000000000000..be232156fcfa --- /dev/null +++ b/development/monotone/README @@ -0,0 +1,10 @@ +Monotone is a free distributed version control system. It provides a simple, +single-file transactional version store, with fully disconnected operation and +an efficient peer-to-peer synchronization protocol. It understands +history-sensitive merging, lightweight branches, integrated code review and 3rd +party testing. It uses cryptographic version naming and client-side RSA +certificates. It has good internationalization support, has no external +dependencies, runs on linux, solaris, OSX, windows, and other unixes, +and is licensed under the GNU GPL. + +Monotone requires Boost for building. |