Oy! It is enough to have an directory that matches an ignore pattern
that's been added in the repo. Horrible!
Fix coming with backport proposal.
Thanks, Stefan,
//Peter
On Mon, 30 Jan 2006, Stefan Küng wrote:
> Hi,
>
> Due to a sent in crashreport for TortoiseSVN, I was finally able to
> create a reproduction recipe for a crash. The following recipe
> produces a segfault, but *only* if you set '*.obj' in your global
> ignore patterns. If you don't set that, this recipe will not make svn
> crash.
>
> svn --version
> svn, Version 1.3.0 (r17949)
> ...
>
> svnadmin create testrepo
> svn co file:///d:/test/testrepo wc
> cd wc
> echo test > test.txt
> svn add test.txt
> svn ci -m ""
> svn mkdir test.obj
> echo test > test.obj\testfile
> svn ci -m ""
> svn up -r1
> mkdir test.obj
> echo test > test.obj\testfile
> svn st -v -u
> ==> crash!
>
> 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
>
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jan 30 10:54:29 2006