> 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.
On Fri, May 24, 2013 at 5:05 AM, 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 everything im
San Martino writes:
> I know that
> during the pre-commit phase the repository cannot be accessed concurrently,
That's not right. The pre-commit runs before taking the repository lock
so other access, including other commits, can occur while the pre-commit
is running. And that means that the p
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 every
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 rea
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
>