Stas Bekman wrote: > Geoffrey Young wrote: > >> the Apache-Test/ subdirectory of the perl-framework has migrated to a new >> location: >> >> https://svn.apache.org/repos/asf/perl/Apache-Test >> >> what this means for you is that you need to manually adjust your checkout >> >> $ rm -rf Apache-Test/ >> $ svn update > > > ugh, rm is not a good idea if you have modified files in it. should svn > switch somehow do the trick instead?
it probably should but it doesn't. just copy your modified files to someplace safe, do the update, then move then back. --Geoff