Actually, in the book it says it will show *history*, meaning what
happened before the branch. What you're seeing is normal. Your branch
is at 38, your trunk is at 39, r37 of the files show the same history.
ion wrote:
>
>
> Hello,
>
> I have a repository that I branched using svn copy <url>/trunk
> <url>/branches/my-proj-branch r38
> did a checkout of both the trunk and the branch into separate dirs
> modified a file in the trunk workarea and committed successfully,
> creating r39
>
> the branch workarea is still at r38
>
> but
>
> from the branch workarea, svn diff -c 39 does not show the
> modification made on the trunk
>
> the example in the book indicates that it should show the changes made.
>
> is this a bug, or am I doing something wrong?
> any help will be appreciated.
>
> thanks!!
> Ion.
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 18 15:15:04 2007