[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: Hans Zassenhaus <hzassenhaus_at_equinox-energy.com>
Date: 2005-03-01 14:57:40 CET

Hi Lubbe and Molle,

Thanks for responding to my cry for help .....

Early this morning finally found the problem... it was one of permissions with Apache2.0. I am running Windows XP, with SP@ which severely restricts access by the NT System account. What I did was to set up a service account for Apache added it to the Power Users group and all was fine.

Thanks for your prompt response.

Regards,

Hans Zassenhaus
Equinox-Energy
Cel: 703-627-6709
IM : DeployChimp
-----Original Message-----
From: Lübbe Onken [mailto:l.onken@rac.de]
Sent: Tuesday, March 01, 2005 2:24 AM
To: 'dev@tortoisesvn.tigris.org'
Cc: Hans Zassenhaus
Subject: RE: [TSVN] TortoiseSVN - FAQ

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 15:30:30 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.