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

Re: Analysation of TSVN crashreports

From: SteveKing <steveking_at_gmx.ch>
Date: 2005-05-01 08:43:34 CEST

Philip Martin wrote:

>> From what I can see on that issue, I think that's the same bug we're
>> talking about here.
>
> I don't know about issue 2254, but I think I know how to reproduce
> your bug, can you determine if this produces the stacktrace you are
> seeing:
>
> svnadmin create repo
> svn mkdir $REPO/foo $REPO/foo/bar $REPO/foo2 -m ""
> touch Makefile
> svn import Makefile $REPO/foo/bar/zig -m ""
> svn co $REPO/foo wc
> svn ps x x wc/bar/zig
> svn ci wc -m ""
> svn sw $REPO/foo2 wc
> svn merge --dry-run -r2:3 $REPO/foo wc
>
> The merge crashes if I use 1.1.x but it works if I use trunk, I
> suspect it got fixed as a side effect of r12025.

The crash produces the exact same stacktrace I sent you. That means you
really got it cornered, thanks!

I also tried with TSVN trunk (built against Subversion 1.2RC2). It
doesn't crash there when I do a dry-run. (also not with a real merge).

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun May 1 08:44:20 2005

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.