Boost logo

Boost :

From: Beman Dawes (bdawes_at_[hidden])
Date: 2007-10-08 09:24:38


Gennadiy Rozental wrote:
> Beman Dawes <bdawes <at> acm.org> writes:
>
>> As an experiment, I've got a script that is checking svn every 15
>> minutes, and if there is a change, running the regression tests and
>> uploading results to a web site.
>
> Does it make sence to wait till there were no changes in last 15 min or so. To
> avoid getting in the middle of someone committing in a series of independent
> commits.

IIUC, one of the advantages of Subversion is that it does a commit of
multiple files as a single unit. Thus I'm not sure we need to worry
about partial commits.

Developers should only do independent commits of changes that are truly
independent.

--Beman


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk