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

Re: Very basic traffic measurement for svnserve?

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2005-03-01 00:23:29 CET

On Mon, 2005-02-28 at 17:51, kfogel@collab.net wrote:
> > > functions whose names begin with "apr_" into the Subversion code

> > That's totally unacceptable, and to the extend that we've done it in the
> > past, we are Very Very Bad People. We have no business impinging upon
> > APR's namespace in our code.

> Uh, what about those #ifndefs I mentioned? (I accidentally wrote
> "#ifundef", perhaps that was confusing? Sorry if so.)

Inadequate protection. Subversion libraries and APR binaries might be
upgraded independently of each other, without recompilation.

(And what were we #ifdeffing on, anyway? I don't think APR normally
#defines anything when it provides a new function.)

> We did this with the full knowledge of the APR developers, who
> welcomed it as a technique for testing & working the bugs out of new
> APIs before folding them into APR itself.

It's not really the APR authors who suffer. It's users who might run
into library conflicts.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 1 00:24:57 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.