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

Re: [TSVN] PROPFIND failed on /svn/cappframework could not parse response status line

From: Molle Bestefich <molle.bestefich_at_gmail.com>
Date: 2005-04-07 00:26:47 CEST

> But when I visited the repository from another machine using TortoiseSVN
> 1.1.4 with the url
[...]
> message : PROPFIND failed on /svn/cappframe, could not
> parse response status line. I examined the access.log file in the Apache
> installation directory, the last of line is
> 192.168.0.11 - - [06/Apr/2005:23:48:50 +0800] "PROPFIND /svn/cappframework
> HTTP/1.1" 401 493

401 is Unauthorized, which basically means access denied.
Check that you have the right path (eg. try
http://192.168.0.1/svn/cappframework/ instead of
http://192.168.0.1/svn/cappframework) and make sure you're using the
correct username and password.

493 is probably the amount of bytes that the server transferred to the client.

The Subversion DAV library should also log a more meaningful message
to the Apache log - if it hasn't, you've probably entered the wrong
path.....

(For added fun, try a nightly build, which works even without the '/'
after the repository name - thanks steve ;-).)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Apr 7 02:10:54 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.