[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: <kfogel_at_collab.net>
Date: 2005-04-29 05:30:53 CEST

"Rowell, Geoff" <growell@ENVOYWW.COM> writes:
> 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.

Thank you! I have reproduced this with the latest trunk code, using
your recipe. I am debugging now.

-Karl

> 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
>
> BTW, the developer was running SVN 1.1.3.
>
> Geoff Rowell
> Quality Assurance
> EnvoyWorldWide, Inc.
> www.envoyworldwide.com
>  
> Notifications on time, every time. Guaranteed.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-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 Fri Apr 29 06:02:58 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.