Re: [PATCH] wc-ng: remove a use of svn_wc_entry_t from libsvn_client
From: Stefan Sperling <stsp_at_elego.de>
Date: Wed, 17 Feb 2010 19:29:33 +0100
On Wed, Feb 17, 2010 at 06:18:56PM +0000, Matthew Bentham wrote:
You need this here:
svn_pool_destroy(iterpool);
Pools must be destroyed within the scope that creates them.
> + SVN_ERR_ASSERT(repos_root_url != NULL && repos_relpath != NULL);
The above two lines need 3 more spaces of indentation each.
> + scratch_pool);
With these changes, the patch looks fine to me, but I'll leave it
Thanks for contributing!
Stefan
-- printf("Eh???/n");Received on 2010-02-17 19:30:11 CET |
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.