"Ich Selbst" <ichselbst@gmx.ch> writes:
> Hi,
>
> Right now if I do the following:
>
> svn mv file1 file2
> svn mv file2 file3
> then an error occurs since it's not allowed to move a file twice.
> But I think that should be possible. Imagine the following:
>
> svn mv this_is_my_file this_is_nt_my_file
> svn mv this_is_nt_my_file this_is_not_my_file
>
> in the first line there was a typo (nt instead of not) and
> now it's impossible to correct that typo. Ok, sure, a revert-copy-rm
> could solve that but as far as I remember a revert would also
> undo all changes made to the file since the last commit?
>
> comments?
We've had this discussion many times. Read the commentary at the very
bottom of libsvn_wc/copy.c.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 26 19:47:13 2002