
18 Dec
2010
18 Dec
'10
11:25 p.m.
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