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