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

New apr_stat/apr_dir_read behavior

From: D.J. Heap <djheap_at_gmail.com>
Date: 2005-12-12 17:13:31 CET

With the new Apache 2.2 and APR 1.2, apr_stat and apr_dir_read now
return APR_INCOMPLETE which Subversion doesn't handle very well. At
least, they return it much more often that previous releases did.

This patch gets some things working (I can checkout Subversion and
create a repository), but I'm not sure if it's safe to ignore
APR_INCOMPLETE in all these places. Would someone with more APR
knowledge please take a look?

It looks to me like we need to handle APR_INCOMPLETE almost everywhere
we call apr_stat or apr_dir_read or any other functions that can
return APR_INCOMPLETE.

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Mon Dec 12 17:18:30 2005

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.