[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: Branko Čibej <brane_at_xbc.nu>
Date: 2002-06-20 08:13:55 CEST

Blair Zajac wrote:

>Just opened issue #757 for this. This isn't a big issue.
>
>http://subversion.tigris.org/issues/show_bug.cgi?id=757
>
>Running the following steps leaves an empty "1" directory:
>
>svnadmin create repos
>svn co file:///`pwd`/repos -d r
>cd r
>svn mkdir 1
>touch 1/1 1/2 1/3
>svn add 1/1 1/2 1/3
>svn ci -F /dev/null
>svn mv 1 2
>svn ci -F /dev/null
>ls
>
>

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.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 20 08:14:28 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.