[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: cannot delete directory with deleted zombie-locked file

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 10 Feb 2016 09:23:23 +0000

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 action to report the issue, so the developers
> can prevent this trouble for others in the future?

I can't find it right now, but I think we already have an issue filed
for this problem; see:

    https://subversion.apache.org/reporting-issues.html#queries

Cheers,

Daniel
Received on 2016-02-10 10:23:25 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.