diff options
author | alepulver <alepulver@FreeBSD.org> | 2008-01-05 02:32:32 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2008-01-05 02:32:32 +0800 |
commit | 084187d09fb09f8259529576cacab902a9dbd834 (patch) | |
tree | f7fae6f6051d8351d2c2e3f0a3552c3581f2a5d2 /devel/aegis/distinfo | |
parent | 170cb42e614de5a98c5d4c07359f5e6ffa9277a8 (diff) | |
download | freebsd-ports-gnome-084187d09fb09f8259529576cacab902a9dbd834.tar.gz freebsd-ports-gnome-084187d09fb09f8259529576cacab902a9dbd834.tar.zst freebsd-ports-gnome-084187d09fb09f8259529576cacab902a9dbd834.zip |
Aegis is a transaction-based software configuration management system. It
provides a framework within which a team of developers may work on many
changes to a program independently, and Aegis coordinates integrating these
changes back into the master source of the program, with as little disruption
as possible. Some key features:
* All operations on the repository are based on change sets.
* True configurations. All changes are reproducible snapshots. Every change
set has a unique configuration identifier.
* Ability to rename files without losing their history.
* Binary files are supported.
* File meta-data are versioned. Aegis versions permissions also.
* Commits are truly atomic. No part of a commit takes effect until the entire
commit has succeeded. Log messages are attached to the change set, not
stored redundantly in each file.
* Access controls on lines of development (branches). Creating a branch in
Aegis can be accomplished with a single, fast command.
* Repository synchronization, geographically distributed development.
* Optimal performance for all users, local or remote (no difference).
* Disconnected commits.
* Peer-to-peer architecture. Work may flow in without involving a master site.
* Costs are proportional to change size, not data size.
WWW: http://aegis.sourceforge.net/
Diffstat (limited to 'devel/aegis/distinfo')
-rw-r--r-- | devel/aegis/distinfo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/aegis/distinfo b/devel/aegis/distinfo new file mode 100644 index 000000000000..907d657bba83 --- /dev/null +++ b/devel/aegis/distinfo @@ -0,0 +1,3 @@ +MD5 (aegis-4.22.tar.gz) = 19238b7f51822518f3651e7c1243ee0f +SHA256 (aegis-4.22.tar.gz) = 43b2a4f3a0d5bb3539461e417ef937851e375ab61737d88239d8854f170ecae5 +SIZE (aegis-4.22.tar.gz) = 4520815 |