Trusting Subversion, reducing server load

Doing an SVN update instead of a full check-out would reduce server bandwidth considerably (and reduce test cycle time). I wonder if Ticket #4916 <https://svn.boost.org/trac/boost/ticket/4916> has something to do with the decision (not) to trust Subversion. '--force-update' doesn't wipe out intermediate files as regression.py clearly intends it, making it act like '--incremental'. I think someone should fix #4916, make '--force-update' the default, and see what that does to server load. Then, bring back source browsing if we can.

On 18 December 2010 22:35, Jim Bell <Jim@jc-bell.com> wrote:
Doing an SVN update instead of a full check-out would reduce server bandwidth considerably (and reduce test cycle time).
You could use 'svn export' from a local checkout, so you only ever need to do an incremental update but have a fresh copy for each run. Daniel
participants (2)
-
Daniel James
-
Jim Bell