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

Re: svn 0.34.0, 0.35.1 windows access is denied on delete directory

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-01-15 16:54:10 CET

solo turn <soloturn99@yahoo.com> writes:

> U com\utils\ResourceBundle.java
> svn: Problem on first log entry in a working copy
> svn: In directory 'com/xml'
> svn: Error processing command 'delete-entry' in 'com/xml'
> svn: Access is denied.
> svn: svn_io_remove_dir: removing 'com/xml/datainterchange/.svn'
>
> could it be there is still a problem remaining?

I don't think anything has changed since the last time this was
reported. It appears that apr_dir_remove in svn_io_remove_dir needs a
loop similar to the one around apr_file_remove in svn_io_remove_file.
It doesn't look hard, bonus points are available for factoring the
loop into some common code.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jan 15 16:57:15 2004

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.