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

multiple moves

From: Ich Selbst <ichselbst_at_gmx.ch>
Date: 2002-11-26 19:17:47 CET

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?

Steve

I just saw that issue 975 appears as SOLVED in the issue tracker.
Since 975 is marked as a copy of 962 I wonder if 962 is treated
as solved also (it's still marked as NEW though) ?
Received on Tue Nov 26 19:18:40 2002

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

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