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 22:07:18 2005