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

Re: svn commit: r1159240 - in /subversion/branches/hold/subversion: include/private/svn_wc_private.h include/svn_props.h libsvn_client/commit_util.c libsvn_wc/node.c

From: Neels J Hofmeyr <neels_at_elego.de>
Date: Sat, 20 Aug 2011 02:51:32 +0200

Daniel,

I have since grasped that all you were doing was helping out with coding a
regression test, applied your patch to the "working" 'hold' branch WC and
ran the test. XFails :) And then realized the error:

On 08/18/2011 06:29 PM, Daniel Shahaf wrote:
> I used a changelist for debugging purposes during test development:
>
> - svn propset svn:hold A/D/G/pi
> - svn commit A/D/G
> - XFAIL
> + svn cl foo A/D/G/rho
> + svn commit A/D/G --cl foo
> + XPASS
>

When you applied the changelists code, you removed the line that set the
svn:hold prop. So your passing test expects there to be *no* svn:hold
property on the file. In the real test, there *is* an svn:hold prop and the
test fails because it expects none. If I add an svn:hold prop to
expected_disk, the test XPASSes on the 'hold' branch. :D

~Neels

Received on 2011-08-20 02:52:18 CEST

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.