[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: Karl Fogel <kfogel_at_red-bean.com>
Date: 2007-11-07 18:28:27 CET

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.

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 7 18:28:40 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.