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

bug: svn, version 0.14.5 (r3566)

From: Petr Sebor <petr_at_scssoft.com>
Date: 2002-11-08 17:21:43 CET

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 *'

This 'works' that way both with linux & win32 clients... I know, it is
my fault,
I should be using svn properly, but ... it happens :-)

Latest 'successful' test made on:
svn, version 0.14.5 (r3566)
   compiled Nov 3 2002, 16:48:09

Regards,
Petr

---------------------------------------------------------------------
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:23:06 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.