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

Re: svn log output in directory-trees that contain moved sub-trees

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 31 Oct 2012 19:35:23 +0200

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'.
Received on 2012-10-31 18:39:32 CET

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

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