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

Re: svn commit: r11457 - in trunk/subversion: libsvn_wc tests/clients/cmdline

From: <kfogel_at_collab.net>
Date: 2004-10-18 06:58:55 CEST

philip@tigris.org writes:
> --- trunk/subversion/libsvn_wc/copy.c (original)
> +++ trunk/subversion/libsvn_wc/copy.c Sun Oct 17 14:13:39 2004
> @@ -264,6 +265,84 @@
> return SVN_NO_ERROR;
> }
>
> +/* For all entries in and under ADM_ACCESS convert deleted=true into
> + schedule=delete. The result of this is that when the copy is committed
> + the items in question get deleted and the result is a directory in the
> + repository that matches the original source directory for copy. If this
> + were not done the deleted=true items would simply vanish from the
> + entries file as the copy is added to the working copy. Issue 2101. */
> +static svn_error_t *
> +convert_deleted_to_schedule_delete (svn_wc_adm_access_t *adm_access,
> + apr_pool_t *pool)

Shouldn't the doc string also mention that this will change the
'kind', that is, directory entries become file entries?

Clever solution, by the way! (The whole thing, I mean, not the
conversion of dirs to files.)

-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:49:23 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.