On 5/23/05, Marc Haisenko <haisenko@webport.de> wrote:
> Just a minor user question: consider the following "recipe":
>
> # svn mv foo bar
> # echo "Hello" >foo
> # svn add foo
> # svn commit
>
> Right now this works, the editor shows "R foo" and reports that foo is being
> replaced. However, this doesn't work:
>
> # svn rm foo
> # svn mv bar foo
> svn: 'foo' is scheduled for deletion; it must be committed before being
> overwritten
>
> Will this work when true renames are implemented ?
This is an implementation problem in the working copy library and
unrelated to true renames. It can be fixed, but only in a minor
release (not in a patch release). Ben Reser has been working on fixing
it, but the fix isn't done yet. (It's in a branch in the repository,
so if you feel like working on it, please do!)
> Thanks,
> Marc
Bye,
Erik.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 23 11:10:11 2005