Re: svn commit: rev 5259 - trunk/subversion/libsvn_ra_dav
From: Greg Stein <gstein_at_lyra.org>
Date: 2003-03-11 01:06:32 CET
On Mon, Mar 10, 2003 at 02:54:42PM +0100, Sander Striker wrote:
Right. That approach saves an svn_string_t from the heap. It does a bit of
apr_size_t len = strlen(path);
path = apr_pstrmemdup(apr_hash_pool_get(hash), path, len);
Woah!! This whole valid_targets thing is way busted, and has been for a long
We shove the kind in as a pointer to the stack argument. Whoops!
We pull it *out* as an integer (see merge.c::okay_to_bump_path). Eek.
/me looks around for who wrote this stuff... bleh...
Cheers,
-- Greg Stein, http://www.lyra.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Tue Mar 11 01:05:11 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.