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

Re: svn commit: r1429832 - /subversion/trunk/subversion/tests/cmdline/update_tests.py

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Tue, 08 Jan 2013 15:33:33 +0000

"Bert Huijben" <bert_at_qqmail.nl> writes:

>> + # The incoming "move" creates a tree-conflict as an incoming change
>> + # in a local move. We don't yet track moves on the server so we
>> + # don't recognise the incoming change as a move.
>> expected_output = svntest.wc.State(wc_dir, {
>> - 'A/B/E2/alpha' : Item(status='A '),
>> + 'A/B/E' : Item(status=' ', treeconflict='C'),
>> + 'A/B/E/alpha' : Item(status=' ', treeconflict='D'),
>
> treeconflict='D' ?
>
> I'm surprised that it works that way.

The update produces the output:

Updating 'svn-test-work/working_copies/update_tests-64':
   C svn-test-work/working_copies/update_tests-64/A/B/E
   D svn-test-work/working_copies/update_tests-64/A/B/E/alpha
A svn-test-work/working_copies/update_tests-64/A/B/F/alpha
Updated to revision 2.
Summary of conflicts:
  Tree conflicts: 1

Do you think it should be something else?

-- 
Certified & Supported Apache Subversion Downloads:
http://www.wandisco.com/subversion/download
Received on 2013-01-08 16:34:13 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.