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

Tests fail with DAV (bad PROPFIND) => path_driver.c is broken?

From: Steve James <s.james_at_bigfoot.com>
Date: 2003-06-22 18:48:31 CEST

I'm running the test suite on the current version (6316) on Linux Mandrake
9.1. All the tests pass OK for local repository, but many fail with DAV.
'basic_tests-3' is the first failure. The httpd log shows that svn is doing a
PROPFIND for a non-existant directory: on the last line basic_tests-3/A/D/D
doesn't exist, though basic_tests-3/A/D/G does.

127.0.0.1 - - [22/Jun/2003:16:04:49 +0100] "PROPFIND
/repositories/basic_tests-3/A HTTP/1.1" 207 405
127.0.0.1 - - [22/Jun/2003:16:04:49 +0100] "PROPFIND
/repositories/basic_tests-3/A/D HTTP/1.1" 207 409
127.0.0.1 - - [22/Jun/2003:16:04:49 +0100] "PROPFIND
/repositories/basic_tests-3/A/D/D HTTP/1.1" 404 323

I've tracked this back to libsvn_delta/path_driver.c, where I think the
problem lies. I'm still looking at this now. This is just a heads-up in case
someone goes "ah-ha"...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jun 22 18:44:00 2003

This is an archived mail posted to the Subversion Dev mailing list.

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