Commit in official trunk ...
Caeies <[email protected]> Wed, 25 Nov 2009 12:41:04 +0100
| Newsgroups | gmane.comp.web.phpgroupware.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi all, I'm happy to see new logs in the svn. But I have to urge all devs to be *very* carefull when commiting in the repository. As maat suggest having an easy understable log is important. I will not focus in this email on this, but I think that the way he proposed to "tag" logs is a good idea. The real focus in this message is this : Each commit *in trunk* should be "atomic". I mean, that if somebody do a checkout, trunk should be "usable" after each commit. You are free to do whatever you want in your own branch (but I would recommand to stick to this policy), but not in trunk. Reasons are : - easily review patches - easily merge - no missing files for people - ... Thanks to all ! Caeies.