On Nov 9, 2005, at 19:10, Quentin Arce wrote:
> I have a question about finding the log of a file...
> the log of the changes in the branch or what came from
> a branch.
>
> So, here is the ?
>
> I svn copy trunk branch
>
> I don't add any files but I edit some.
>
> check in the branch
>
> I then svn merge branch trunk
>
> Then check in the trunk
>
> Then do a svn log -v --xml on a file under
> trunk/file.c
>
> Even though file.c was changed in the branch then the
> changes was merged to trunk the hange shows up as a
> simple merge or an edit in the trunk directly.
>
> So,.... How do I tell that this change in trunk is a
> result of merge from the branch?
>
> I know I can add a note to the change log... but...
> how in svn tools?
As far as I know, you don't. You must note it in the log.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 9 19:53:52 2005