[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

WC rewrite questions

From: Miller, Eric <Eric.Miller_at_amd.com>
Date: Fri, 31 Oct 2008 08:52:49 -0700

A few quick questions on the upcoming WC rewrite.

First - is there a spec for the proposed wc rewrite? Perhaps my questions are already answered there.

Second - I have a problem with the way the wc adm_crawler is currently implemented in that it finishes the reporter.
In the case of the wc update routines, this effectively causes a new connection to the repository to be created for every path given to the client.
For a large number of input paths this overhead becomes the dominant factor in update times which may be orders of magnitude longer than if done over a single connection.
Will the wc rewrite address this issue and allow the update of multiple wc paths using a single RA connection?

Third - I am concerned about maintaining multi-user access with the new WC model. Is the current POR to lock the entire WC for write operations? If so, this could have some very negative consequences in our environment.

Thanks,
Eric
Received on 2008-10-31 16:53:49 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.