> -----Original Message-----
> From: [email protected] [mailto:[email protected]]
> Sent: donderdag 15 juli 2010 17:42
> To: [email protected]
> Subject: svn commit: r964471 -
> /subversion/trunk/subversion/libsvn_client/update.c
>
> Author: philip
> Date: Thu Jul 15 15:41:32 2010
> New Revision: 964471
>
> URL: http://svn.apache.org/viewvc?rev=964471&view=rev
> Log:
> * subversion/libsvn_client/update.c (internal_update): Don't unlock
> here.
Why?
It's the responsibility of the caller to obtain and release the locks, just
like in the access batons or we break al the access baton functions. (I know
that the update_editor releases locks in some cases where it didn't in 1.6..
This might be the cause of the dav failures)
Bert