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

Re: svn mv leaves behind empty directory

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-06-20 16:34:43 CEST

Branko Čibej <brane@xbc.nu> writes:

> This is probably a duplicate of
> http://subversion.tigris.org/issues/show_bug.cgi?id=681.
>
> Tere's a comment in the code about moving removed directories to the
> .svn/ area, so that "svn revert" can recover them. That would fix both
> problems.

No, I think this is a different bug. #681 is about the *scheduling*
behavior of 'svn rm'. [That is, should the scheduling of a removal
make the directory vanish? If so, then 'svn revert' can't recover it,
unless we stash it in .svn/ somewhere.]

But this bug is about post-commit cleanup behavior. If a directory
was deleted in a commit, we had this nice function which blew away the
directory in the working copy afterwards. And it had a nice feature
of preserving wee little paths down to any local mods in the
directory. I wonder what happened to that code path?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 20 16:36:37 2002

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.