You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Shahaf <d....@daniel.shahaf.co.il> on 2008/06/06 04:17:32 UTC

Re: Subversion 1.5.0-RC7 bug: "svn delete ."

I get this when '.' is a working copy of the repository root, but not when 
it is a working copy of some other directory.  Do you see the same?

Alexander Kitaev wrote on Wed, 28 May 2008 at 21:18 +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.
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org