diff options
author | Brian Muramatsu <btmura@gmail.com> | 2010-07-03 13:04:46 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-07-03 13:04:46 -0500 |
commit | 384895138f4dc2b7ea22e9515a08f6bde4430a96 (patch) | |
tree | 43a4302e00c25bfc1d67714173c2e78512e0a4c7 /development/monotone/README | |
parent | 40fde19eef473f68b875d4b591a297844f446c91 (diff) | |
download | slackbuilds-384895138f4dc2b7ea22e9515a08f6bde4430a96.tar.gz |
development/monotone: Added (A Distributed Version Control System)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
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 0000000000..889488f39a --- /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 Botan and Lua for building. |