Matthias Gerstner wrote on Wed, Oct 31, 2012 at 18:25:44 +0100: > > Did you accomplish that as three individual moves? Try accomplishing > > it as 'svn cp ^/ ^/trunk' instead. > > That didn't change anything. As I see it 'svn move' uses 'svn copy' > anyway to achieve its results. >
That's correct but besides the point. The point was that 'svn log' in the trunk/ directory should show ^/A ^/B ^/C if you did the move/copy as I suggested, but won't if you do it as 'mkdir trunk; cp A trunk; cp B trunk; cp C trunk'.