gst...@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

Reply via email to