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

Re: [TSVN] disable webdav access

From: Toby Johnson <toby_at_etjohnson.us>
Date: 2005-04-08 04:34:42 CEST

vinita wrote:

> also I have install TortoiseSVN-1.1.4. What I would like to do is to
> disable my WindowXP webfolder (My network Places) access to the
> repository. Any hints or point to documentation on how to do it.

There is no way to do this using Subversion's configuration. They
intentionally made the mod_dav_svn module act as a generic DAV server.
You might be able to do some sort of client detection via Apache itself,
and deny requests that way (i.e. somehow check the environment set
during SVN client access vs. Webfolder access, find some difference
between the two, and control access using that discrepency).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Apr 8 04:35:09 2005

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

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