
8 Oct
2007
8 Oct
'07
1:24 p.m.
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