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

Re: "svn: Won't delete locally modified directory ..."

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-06-18 16:49:33 CEST

On Thu, 2004-06-17 at 13:18, Jeff Squyres wrote:

> Note that the directory "mca" has *NOT* been deleted (nor should it be --
> no one did "svn rm mca; svn ci mca").

That's not the only way 'mca' can be deleted. Remember that renames are
just copies + deletes. Why don't you run 'svn log -v -rHEAD
reposrootURL', and see exactly what changes are attempting to be
merged. The server really is trying to delete the 'mca' directory.

> But in addition to complaining about
> it, it totally stops the "svn update" process. Hence, you have to run
> "svn up" multiple times

This behavior has been fixed in svn 1.1 (the latest /trunk code). If
the update process tries to delete a file or directory which contains
local modifications, it no longer stops dead in its tracks. Instead, it
just 'unversions' the locally modified object and keeps going. After
the update completes, 'svn status' shows unversioned objects.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 18 16:55:36 2004

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.