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

Re: svn commit: rev 3701 - trunk/subversion/libsvn_subr

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-11-09 13:36:09 CET

Justin Erenkrantz <jerenkrantz@apache.org> writes:

> --On Saturday, November 9, 2002 2:19 AM -0800 Justin Erenkrantz
> <jerenkrantz@apache.org> wrote:
>
>
> > P.S. Hopefully, my mailer doesn't munge this patch. If it seems
> > that it does, I'll resend...
>
> Hmm. Attempt two using another way to send the patch. Sorry, I've got to figure out how to get patches across without munging. --
> justinIndex: subversion/libsvn_wc/lock.c
> ===================================================================
> --- subversion/libsvn_wc/lock.c (revision 3707)
> +++ subversion/libsvn_wc/lock.c (working copy)
> @@ -74,7 +74,8 @@
>
>
> static svn_error_t *
> -do_close (svn_wc_adm_access_t *adm_access, svn_boolean_t
> preserve_lock);
>
> +do_close (svn_wc_adm_access_t *adm_access, apr_pool_t *pool,
> + svn_boolean_t preserve_lock);
>

I have something similar in my tree. There are other cleanup handlers
in libsvn_wc/diff.c and libsvn_client/repos_diff.c which need to change.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Nov 9 13:36:52 2002

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.