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

Re: [PATCH] fix for issue #2556: support working copies on the root of a (virtual) drive

From: Lieven Govaerts <lgo_at_mobsol.be>
Date: 2006-08-20 18:42:58 CEST

Erik Huelsmann wrote:
>
> I wouldn't bother with the subpool creation: the extra memory required
> is negligeable when compared to other allocated amounts. We generally
> don't create subpools for usecases like this.
>
> (To give you a first review.)

I introduced the subpool because I saw suddenly a huge memory usage,
which I suspected was due the strings not being cleared from the pool.
The problem turned out to be something else though.

However, there's another reason why I create a subpool. The function
is_canonical (private function in path.c) is calling svn_path_is_root,
but that function doesn't have a pool available and is called by other
functions which don't have pool parameters.

I'll include your and Branko's remarks in my next patch.

Lieven.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Aug 20 18:42:55 2006

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.