lundblad@tigris.org writes:
> --- trunk/subversion/libsvn_client/status.c (original)
> +++ trunk/subversion/libsvn_client/status.c Sat Oct 16 15:42:30 2004
> @@ -119,27 +124,52 @@
> return svn_error_createf (SVN_ERR_UNVERSIONED_RESOURCE, NULL,
> _("'%s' is not under version control"), path);
>
> - /* Close up our ADM area. We'll be re-opening soon. */
> - SVN_ERR (svn_wc_adm_close (adm_access));
> + /* Need to lock the tree. We lock the anchor first, to not lock too much
> + if we have a target. We need to lock the target and immediate children
> + if the status is non-recursive. Else, we lock the whole hierarchy
> + under target. If we are contacting the repository, we need a recursive
> + lock under anchor so that auth data can be stored. */
So "that auth data can be stored"? What sort of auth data?
Btw, I looked at the rest of the commit, but wasn't able to fully
follow it (which is not a statement about your code, more about my not
having worked in libsvn_wc in too long). I'll try to review it with
Ben Collins-Sussman tomorrow.
Best,
-Karl
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 18 08:56:26 2004