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

svn mv leaves behind empty directory

From: Blair Zajac <blair_at_orcaware.com>
Date: 2002-06-20 02:58:42 CEST

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

Blair

-- 
Blair Zajac <blair@orcaware.com>
Web and OS performance plots - http://www.orcaware.com/orca/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 20 02:59:13 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.