> I created a branch branches/bugfix by copying from trunk (using the
> context menu in the repo browser to copy directly to a new branch in the
> repo).
>
> I altered one file (Reports.cs) in the branch, and committed it. This was
> rev 869.
>
> Much later, trunk has moved along a lot, and I want to do a new bugfix to
> trunk. So I rename /branches/bugfix to /branches/bugfix-2009-03-27 (using
> the context menu in the repo browser).
>
> I create a new bugfix branch (as above, from the repo browser).
>
> I make some fixes (to different files, as it happens).
>
> I then show the log of /branches/bugfix-2009-03-27. I go to rev 869, and
> see the change I made. It appears as "/branches/bugfix/Till/Reports.cs". I
> right click on the file in the bottom pane, and choose "Show changes" or
> "Show changes as unified diff".
>
> Tortoise tells me there are no changes!
That's because there are no changes. Your changes are in /branches/bugfix-2009-03-27 not in /branches/bugfix.
BOb
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2097154
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-05-07 18:23:23 CEST