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

Subversion 1.5.0-RC7 bug: "svn delete ."

From: Alexander Kitaev <Alexander.Kitaev_at_svnkit.com>
Date: Wed, 28 May 2008 21:18:40 +0200

Hello,

It is possible to call "svn del ." being in WC root directory:

$ svn del .
D .
svn: Unable to lock 'dir1'

$ svn st -vu
                 6 6 alex dir1/b.txt
                 6 3 alex dir1/moved2.txt
      O 6 4 alex dir1/file.txt
                 6 6 alex dir1
                 6 1 alex dir2
D 6 6 alex .

$ svn ci -m "delete all"
svn: Commit failed (details follow):
svn: No repository found in 'svn://localhost:1729'

Same bug exists in 1.4.x version and I think it is not correct to call
"svn del ." for any directory, not only for wc root.

-- 
Alexander Kitaev,
TMate Software,
http://svnkit.com/ - Java [Sub]Versioning Library!
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-28 21:19:21 CEST

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.