Re: svn commit: r922867 - in /subversion/trunk/subversion: include/private/svn_wc_private.h libsvn_client/commit.c libsvn_wc/lock.c
From: Greg Stein <gstein_at_gmail.com>
Date: Wed, 17 Mar 2010 19:14:01 -0400
On Sun, Mar 14, 2010 at 10:36, <philip_at_apache.org> wrote:
Lately, we have not been using svn_error_compose(), favoring
svn_error_t *err2 = svn_wc__release_write_lock(...);
return svn_error_return(svn_err_compose_create(err, err2));
Seeing the use of svn_error_compose() is a bit jarring :-P
Cheers,
|
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.