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

Re: bug: svn, version 0.14.5 (r3566)

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-11-08 17:37:14 CET

Petr Sebor <petr@scssoft.com> writes:

> This gave me quite a bit of headache:
> lets say I am having a directory structure like that:
>
> src/
> src/misc/
> src/misc/foo.c
> src/misc/bar.c
> src/temp/
> src/temp/yada.c
> src/temp/nada.c
> src/work/
> src/work/oholic.c
> src/work/less.c
>
> now... if I want to delete the src/misc dir, I would normally use
> the svn rm misc (from the src directory).. now let's say I am a bonehead
> and delete the directory from the shell... 'rm -rf misc' and suddenly
> realize
> that I had to do it through svn... ok, let's do the 'svn rm misc' but wtf!
> this command will delete eveything in the src directory :-) I ignores
> the fact 'misc' is already gone and behaves like 'svn rm *'

Yeah, this is a real reproducible bug, it needs to be filed.

The correct behavior, I guess, is to simply schedule the 'misc' dir
for deletion in the parent entry. We do that anyway.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 8 17:39:14 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.