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

RE: subversion and proxy cache

From: Mark <mark_at_msdhub.com>
Date: 2004-09-22 21:19:30 CEST

Subversion (in Apache via mod_dav_svn) uses a protocol called DELTAV which
is a superset of WEBDAV which is a superset of HTTP (superset being a loose
term here).

Due to the nature of these protocols, a proxy would have to know specific
implementation details, not just cache arbitrary requests. To my knowledge,
there's no cache that can do that.

Subversion (via svnserve) uses a custom protocol. There is no caching proxy
for this.

Due to the nature of what Subversion (and other VCS) is, only a read-only
repository could be cached safely anyway.

Someone please correct me if I'm wrong.

Mark

-----Original Message-----
From: Ronan Meneu [mailto:rmeneu@eprocess.fr]
Sent: Wednesday, September 22, 2004 3:50 AM
To: users@subversion.tigris.org
Subject: subversion and proxy cache

Hello,
 
I want to use subversion on multiple sites. We have low network bandwidth,
so i want to setup a proxy to cache svn request.
Is svn designed to be cached with a proxy ? What proxy would you suggest ?

Thanks,

  Ronan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 22 21:23:19 2004

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

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