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

Re: svn commit: r36401 - trunk/subversion/libsvn_wc

From: Greg Stein <gstein_at_gmail.com>
Date: Sun, 8 Mar 2009 00:42:36 +0100

Oh yeah...

Summary of test results:
  1037 tests PASSED
  24 tests SKIPPED
  24 tests XFAILED
  64 tests FAILED
  2 tests XPASSED

On Sat, Mar 7, 2009 at 23:41, Greg Stein <gstein_at_gmail.com> wrote:
> Author: gstein
> Date: Sat Mar  7 14:41:58 2009
> New Revision: 36401
>
> Log:
> Small tweak in the ADD vs COPY detection. If original_repos_relpath is
> non-NULL, then this is definitely a copy, regardless of cmt_rev.
>
> * subversion/libsvn_wc/entries.c:
>  (read_entries): correct the ADD vs COPY detection
>
> Modified:
>   trunk/subversion/libsvn_wc/entries.c
>
> Modified: trunk/subversion/libsvn_wc/entries.c
> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/libsvn_wc/entries.c?pathrev=36401&r1=36400&r2=36401
> ==============================================================================
> --- trunk/subversion/libsvn_wc/entries.c        Sat Mar  7 14:39:14 2009        (r36400)
> +++ trunk/subversion/libsvn_wc/entries.c        Sat Mar  7 14:41:58 2009        (r36401)
> @@ -1080,7 +1080,8 @@ read_entries(svn_wc_adm_access_t *adm_ac
>                                           result_pool,
>                                           iterpool));
>
> -          if (!SVN_IS_VALID_REVNUM(entry->cmt_rev))
> +          if (!SVN_IS_VALID_REVNUM(entry->cmt_rev)
> +              && original_repos_relpath == NULL)
>             {
>               /* There is NOT a last-changed revision (last-changed date and
>                  author may be unknown, but we can always check the rev).
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=495&dsMessageId=1285465
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1285738
Received on 2009-03-08 00:42:50 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.