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

Re: svn commit: rev 5627 - trunk/subversion/libsvn_diff

From: <cmpilato_at_collab.net>
Date: 2003-04-15 23:35:44 CEST

Karl Fogel <kfogel@newton.ch.collab.net> writes:

> striker@tigris.org writes:
> > Log:
> > Fix the failures we've been seeing on HP-UX due to over aggressive
> > mmap'ing. This fix is greatly inspired by Branko Cibej.
> >
> > * subversion/libsvn_diff/diff_file.c
> >
> > (map_or_read_file): New helper function (with accompagnying macros).
> >
> > (svn_diff__file_datasource_open, svn_diff_file_output_merge): Call
> > map_or_read_file instead of implementing same logic in both functions.
>
> Awesome!
>
> Does this fix http://subversion.tigris.org/issues/show_bug.cgi?id=688 ?

Two distinct bugs. Issue #688 is strictly about opening multiple
Berkeley DB environments on HP-UX from a single process (which is a
probably with how Berkeley does memory mapping, not about how
Subversion does).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 15 23:40:56 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.