Differences between revisions 1 and 28 (spanning 27 versions)
Revision 1 as of 2014-06-04 11:25:36
Size: 1052
Editor: KaiJaeger
Comment:
Revision 28 as of 2018-03-03 12:08:57
Size: 310
Editor: KaiJaeger
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
<<TableOfContents>>
Line 3: Line 5:
acre is a fully-featured, source code management system for Dyalog APL. With version 4 acre became independent from FlipDB. It can now be used with any Source Code Management.
Line 5: Line 7:
acre manages the development of a project of size from a single individual to an international team of developers.

 * It stores code that exists prior to its being put under acre's care into a code-file initially.
 * Additions and changes made in the Dyalog Editor are saved automatically to component files - one file per workspace item - and can be undone one-at-a-time and individually. No saving of a workspace is necessary.<<BR>><<BR>>
 Saved changes can be saved back to the code-file so that they can be delivered to a user or used modularly by another maintained system without losing the ability to reverse them.
 * The Project can be uploaded to a server to be downloaded and maintained co- operatively by a development team. Conflicts caused by two or more developers' changing the same item are handled and resolved safely. Users can see and download changes made by other developers without disturbing their own work.
In fact acre itself is now developed under Git and thas therefore been relocated to [[https://github.com/the-carlisle-group/Acre-Desktop]].

The code management system acre

With version 4 acre became independent from FlipDB. It can now be used with any Source Code Management.

In fact acre itself is now developed under Git and thas therefore been relocated to https://github.com/the-carlisle-group/Acre-Desktop.

acre (last edited 2018-03-18 19:03:45 by KaiJaeger)