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

Re: Deleting trouble

From: Lübbe Onken <l.onken_at_rac.de>
Date: 2003-12-15 15:08:59 CET

Hi Folks,

I just spent a minute looking into subversion\libsvn_subr\io.c. Since
the error occurs on my machine, when the windows explorer is trying to
delete the directory .svn/tmp, I'd expect svn_io_remove_dir to contain
the same sleep loop as svn_io_remove_file. No deeper analysis, just an idea.

Near the end of the function we have:

---- SNIP ---
   status = apr_dir_remove (path_apr, subpool);

   if (status)
     return svn_error_createf (status, NULL, err_msg_fmt, path);
---- SNAP

I'd insert the "#ifdef SVN_WIN32 sleep" block in between these two
lines, but I'm currently not able to build SVN & TSVN.

Maybe someone can check whether this would solve the problem?!?

Cheers
-Lübbe

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 15 15:09:47 2003

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.