Re: Build on Pre-Commit

2013-05-24 Thread Stefan Sperling
On Fri, May 24, 2013 at 10:14:04AM +0200, San Martino wrote: Hello, I know this has been asked already, but we would really like to reject any attempt to commit files which would break a project in trunk. The decision to reject the committed files is based on the result of the building

Re: Build on Pre-Commit

2013-05-24 Thread San Martino
We already use branches, but we use/justify them for developping long features or bug-fixes which require some time and are not urgent. In many cases, however, we must urgently fix small, short and important bugs and release everything immediatly.. We act on trunk directly for this and for this

Re: Build on Pre-Commit

2013-05-24 Thread Stefan Sperling
On Fri, May 24, 2013 at 12:05:19PM +0200, San Martino wrote: We already use branches, but we use/justify them for developping long features or bug-fixes which require some time and are not urgent. In many cases, however, we must urgently fix small, short and important bugs and release

Re: Build on Pre-Commit

2013-05-24 Thread Les Mikesell
On Fri, May 24, 2013 at 5:05 AM, San Martino sanmrt...@gmail.com wrote: We already use branches, but we use/justify them for developping long features or bug-fixes which require some time and are not urgent. In many cases, however, we must urgently fix small, short and important bugs and

RE: Build on Pre-Commit

2013-05-24 Thread Bob Archer
Hello, I know this has been asked already, but we would really like to reject any attempt to commit files which would break a project in trunk. The decision to reject the committed files is based on the result of the building process of the project the files being committed belong to. I