Re: Parallelising SVN Checkout

2012-09-04 Thread Jonathan Holloway
Hi Stefan, Well it's early on in the process, the script works, but I've not tested it on a local repository yet with a suitably sized project. The remote Tomcat Apache project (approx 64MB) that I did "checked out" slightly slower with the script. I haven't delved into i/o stats or network late

Re: Parallelising SVN Checkout

2012-09-04 Thread Stefan Sperling
On Tue, Sep 04, 2012 at 03:26:36PM +0100, Jonathan Holloway wrote: > then forking a process/starting a thread to svn update the subfolders? > Does this make sense from a > performance point of view or is the bottleneck of disk I/O always > hit pretty early on by doing this? Did you make any perfo

Re: Parallelising SVN Checkout

2012-09-04 Thread Mark Phippard
On Tue, Sep 4, 2012 at 10:26 AM, Jonathan Holloway < jonathan.hollo...@gmail.com> wrote: > > Has anybody had any success in parallelising Subversion checkouts in the > past on a subfolder level > to improve performance at all? > > By this I mean using svn sparse directories with --depth intermedia