On Fri, May 2, 2008 at 10:23 AM, Marco wrote: > thanks for all... > what is the difference between branch and trunk?
the .16 branch is where the stable releases come from. it's "safe" to update from the branch at any time as only bug fixes will be committed there. trunk is where development occurs. it often has parts that are drastically different that the stable branch and sometimes portions of it are completely unusable. Sometimes and app from trunk will work in the stable branch too, as long as core API changes don't affect it. Right now trunk has many API changes in the move to proper php5 support, as well is performance improvements so very little is compatible. _______________________________________________ phpGroupWare-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/phpgroupware-users
