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

Access http OK but not with tortoise

From: David Daupeyroux <david_at_ddcreation.com>
Date: 2007-07-23 13:37:15 CEST

Hello all,

I can't find the solution of my problem. I've a debian server with
subversion installed.
I use apache to connect to the repository.
When I connect to the repository with any webbrowser, it works.
But when I make the same with tortoiseSVN, I have the good known message
"Error PROPFIND : 405 Method not allowed".
And it doesn't ask me to login any more.

Apache access log look like that :

Via a webbrowser :
192.168.x.x - - [date] "GET /repos/ HTTP/1.1" 401 470 "-" "Mozilla/5.0 ..."
192.168.x.x - username [date] "GET /repos/ HTTP/1.1" 200 1524 "-"
"Mozilla/5.0 ..."

Via tortoise :
192.168.x.x - - [date] "PROPFIND /repos HTTP/1.1" 405 236 "-" "SVN/1.4.4
(r25188) neon/0.26.3"

My httpd.conf looks like :

<Directory "/svn/repos/">
DAV svn
SVNPath /svn/
AuthName "Subversion Repos"
AuthType Basic
AuthUserFile /etc/svn-auth-file
require valid-user
</Directory>

I try to use SVNParentPath, but I can't access to the repos with it.

If anyone has any idea... Thanks for all, Sorry for my English.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Mon Jul 23 14:17:23 2007

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

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