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

Issue 2784 Work In Progress Patch

From: Jeremy Whitlock <jcscoobyrs_at_gmail.com>
Date: 2007-05-25 23:15:51 CEST

Hi All,
    While working on issue 2784:

http://subversion.tigris.org/issues/show_bug.cgi?id=2784

I have gotten to the second phase of my unit test only to run into something
weird. When comparing the tree structures as part of an update, I get the
following:

=============================================================
Expected '__SVN_ROOT_NODE' and actual '__SVN_ROOT_NODE' are different!
=============================================================
EXPECTED NODE TO BE:
=============================================================
 * Node name: __SVN_ROOT_NODE
    Path: __SVN_ROOT_NODE
    Contents: N/A (node is a directory)
    Properties: {}
    Attributes: {}
    Children: 1
=============================================================
ACTUAL NODE FOUND:
=============================================================
 * Node name: __SVN_ROOT_NODE
    Path: __SVN_ROOT_NODE
    Contents: None
    Properties: {}
    Attributes: {}
    Children: N/A (node is a file)
Unequal Types: one Node is a file, the other is a directory
EXCEPTION: SVNTreeUnequal
FAIL: basic_tests.py 38: automatic conflict resolution

It doesn't make any sense as to why the root node of the actual tree, which
was just used in a test higher up the chain, is the problematic node. I
have attached my work in progress patch to see if anyone else could help.
Please remember that this patch is incomplete.

Take care,

Jeremy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Fri May 25 23:16:02 2007

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.