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

Re: svn switch --relocate tries to relocate committed deleted directories

From: Mark Parker <mark_at_msdhub.com>
Date: 2005-12-07 21:18:03 CET

Jojakim Stahl wrote:
> I'm using svn version 1.2.3 on windows xp.
>
> If there is a committed directory deletion within your working copy, svn
> switch --relocate fails with the following message:
>
> svn: Arbeitskopie 'dir2' fehlt oder nicht gesperrt
> englisch: svn: Working copy 'dir2' missing or not locked
>
> Anyone else having this problem or can confirm this to be a bug?
>
> Joja

I can successfully reproduce the behavior with 1.2.0 on Windows XP. The
entries file for "work" still has an entry for dir2 that looks like this:

<entry
    name="dir2"
    kind="dir"
    deleted="true"/>

Wild guessing says that --relocate should skip entries of kind="dir"
which have deleted="true", but I don't know enough about the internals
of svn to say.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Dec 7 21:21:39 2005

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.