Delete on windows vista and seven -- discovery process
Posted
by
M'vy
on Super User
See other posts from Super User
or by M'vy
Published on 2011-03-15T16:04:25Z
Indexed on
2011/03/15
16:12 UTC
Read the original article
Hit count: 263
Hi SUs!
I've recently encountered a problem. Using svn
at work I needed to clear some space.
As you may know svn
directories are full of sub-directories and files.
So the delete process begins with a step of discovering the items to be deleted (I guess this is for displaying the progress bar).
But in my case it ended up to be still running after I watched Braveheart
(Off-topic: good film in my opinion. On-topic: and it last 2h50) and counting 440 000+ files.
I finally decided to cut off the process and use the good old cmd
with a del <directory>
to do the job. (Done in some minutes)
So I'm wondering if someone know how to override the system to make it actually begins the process while scanning the other items? At the end, I just want the file to be deleted and I don't care the number of files to be deleted. On the contrary I care about the time it takes.
Thanks
© Super User or respective owner