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

Re: svn commit: r926814 - in /subversion/trunk/subversion/libsvn_wc: adm_ops.c update_editor.c workqueue.c

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 24 Mar 2010 16:37:41 +0000

gstein_at_apache.org writes:

> Author: gstein
> Date: Tue Mar 23 22:16:21 2010
> New Revision: 926814

> --- subversion/trunk/subversion/libsvn_wc/adm_ops.c (original)
> +++ subversion/trunk/subversion/libsvn_wc/adm_ops.c Tue Mar 23 22:16:21 2010
> @@ -2236,6 +2236,9 @@ svn_wc__get_pristine_contents(svn_stream
>
> if (status == svn_wc__db_status_added)
> {
> + /* ### locally-added nodes *do* have a pristine. we install it when
> + ### the node is added/copied/moved. */

Is this claiming that there is a pristine for just plain added
(i.e. not copied) files? The content would seem to be entirely
arbitrary, depending on when the add command was run.

> +#if 0
> /* For an added node, we return an empty stream. Make sure this is not
> * copied-here or moved-here, in which case we return the copy/move
> * source's contents. */

-- 
Philip
Received on 2010-03-24 17:38:31 CET

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.