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

Re: Subversion presentation at Silicon Valley Linux Users Group

From: Joe Orton <jorton_at_btconnect.com>
Date: 2001-04-08 12:47:30 CEST

On Sat, Apr 07, 2001 at 10:31:00PM -0700, Bob Miller wrote:
> Jim Blandy wrote:
>
> > Red Hat has an office in the UK which frequently does work on a
> > repository served from California. Certainly Subversion's improved
> > network usage will help in some cases, but I think having a read-only
> > cache of the repo --- perhaps one that actively watched for and
> > downloaded commits from the master repo, to reduce first-request
> > latency --- on their office LAN would still make a big difference to
> > them.
>
> One of the points Greg (Stein) made at the SVLUG talk is that if you
> want read-only replication, you can use a squid proxy cache.

Yeah, Apache/mod_proxy as a caching reverse proxy is even easier (it
looks like a normal server but actually forwards the requests back to
some other server when necessary).

Both of these are only ever going to cache content (i.e. GET requests);
PROPFIND requests are not cacheable, so every checkout is still going to
have to go back to the origin server (indirectly).

joe
Received on Sat Oct 21 14:36:28 2006

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.