[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 crash w/ moved external

From: Rowell, Geoff <growell_at_ENVOYWW.COM>
Date: 2005-07-05 22:52:47 CEST

This was filed as issue #2289
(http://subversion.tigris.org/issues/show_bug.cgi?id=2289). It was
marked as fixed in r14514 and was nominated for 1.2.1 by Karl on May 8.

-Geoff

> -----Original Message-----
> From: Ben Collins-Sussman [mailto:sussman@collab.net]
> Sent: Tuesday, July 05, 2005 4:05 PM
> To: Rowell, Geoff
> Cc: users@subversion.tigris.org
> Subject: Re: svn status -u crash w/ moved external
>
>
> On Apr 28, 2005, at 2:15 PM, Rowell, Geoff wrote:
>
> > I repositioned some externals in our corporate repository. A few
> > subfolders that used to be externals are now actual subfolders. One
> > of the developers ran a "svn status -u" command and it crashed.
> >
> > Here's the simplest way to reproduce the problem.
> >
> > System:
> > XP SP2
> > svn, version 1.1.4 (r13838)
> >
> > How to reproduce:
> > c:
> > chdir \
> > mkdir repos
> > svnadmin create repos
> > svn mkdir file:///repos/main -m "Created main"
> > svn mkdir file:///repos/other -m "Created other"
> > svn co file:///repos/main main
> > svn ps svn:externals "other file:///repos/other" main
> > svn ci main -m "Added external other"
> > svn co file:///repos/main main2
> > svn cp file:///repos/other file:///repos/main/other -m "Moved
other"
> > svn ps svn:externals "" main
> > svn up main
> > svn ci main -m "Removed external other"
> > svn status -u main2
> >
>
> Thanks for the recipe, Geoff (and your patience!)
>
> Unfortunately, I can't cause the crash using the latest svn client.
> Are you able to reproduce with an svn 1.2 client?
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 5 23:47:14 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.