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

Re: [PATCH] add Windows path handling to svn_path functions (issue #1711)

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-09-06 16:57:54 CEST

On 9/1/06, Lieven Govaerts <svnlgo@mobsol.be> wrote:

> +svn_boolean_t
> +svn_path_is_absolute(const char *path, apr_size_t len, apr_pool_t *pool)
> +{
> + const char *root_path = NULL;
> + apr_pool_t *strpool = (pool) ? pool : svn_pool_create(NULL);

Since this is a new function, and we don't seem to require the ability
to pass a NULL pool, I'd remove that functionality until it proves
necessary.

Other than that this seems fine to me, +1 to commit.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 6 17:14:05 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.