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

Re: svn commit: r11439 - trunk/subversion/libsvn_client

From: <kfogel_at_collab.net>
Date: 2004-10-18 07:05:59 CEST

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

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.