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

svn status -u crash w/ moved external

From: Rowell, Geoff <growell_at_ENVOYWW.COM>
Date: 2005-04-28 21:15:31 CEST

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

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
Received on Thu Apr 28 21:49:00 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.