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

Re: FSFS corrupted revfiles && APR minimal version?

From: John Szakmeister <john_at_szakmeister.net>
Date: 2007-11-07 01:45:34 CET

----- "Karl Fogel" <kfogel@red-bean.com> wrote:
> John Szakmeister <john@szakmeister.net> writes:
> > 1) apr_file_writev doesn't appear to be used by SVN (a least that's
> > what a quick grep has revealed).
>
> I wouldn't believe a grep like that. Often what happens is SVN calls
> some other APR function, which then calls the one... that calls the
> one... etc... and so on, until we get to the turtle in question. The
> question is not "Does the string 'apr_file_writev' appear in SVN?",
> it's "Is there a call chain from SVN to 'apr_file_writev'?". Grep
> will not answer that question.
>
> You may be right about the ultimate causes of the problems not being
> in APR, I'm just saying don't count these grep results as evidence
> toward that conclusion.

I should have mentioned this... I grepped APR this morning too looking for that exact situation. It's only being called by apr_file_writev_full(), which we don't use either. But I hear what your saying.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 7 21:40:43 2007

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.