Bug - Fixed svn delete leaves directories behind

fronobulax

Developer
Staff member
I saw this with r20521 so it was not introduced by my svn "refactoring" (currently in progress).

Using the Script Manager delete an installed script.
Using the Script Manager trigger an update of all installed scripts.

Expected: No error or debug log
Result: Debug log.

The problem seems to be that the svn directory for the script remains after the delete but has no content. That lack of content then triggers the debug log. Update is expecting scripts in the svn directory to be "svn valid".

I'll look at this but wanted to report it so it wasn't blamed on my refactoring :)
 

fronobulax

Developer
Staff member
Maybe fixed. Upgraded to SVNKit 1.10.2 and found a spot in mafia where we expected a delete to fail and so waited and tried again. I increased the wait time and can't reproduce anymore.
 
Top