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

RE: [TSVN] TortoiseSVN - FAQ

From: Lübbe Onken <l.onken_at_rac.de>
Date: 2005-03-01 08:24:27 CET

Hi Hans,

> User: Hans Zassenhaus, mailto:hans@equinox-energy.com
> Categories: Installation
>
> I have installed TortoiseSVN in accordance with the latest manuals,
> using Apache 2.0.
>
> However, when I attempt to use the Repo-
> Browser I get an error PROPFIND Request Failed on SVN/MyNewRepository
> Error 405 HTTP Method not allowed.

Check whether these two lines are uncommented in httpd.conf:
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so

You need mod_dav_svn to be able to uses subversion. Mod_authz_svn is only
needed for authorisation

> I have also installed Bugzilla on the same server, on port 80
> also, Is
> this causing the issue?
It could be that you have conflicting URLs. I suggest to create virtual
servers to keep the config clean. One for Bugzilla and one for svn.

Set up one thing at a time and make sure it works.
Cheers
- Lübbe

--
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Mar 1 08:25:27 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.