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

Re: svn status -u crashes on incoming additions

From: David James <james82_at_gmail.com>
Date: 2005-08-29 22:21:55 CEST

On 8/29/05, Ben Collins-Sussman <sussman@collab.net> wrote:
> Can anyone reproduce this bug with the recipe below?

I can reproduce this bug using Subversion trunk.

Here's a recipe:

svnadmin create repo
svn co file://`pwd`/repo wc1
svn co file://`pwd`/repo wc2
cd wc1
mkdir test
svn propset svn:ignore test .
svn commit -m "Ignoring test subdirectory"
cd ../wc2
mkdir test
svn add test
svn commit -m "Adding test subdirectory"
cd ../wc1
svn status -u

Here's the output of the above script on my machine:

Checked out revision 0.
Checked out revision 0.
property 'svn:ignore' set on '.'
Sending .

Committed revision 1.
A test
Adding test

Committed revision 2.
test.sh: line 14: 10289 Segmentation fault svn status -u

Cheers,

David

-- 
David James -- http://www.cs.toronto.edu/~james
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Aug 29 22:23:31 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.