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

Re: svn commit: r18194 - in trunk/subversion: include libsvn_client libsvn_subr svn

From: D.J. Heap <djheap_at_gmail.com>
Date: 2006-01-25 00:55:54 CET

On 1/23/06, lundblad@tigris.org <lundblad@tigris.org> wrote:
> Author: lundblad
> Date: Mon Jan 23 04:52:29 2006
> New Revision: 18194
[sinp]
>
> Log:
> Fix issue #1809: Replace svn_client_ls and make recursive ls streamy. Make it
> possible to determine if the target of an svn_client_list is a file or
> directory by always including the listed target dirent in the result.
[sinp]

I believe there is a pool lifetime issue with the path name when using
the old list functions -- I get strange/erratic results unless I tweak
the store_entries function to dupe the path into the lb->pool before
it is set as the hash key. Attached is an obvious quickie-patch, but
I'm not sure it's the most correct.

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Wed Jan 25 00:56:20 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.