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

svn status -u crashes on incoming additions

From: Martin Letenay <mle_at_whitestein.com>
Date: 2005-08-29 20:14:25 CEST

Hello everybody,
 
recently we've faced a strange bug which causes crash of svn clients.
It was observed on windows with either JavaHL (Subclipse), Tortoise or
command line.
First noticed on 1.2.0. Seems to still be there in 1.2.3.
Unconfirmed reports also claim it was crashing on Linux (debian/unstable)
too.
 
The bug seemed to be strange at first, but fortunatelly later it showed it's
pretty deterministic and reproducible.
 
So, how to get it:
 
Working copy 1)
- under some versioned directory create a new directory.
- add this new sub-dir to svn:ignore
- commit
 
Working copy 2)
- do "svn add" on this new sub-dir.
- do NOT remove it from svn:ignore
- commit
 
Working copy 1)
- do svn status -u ==> client crashes.
 
It happens when getting status on a directory which:
- is present locally and unversioned (ignored)
- the same directory is incoming as addition but it's NOT removed from
svn:ignore
 
Regards,
Martin
Received on Mon Aug 29 20:19:13 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.