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
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