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

Re: Rejecting commits to a 1.5 server from clients < 1.5

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2007-10-24 17:32:19 CEST

On Oct 23, 2007 1:21 PM, Blair Zajac <blair@orcaware.com> wrote:
> I'm not looking for a 100% reliability. As long as somebody downloads a well
> known binary, say Subclipse, our .exe's or TortoiseSVN who will do a good build,
> or downloads and compiles from source and doesn't modify the source, that's good
> enough for me.

For WebDAV installs, you can do a BrowserMatch to reject non 1.5 user
agent strings. Both ra_dav and ra_neon include the SVN/<version
number> in the User-Agent headers. This is the simplest and
most-straightforward way to block WebDAV accesses.

So, really, you only need to do something for ra_svn... -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 24 17:32:31 2007

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.