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.
Uwe.