* Uwe Hermann uwe@hermann-uwe.de [061024 23:45]:
On Tue, Oct 24, 2006 at 07:05:05PM +0200, Stefan Reinauer wrote:
I assume it additionally needs an svn mv --force ...?
Probably, but I never used 'svn mv --force'. I was thinking of something like this:
patch < foo.patch svn ci cd src/superio svn mv NSC nsc svn ci
If the --force method works in one step (one commit) it's probably nice, too. However, the above method makes the changes really transparent and easy to understand to somebody reading the svn logs.
Yes, above is fine of course. Not sure if svn is handling the mv --force correctly . (which might be why you have to force it in the first place)