You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by solo turn <so...@yahoo.com> on 2003/12/01 18:42:28 UTC

win access denied error still there?

i got a:

svn: Problem on first log entry in a working copy
svn: in directory 'trunk/src'
svn: start_handler: error processing command 'delete-entry' in 'trunk/src'
svn: Access is denied.
svn: svn_io_remove_dir: removing 'trunk/src/sysdoc/xsl/.svn'

with svn-0.33, w2k.


__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

RE: win access denied error still there?

Posted by Arild Fines <ar...@broadpark.no>.
D.J. Heap wrote:
> Philip Martin wrote:
>
>> solo turn <so...@yahoo.com> writes:
>>
>>
>>> i got a:
>>>
>>> svn: Problem on first log entry in a working copy
>>> svn: in directory 'trunk/src'
>>> svn: start_handler: error processing command 'delete-entry' in
>>> 'trunk/src' svn: Access is denied. svn: svn_io_remove_dir: removing
>>> 'trunk/src/sysdoc/xsl/.svn'
>>>
>>> with svn-0.33, w2k.
>>
>>
>> It looks like apr_dir_remove can produce ERROR_ACCESS_DENIED just like
>> apr_file_remove.  I guess the same Win32-specific solution is required.
>>
>
> Not terribly surprising, really...but I've never seen that failure yet
> even with our AV turned all the way up to its
> 'turn-your-3Ghz-P4-into-a-286' level.  Are you sure there's not a
> command prompt open in that directory, or some other application using
> or sitting in that directory?

The Process Explorer(procexp) tool from
http://www.sysinternals.com/ntw2k/freeware/procexp.shtml can tell you which
process has a handle on a given file or directory.

--
Arild

AnkhSVN: http://ankhsvn.tigris.org
Blog: http://ankhsvn.com/blog
RSS: http://ankhsvn.com/blog/Rss.aspx

King Crimson lives in different bodies at different times and the
particular form which the group takes changes. When music appears,
which only King Crimson can play then, sooner or later, King Crimson
appears to play the music


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: win access denied error still there?

Posted by "D.J. Heap" <dj...@shadyvale.net>.
Philip Martin wrote:

> solo turn <so...@yahoo.com> writes:
> 
> 
>>i got a:
>>
>>svn: Problem on first log entry in a working copy
>>svn: in directory 'trunk/src'
>>svn: start_handler: error processing command 'delete-entry' in 'trunk/src'
>>svn: Access is denied.
>>svn: svn_io_remove_dir: removing 'trunk/src/sysdoc/xsl/.svn'
>>
>>with svn-0.33, w2k.
> 
> 
> It looks like apr_dir_remove can produce ERROR_ACCESS_DENIED just like
> apr_file_remove.  I guess the same Win32-specific solution is
> required.
> 

Not terribly surprising, really...but I've never seen that failure yet 
even with our AV turned all the way up to its 
'turn-your-3Ghz-P4-into-a-286' level.  Are you sure there's not a 
command prompt open in that directory, or some other application using 
or sitting in that directory?

DJ



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: win access denied error still there?

Posted by Philip Martin <ph...@codematters.co.uk>.
solo turn <so...@yahoo.com> writes:

> i got a:
>
> svn: Problem on first log entry in a working copy
> svn: in directory 'trunk/src'
> svn: start_handler: error processing command 'delete-entry' in 'trunk/src'
> svn: Access is denied.
> svn: svn_io_remove_dir: removing 'trunk/src/sysdoc/xsl/.svn'
>
> with svn-0.33, w2k.

It looks like apr_dir_remove can produce ERROR_ACCESS_DENIED just like
apr_file_remove.  I guess the same Win32-specific solution is
required.

-- 
Philip Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org