19 Dec
2010
19 Dec
'10
2:25 a.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