CVS log for ports/devel/aegis/files/Attic/patch-Makefile.in
Up to [FreeBSD] / ports / devel / aegis / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.4
Thu Aug 18 20:22:30 2011 UTC (5 months, 3 weeks ago) by crees
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.3: +0 -0 lines
- Update to 4.24.3 - Pass maintainership to submitter - While here, use PORTDATA and PORTDOCS PR: ports/159289 Submitted by: aryeh.friedman@gmail.com
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jan 4 18:32:32 2008 UTC (4 years, 1 month ago) by alepulver
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_EOL, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +25 -13 lines
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/
Revision 1.2
Tue Jul 19 02:30:02 2005 UTC (6 years, 6 months ago) by linimon
Branches: MAIN
FILE REMOVED
Changes since revision 1.1: +0 -0 lines
As previously announced, remove these files due to their having passed their expiration dates. See individual Makefiles (or MOVED) for reasons. Hat: portmgr
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Mar 3 07:48:27 2004 UTC (7 years, 11 months ago) by sergei
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Add aegis 4.16: 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. Author: Peter Miller <millerp@canb.auug.org.au> WWW: http://aegis.sourceforge.net/ PR: ports/54060 Submitted by: vance@aurema.com
