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

Re: Access http OK but not with tortoise

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-07-23 14:24:46 CEST

On 7/23/07, David Daupeyroux <david@ddcreation.com> wrote:
> 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>

Do you have any proxies or firewalls between the client and server
which may not be allowing all the WebDAV traffic through as required?

---------------------------------------------------------------------
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:23:44 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.