Re: cannot delete directory with deleted zombie-locked file

2016-02-10 Thread Daniel Shahaf
cpengr wrote on Tue, Feb 09, 2016 at 18:17:36 -0500: > Questions: > 2. How can I delete this directory tree? Try 'svn unlock --force' and 'svn rm' with URL arguments, e.g., svn unlock --force svn://svn/junk svn rm svn://svn/junk > 1. How did this happen? > 3. Do I need to take further a

Re: cannot delete directory with deleted zombie-locked file

2016-02-10 Thread Philip Martin
cpengr writes: > 1. How did this happen? It could be: https://issues.apache.org/jira/browse/SVN-2507 > 2. How can I delete this directory tree? Use svn unlock URL rather than svn unlock PATH > 3. Do I need to take further action to report the issue, so the developers > can prevent

cannot delete directory with deleted zombie-locked file

2016-02-09 Thread cpengr
Hello all, There is a "zombie" lock on a deleted file which prevents me from deleting one of its still-existing parent directories from the svn repository. I'm thinking it's a bug that allowed us to get into this state to begin with. I'm hoping (1) that there's a workaround that will let me nuke i