Mario Amaro wrote:
>I am watching the log verbosely from a repository with the following
>conditions:
>
>trunk: revision 1
>copy trunk to branchA: revision 2
>commit modifications to branchA: revision 3
>commit modification to trunk: revision 4
>copy branchA to branchB: revision 5
>commit modification to branchA: revision 6
>
>Now I checkout the whole project with trunk and branches and I type 'svn
>--verbose log' on the root of the project and the result is below.
>The problem is the Changed paths report of revision 5. It says:
>
>Changed paths:
> A /branches/b (from /branches/a:4)
>
>I believe it would be better if it were
>
>Changed paths:
> A /branches/b (from /branches/a:3)
>
>
No, revieion 4 is correct. That was HEAD before the copy, and it seems
from your description that you didn't use a --revision option when you
made the copy. It doesn't matter that branchA wasn't actually changed in
revision 4.
-- Brane
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jan 31 11:57:39 2005