On Wed, May 21, 2014 at 07:28:34PM +0500, Mohsin Abbas wrote:
> I want to add one point all repositories are accessible when I access
> through browser but encountered above reported issue when access through
> tortoise SVN client why this happen I mean If this is bug in Apache HTTPD
> then It should not work in browser too .. What to you say about this ?

Normal browsers do not interact with the repository in the way SVN
clients do. SVN clients use an expanded set of HTTP requests which
most web browsers don't use (I think browsers only use GET requests in
this context). Because of this the problem only shows with SVN clients.

SVN clients use Webdav/DeltaV: http://en.wikipedia.org/wiki/Webdav

Reply via email to