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

Re: RA-DAV tests acting *very* strangely.

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2003-03-10 18:00:42 CET

--On Monday, March 10, 2003 12:21 AM -0600 cmpilato@collab.net wrote:

> call. The 'dirstruct' member of that structure was particularly
> interesting to me, and looked like this after each call (the paths
> after the '###' below are the current dirent just read by
> svn_io_dir_read()):

Can you jump into apr_dir_read and check the return values from readdir_r?
I'd imagine that we should be hitting the !ret && thedir->entry != retent case
on line 187 - that should be returning APR_ENOENT.

Is that the case? -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 10 18:01:29 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.