this error is also still here for directories (in 0.37). just for a note:
- there is no virus-scanner active
- there is no load
- the files/directories (last times error was delete of msblabla60.dll)
can be deleted with explorer without problems (are not used by operating system).
- in directory case:
* after this error the directory to be deleted is still here.
* we noticed the error only on removing the ".svn" directory
* svn cleanup does not remove it either, i.e.
the change is done just in the metadata
example:
$ svn up
...
svn: In directory 'proj/src/com/asd'
svn: Error processing command 'delete-entry' in 'proj/src/com/asd'
svn: Can't remove 'proj/src/com/asd/ev/.svn': Access is denied.
$ svn cleanup
$ svn up
At revision 16257.
$ rm -r proj/src/com/asd/ev
rm: directory `proj/src/com/asd/ev/.svn' is write protected; descend into it anyway? y
...
$ rm -rf proj/src/com/asd/ev
$ svn up
At revision 16257.
__________________________________
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
http://antispam.yahoo.com/tools
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 20 17:29:54 2004