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

directories failing to be removed

From: Ben Kucenski <kalvinb602_at_hotmail.com>
Date: 2004-06-15 23:29:59 CEST

svnlook youngest "c:/subversionwork/svnmeta/test"

1

svnlook tree -r 1 "c:/subversionwork/svnmeta/test/" "test dir/"

dir 0: test dir/
key: test dir/
dir 1: test file.txt
key: test dir/test file.txt

test dir/
test dir/test file.txt

svn delete -m "removing file/dir: test dir/test file.txt"
"c:/subversionwork/svnwork/test/test dir/test file.txt"

D C:\subversionwork\svnwork\test\test dir\test file.txt

file successfully removed
svn commit -m "removing file/dir: test dir/test file.txt"
"c:/subversionwork/svnwork/test/"

Deleting subversionwork\svnwork\test\test dir\test file.txt

Committed revision 2.

project successfully revised

svn delete -m "removing file/dir: test dir/"
"c:/subversionwork/svnwork/test/test dir/"

D C:\subversionwork\svnwork\test\test dir

file successfully removed
svn commit -m "removing file/dir: test dir/"
"c:/subversionwork/svnwork/test/"

Deleting subversionwork\svnwork\test\test dir

project is afraid of commitment

----------------------------------------------------------------------

As you can see, all the directories and files are found. It then
successfully removes the file from the directory and successfully commits.
But when it tries to remove the directory is failes to commit.

If a directory never contained any files or subdirectories it can be removed
just fine.

Ben

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar – get it now!
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 15 23:32: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.