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

Re: tree-conflicts: please review to determine desired behaviour in detail

From: Neels Hofmeyr <neels_at_elego.de>
Date: Tue, 02 Sep 2008 03:35:15 +0200

Neels Hofmeyr wrote:
>> Is the attached patch for "update_tests.py" what you expect? (This patch
>> doesn't make the change to expect the victim to be reported, but just
>> the other changes we talked about in this thread so far.)
>
> Yes, that looks very good, except that you need to copy() a tree before
> tweaking it. Otherwise, the global is tweaked, leaving a smudge behind in
> subsequent use. I've attached another diff.

Actually, this newer version of the patch makes it worthwhile -- I have
tested it and resolved some minor trouble.

Only for STATUS trees, one also needs to add attributes to the
(non-existent) root node. This is done by adding an item with a zero length
path ('').

[[[
Change tree-conflicts tests in update_tests.py so that they pass the
behaviour agreed upon on the dev mailing list, and XFail() them. Also apply
minor fixes.

Patch by: julianfoad
          Neels Hofmeyr <neels_at_elego.de>

* subversion/tests/cmdline/update_tests.py (tree_conflicts_on_update_1_1,
   tree_conflicts_on_update_1_2, tree_conflicts_on_update_2_1,
   tree_conflicts_on_update_2_2, tree_conflicts_on_update_3):
    Adjust the expected behaviour for these tests. Change them to XFail in
    the tests list.

* subversion/tests/cmdline/svntest/actions.py (deep_trees_virginal_state,
   deep_trees_after_leaf_edit, deep_trees_after_leaf_del): Expand these
    structures to contain a separate node item for each parent directory,
    because this is needed for tweak() to work.

* subversion/tests/cmdline/svntest/wc.py (tweak): Wrap an error message in
    square brackets so that it is printed as string and not as an array with
    character items.
]]]

-- 
Neels Hofmeyr -- elego Software Solutions GmbH
Gustav-Meyer-Allee 25 / Gebäude 12, 13355 Berlin, Germany
phone: +49 30 23458696  mobile: +49 177 2345869  fax: +49 30 23458695
http://www.elegosoft.com | Geschäftsführer: Olaf Wagner | Sitz: Berlin
Handelsreg: Amtsgericht Charlottenburg HRB 77719 | USt-IdNr: DE163214194

Received on 2008-09-02 03:38:21 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.